Skip to content

Commit

Permalink
[add] AFNetworking-Synchronous 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Nov 6, 2013
1 parent b733cf7 commit 5df51d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AFNetworking-Synchronous/0.2.0/AFNetworking-Synchronous.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking-Synchronous'
s.version = '0.2.0'
s.summary = 'Synchronous requests for AFNetworking'
s.description = <<-DESC
A minimal category which extends AFNetworking 1.x, specifically
AFHTTPClient, to support synchronous requests.
DESC
s.homepage = 'https://github.com/paulmelnikow/AFNetworking-Synchronous'
s.license = 'MIT'
s.author = { "Paul Melnikow" => "github@paulmelnikow.com" }
s.source = { :git => 'https://github.com/paulmelnikow/AFNetworking-Synchronous.git',
:tag => "v#{s.version}" }

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true

s.source_files = '*.{h,m}'

s.dependency 'AFNetworking', '~> 1.3.3'
end

0 comments on commit 5df51d1

Please sign in to comment.