Skip to content

Commit

Permalink
Checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 6, 2014
1 parent 916f6f0 commit dfdda36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ App.net SDK in Objective-C
Version
-------

0.61
0.62

Platforms
---------
Expand Down
4 changes: 2 additions & 2 deletions Snapper.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "Snapper"
s.version = "0.61"
s.version = "0.62"
s.summary = "An App.net client library for iOS and Mac."

s.homepage = "https://github.com/exsortis/Snapper"
s.license = 'MIT'
s.author = { "Paul Schifferer" => "paul@schifferers.net" }

s.source = { :git => "https://github.com/exsortis/Snapper.git", :tag => "0.61" }
s.source = { :git => "https://github.com/exsortis/Snapper.git", :tag => "0.62" }
s.source_files = 'Snapper', 'Snapper/**/*.{h,m}'
s.framework = 'Foundation'

Expand Down

0 comments on commit dfdda36

Please sign in to comment.