Files
Communicado/Communicado.podspec
Joe Fabisevich 0673670ee6 Removing Facebook subspec from podspec
Updating deployment target to 9.0.
2016-09-10 19:26:03 -04:00

16 lines
702 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'Communicado'
spec.version = '2.0'
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