Skip to content

Commit

Permalink
[Update] MTPocket (0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Dec 31, 2012
1 parent a88bd9c commit 10c1b18
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MTPocket/0.9.0/MTPocket.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "MTPocket"
s.version = "0.9.0"
s.summary = "A Cocoa web request library that doesn't suck."
s.description = "Simple and powerful. Convenient and informative. JSON and XML to collection object conversion. Comprehensive request and response objects."
s.homepage = "https://github.com/mysterioustrousers/MTPocket"
s.license = 'BSD'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTPocket.git", :tag => "0.9.0" }
s.source_files = 'MTPocket/*.{h,m}'
s.public_header_files = 'MTPocket/MTPocket.h', 'MTPocket/MTPocketRequest.h', 'MTPocket/MTPocketAsyncRequest.h', 'MTPocket/MTPocketResponse.h'
s.dependency 'XMLDictionary', '~> 2.0.0'
s.dependency 'MTJSONUtils', '~> 0.1.0'
s.dependency 'Base64'
end

0 comments on commit 10c1b18

Please sign in to comment.