Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Oct 25, 2019
1 parent f4283e9 commit 9e46787
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# EARestrictedScrollView

## Version 2.0.5

* Updates library to Swift 5

## Version 2.0.4

* Updates library to Swift 3
Expand Down
5 changes: 3 additions & 2 deletions EARestrictedScrollView.podspec
@@ -1,11 +1,12 @@
Pod::Spec.new do |s|

s.name = 'EARestrictedScrollView'
s.version = '2.0.4'
s.version = '2.0.5'
s.swift_version = '5.0'
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'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Evgeny Aleksandrov' => 'evgeny@aleksandrov.ws' }
s.social_media_url = 'https://twitter.com/ealeksandrov'

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- EARestrictedScrollView (2.0.4)
- EARestrictedScrollView (2.0.5)
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
Expand Down Expand Up @@ -38,7 +38,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
EARestrictedScrollView: cbaa853ca38aa5dc886d9313b46a1323f7cb62af
EARestrictedScrollView: 96c05a0a87f0eeba843ecc44b8fb74293d83f27a
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Expand Down

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.

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

0 comments on commit 9e46787

Please sign in to comment.