Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shabib87 committed Aug 29, 2016
1 parent 4203871 commit 93e59c1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- FBSnapshotTestCase/SwiftSupport (2.1.2):
- FBSnapshotTestCase/Core
- PodAsset (0.12.0)
- SHViewPager (2.0.0):
- SHViewPager (2.0.1):
- PodAsset
- Specta (1.0.5)

Expand All @@ -31,7 +31,7 @@ SPEC CHECKSUMS:
Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516
FBSnapshotTestCase: 918c55861356ee83aee7843d759f55a18ff6982b
PodAsset: d6e724524e63725ef0c579354819ccc2dcbcf920
SHViewPager: 88395163b08038eb28f455b63da777c8662bd949
SHViewPager: ae47ebaa21f44794e4097269828331604ac810d4
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

PODFILE CHECKSUM: 2163bfb7f216af2b7076be3e257e9c848a654c22
Expand Down
8 changes: 6 additions & 2 deletions Example/Pods/Local Podspecs/SHViewPager.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.

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

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.

2 changes: 1 addition & 1 deletion Example/SHViewPager/SHViewPager-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SHViewPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SHViewPager'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'A simple view pager for iOS. Compatible with iOS 8.0 or later.'
s.description = <<-DESC
A simple view pager for iOS. Compatible with iOS 8.0 or later, that imitates the view pager vastly used on android apps.
Expand Down

0 comments on commit 93e59c1

Please sign in to comment.