Files
Communicado/Communicado.podspec
2016-02-11 22:43:14 -05:00

14 lines
723 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'Communicado'
spec.version = '1.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/UIViewController+Sharing.swift'
spec.framework = 'Foundation'
spec.requires_arc = true
spec.social_media_url = 'https://twitter.com/mergesort'
spec.ios.deployment_target = '8.0'
end