Adding back Facebook subspec with new SDK

This commit is contained in:
Joe Fabisevich
2016-08-20 14:19:50 -04:00
parent cfa1ac0268
commit bb8704c044
2 changed files with 44 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Communicado'
spec.version = '1.4'
spec.version = '1.5-beta'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/mergesort/Communicado'
spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' }
@@ -12,8 +12,9 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://twitter.com/mergesort'
spec.ios.deployment_target = '8.0'
# spec.subspec 'FacebookSDK' do |subspec|
# subspec.source_files = 'src/*.swift', 'src/FacebookSDK/*.swift'
# subspec.dependency 'FBSDKShareKit'
# end
spec.subspec 'FacebookSDK' do |subspec|
subspec.source_files = 'src/*.swift', 'src/FacebookSDK/*.swift'
subspec.dependency 'FacebookShare'
end
end