Files
JBChartView/PSUpdateApp/1.0/PSUpdateApp.podspec
T
2013-02-21 19:41:45 +01:00

17 lines
626 B
Ruby

Pod::Spec.new do |s|
s.name = 'PSUpdateApp'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'PSUpdateApp is a simple method to notify users that a new version of your iOS app is available!'
s.homepage = 'https://github.com/danielebogo/PSUpdateApp'
s.author = { 'Daniele Bogo' => 'daniele@paperstreetsoapdesign.com' }
s.source = { :git => 'git@github.com:danielebogo/PSUpdateApp.git', :tag => '1.0' }
s.platform = :ios
s.ios.deployment_target = '5.0'
s.requires_arc = true
s.source_files = 'PSUpdateApp/*.{h,m}'
s.resource = 'PSUpdateApp/Localizations/**'
s.dependency 'AFNetworking','~>1.1.0'
end