Files
JBChartView/RemoteConfig/1.3.2/RemoteConfig.podspec
T
2013-04-05 14:35:54 +00:00

15 lines
622 B
Ruby

Pod::Spec.new do |s|
s.name = "RemoteConfig"
s.version = "1.3.2"
s.summary = "Objective-c library for loading a remote JSON / XML config file with locally defined default values."
s.homepage = "https://github.com/gangverk/RemoteConfig"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/RemoteConfig.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'RemoteConfig/*.{h,m}'
s.requires_arc = true
s.dependency 'XMLReader'
end