diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff7de9..a632768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # EARestrictedScrollView +## Version 2.0.3 + +* Updates example project and tests to Swift 2.3 + ## Version 2.0.2 * Adds Cocoapods 1.0.1 support for example project diff --git a/EARestrictedScrollView.podspec b/EARestrictedScrollView.podspec index c438589..4521610 100644 --- a/EARestrictedScrollView.podspec +++ b/EARestrictedScrollView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'EARestrictedScrollView' - s.version = '2.0.2' + s.version = '2.0.3' s.summary = 'UIScrollView sublass with ability to restrict or limit scrolling area.' s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EARestrictedScrollView/master/Screenshot01.png' s.homepage = 'https://github.com/ealeksandrov/EARestrictedScrollView' diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 05deea2..773f20a 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - EARestrictedScrollView (2.0.2) + - EARestrictedScrollView (2.0.3) - FBSnapshotTestCase (2.1.3): - FBSnapshotTestCase/SwiftSupport (= 2.1.3) - FBSnapshotTestCase/Core (2.1.3) @@ -24,7 +24,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EARestrictedScrollView: 6167fda82c66ef777150b505a0e0203c764a4ca5 + EARestrictedScrollView: f74a5f698344191cb23972f5ae736ac52804015c FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753 Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19 Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7 diff --git a/Example/Pods/Local Podspecs/EARestrictedScrollView.podspec.json b/Example/Pods/Local Podspecs/EARestrictedScrollView.podspec.json index faba23d..f11b290 100644 --- a/Example/Pods/Local Podspecs/EARestrictedScrollView.podspec.json +++ b/Example/Pods/Local Podspecs/EARestrictedScrollView.podspec.json @@ -1,6 +1,6 @@ { "name": "EARestrictedScrollView", - "version": "2.0.2", + "version": "2.0.3", "summary": "UIScrollView sublass with ability to restrict or limit scrolling area.", "screenshots": "https://raw.githubusercontent.com/ealeksandrov/EARestrictedScrollView/master/Screenshot01.png", "homepage": "https://github.com/ealeksandrov/EARestrictedScrollView", @@ -17,7 +17,7 @@ }, "source": { "git": "https://github.com/ealeksandrov/EARestrictedScrollView.git", - "tag": "2.0.2" + "tag": "2.0.3" }, "source_files": "Source/*.swift" } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 05deea2..773f20a 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - EARestrictedScrollView (2.0.2) + - EARestrictedScrollView (2.0.3) - FBSnapshotTestCase (2.1.3): - FBSnapshotTestCase/SwiftSupport (= 2.1.3) - FBSnapshotTestCase/Core (2.1.3) @@ -24,7 +24,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EARestrictedScrollView: 6167fda82c66ef777150b505a0e0203c764a4ca5 + EARestrictedScrollView: f74a5f698344191cb23972f5ae736ac52804015c FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753 Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19 Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7 diff --git a/Example/Pods/Target Support Files/EARestrictedScrollView/Info.plist b/Example/Pods/Target Support Files/EARestrictedScrollView/Info.plist index 09cb0fc..763f9a6 100644 --- a/Example/Pods/Target Support Files/EARestrictedScrollView/Info.plist +++ b/Example/Pods/Target Support Files/EARestrictedScrollView/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleSignature ???? CFBundleVersion