added AFTumblrAPIClient 0.0.1

This commit is contained in:
PJ Gray
2013-03-09 12:08:20 -05:00
parent fa756660cb
commit b00d285ea0
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "AFTumblrAPIClient"
s.version = "0.0.1"
s.summary = "AFOAuth1Client for Tumblr."
s.homepage = "https://github.com/pj4533/AFTumblrAPIClient"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "PJ Gray" => "pj4533@gmail.com" }
s.source = { :git => "https://github.com/pj4533/AFTumblrAPIClient.git", :tag => "0.0.1" }
s.platform = :ios, '5.0'
s.source_files = 'AFTumblrAPIClient'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.dependency 'AFOAuth1Client', '>= 0.1.1'
end