Skip to content

Commit

Permalink
[UPDATE] AFFCCAPIClient updated to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pj4533 committed Jun 1, 2013
1 parent a00250a commit d6ef94c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions AFFCCAPIClient/0.0.2/AFFCCAPIClient.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "AFFCCAPIClient"
s.version = "0.0.2"
s.summary = "AFHTTPClient subclass for the FCC API."
s.homepage = "https://github.com/pj4533/AFFCCAPIClient"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "PJ Gray" => "pj4533@gmail.com" }
s.source = { :git => "https://github.com/pj4533/AFFCCAPIClient.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'AFFCCAPIClient'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.dependency 'AFNetworking'
end

0 comments on commit d6ef94c

Please sign in to comment.