Skip to content

Commit

Permalink
[Add] AFNetworking-ReactiveCocoa (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
uasi committed Mar 19, 2013
1 parent 3534f88 commit 2788c25
Showing 1 changed file with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "AFNetworking-ReactiveCocoa"
s.version = "0.0.1"
s.summary = "Make AFNetworking reactive."
s.homepage = "https://github.com/uasi/AFNetworking-ReactiveCocoa"
s.license = "MIT"
s.author = { "Tomoki Aonuma" => "uasi@uasi.jp" }
s.source = { :git => "https://github.com/uasi/AFNetworking-ReactiveCocoa.git", :tag => "0.0.1" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = '.'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 1.0'
s.dependency 'ReactiveCocoa', '~> 1.0'
end

0 comments on commit 2788c25

Please sign in to comment.