Files
JBChartView/xmlrpc/2.3.2/xmlrpc.podspec
T
2012-12-06 12:42:18 +04:00

15 lines
582 B
Ruby

Pod::Spec.new do |s|
s.name = 'xmlrpc'
s.version = '2.3.2'
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/corristo/xmlrpc'
s.author = { 'Eric Czarny' => 'eczarny@gmail.com', 'Nikolay Kasyanov' => 'corrmage@gmail.com' }
s.source = { :git => 'https://github.com/corristo/xmlrpc.git', :tag => '2.3.2' }
s.source_files = 'XML*.{h,m}', 'NSStringAdditions.{h,m}'
s.requires_arc = true
s.dependency 'NSData+Base64', '~> 1.0.0'
end