Skip to content

Commit

Permalink
Versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 12, 2014
1 parent 765de46 commit f1d0530
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ App.net SDK in Objective-C
Version
-------

0.62
0.63

Platforms
---------
Expand Down
4 changes: 2 additions & 2 deletions Snapper.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "Snapper"
s.version = "0.62"
s.version = "0.63"
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.62" }
s.source = { :git => "https://github.com/exsortis/Snapper.git", :tag => "0.63" }
s.source_files = 'Snapper', 'Snapper/**/*.{h,m}'
s.framework = 'Foundation'

Expand Down
Binary file not shown.

0 comments on commit f1d0530

Please sign in to comment.