Skip to content

Commit

Permalink
[Update] MTPocket (0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Aug 13, 2012
1 parent 20d6843 commit 20fe075
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MTPocket/0.4.0/MTPocket.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "MTPocket"
s.version = "0.4.0"
s.summary = "A Cocoa web request library that doesn't suck."
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.4.0" }
s.source_files = 'MTPocket/*.{h,m}'

s.dependency 'XMLDictionary', '~> 2.0.0'
s.dependency 'Base64'
end

0 comments on commit 20fe075

Please sign in to comment.