Skip to content

Commit

Permalink
Updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshida hiroyuki committed Nov 10, 2016
1 parent bac5b5e commit 953283c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CrossNavigationController.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CrossNavigationController"
s.version = "0.1.0"
s.summary = "Infinite Scrolling Using UICollectionView."
s.version = "0.1.1"
s.summary = "Move to cross using UINavigationController."
s.homepage = "https://github.com/hryk224/CrossNavigationController"
s.screenshots = "https://github.com/hryk224/CrossNavigationController/wiki/images/sample.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion CrossNavigationController/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 953283c

Please sign in to comment.