Files
JBChartView/SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec
T
2013-03-14 23:04:33 +09:00

13 lines
611 B
Ruby

Pod::Spec.new do |s|
s.name = "SimpleRemoteObject"
s.version = "0.0.2"
s.summary = "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text."
s.license = 'MIT'
s.homepage = "https://github.com/halsk/SimpleRemoteObject"
s.author = { "Hal Seki" => "hal@georepublic.co.jp" }
s.source = { :git => "https://github.com/halsk/SimpleRemoteObject.git", :tag => "0.0.2" }
s.platform = :ios, '5.1'
s.source_files = 'SimpleRemoteObject/classes/**/*.{h,m}'
s.dependency 'AFNetworking', '>= 1.0.0'
end