Skip to content

Commit

Permalink
Fixed file reference, updated pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherKSantina committed Aug 15, 2018
1 parent 7920a14 commit e6259a6
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 156 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MSAutoView (2.5.0)
- MSAutoView (2.6.0)

DEPENDENCIES:
- MSAutoView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MSAutoView: 08e23d9bc2aec9bf59ba248847b2df5db4644b1f
MSAutoView: 949eb469f8b8bdc50499f0530e24725e74c1720c

PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/MSAutoView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

296 changes: 150 additions & 146 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/MSAutoView/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MSAutoView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MSAutoView'
s.version = '2.5.0'
s.version = '2.6.0'
s.summary = 'An easy way to create reusable xibs.'
s.swift_version = '3.2'

Expand Down
Binary file modified MSAutoView/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit
open class MSScrollView<T: UIView>: UIScrollView {
public var mainView: T?

func initView(mainView: T) {
public func initView(mainView: T) {
self.mainView?.removeFromSuperview()
addSubviewWithConstraints(mainView)
let constraint = NSLayoutConstraint(item: mainView, attribute: .centerX, relatedBy: .equal, toItem: self, attribute: .centerX, multiplier: 1, constant: 0)
Expand Down

0 comments on commit e6259a6

Please sign in to comment.