Skip to content

Commit

Permalink
[Add] KSInstapaperAPI (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 20, 2012
1 parent 6a0331a commit 33f4756
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions KSInstapaperAPI/0.1.0/KSInstapaperAPI.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "KSInstapaperAPI"
s.version = "0.1.0"
s.summary = "An Instapaper API controller with the ability to queue URLs when the network is down."
s.homepage = "https://github.com/Keithbsmiley/KSInstapaperAPI"
s.license = 'MIT'
s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" }
s.source = { :git => "https://github.com/Keithbsmiley/KSInstapaperAPI.git", :tag => s.version.to_s }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = '*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 1.0.1'
s.dependency 'SSKeychain', '~> 0.1.4'
s.dependency 'Reachability', '~> 3.1.0'
end

0 comments on commit 33f4756

Please sign in to comment.