Skip to content

Commit

Permalink
add HTTPRiot 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzenchenko committed Apr 19, 2012
1 parent 62b277c commit 0b3397e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions HTTPRiot/0.6.1/HTTPRiot.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'HTTPRiot'
s.version = '0.6.1'
s.license = 'MIT'
s.summary = 'Simple HTTP Rest Library for iPhone and Cocoa projects.'
s.homepage = 'https://github.com/ognen/httpriot'

s.author = { 'Ognen Ivanovski' => '' }
s.source = { :git => 'git://github.com/ognen/httpriot.git', :tag => 'v0.6.11'}
s.platform = :ios

s.source_files = 'Source/HTTPRiot/*.{h,m}',
'Source/HTTPRiot/Extensions/*.{h,m}',
'Source/HTTPRiot/Formatters/*.{h,m}',
'Source/HTTPRiot/Utilities/*.{h,m}',
'Source/HTTPRiot/Vendor/AIXMLSerialization/*.{h,m}'

s.dependency "KissXML"
s.dependency "SBJSON"
end

0 comments on commit 0b3397e

Please sign in to comment.