Updating podspec file locations

This commit is contained in:
Joe Fabisevich
2016-02-11 22:43:14 -05:00
parent 1146dd5a66
commit db714dc1eb

View File

@@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
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 = 'UIViewController+Sharing.swift'
spec.source_files = 'src/UIViewController+Sharing.swift'
spec.framework = 'Foundation'
spec.requires_arc = true
spec.social_media_url = 'https://twitter.com/mergesort'