Files
Communicado/Communicado.podspec
Joe Fabisevich 13104d8f23 Updating podspec
2017-03-05 10:15:30 -05:00

16 lines
704 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'Communicado'
spec.version = '2.0.2'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/mergesort/Communicado'
spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' }
spec.summary = 'The easiest way to share from your app to anywhere, because you\'ve got so much to say!'
spec.source = { :git => 'https://github.com/mergesort/Communicado.git', :tag => "#{spec.version}" }
spec.source_files = 'src/*.swift'
spec.framework = 'Foundation'
spec.requires_arc = true
spec.social_media_url = 'https://twitter.com/mergesort'
spec.ios.deployment_target = '9.0'
end