Skip to content

Commit

Permalink
[Add] xmlrpc (2.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaykasyanov committed Sep 13, 2012
1 parent d68a050 commit 6a3f359
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xmlrpc/2.3.1/xmlrpc.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'xmlrpc'
s.version = '2.3.1'
s.license = 'MIT'
s.summary = 'The Cocoa XML-RPC Framework is a simple, and lightweight, XML-RPC client framework written in Objective-C.'
s.homepage = 'https://github.com/eczarny/xmlrpc'
s.author = { 'Eric Czarny' => 'eczarny@gmail.com' }

s.source = { :git => 'https://github.com/eczarny/xmlrpc.git', :tag => '2.3.1' }

s.source_files = 'XML*.{h,m}', 'NSStringAdditions.{h,m}'
s.requires_arc = true
s.dependency 'NSData+Base64', '~> 1.0.0'
end

0 comments on commit 6a3f359

Please sign in to comment.