mirror of
https://github.com/zhigang1992/Communicado.git
synced 2026-04-29 18:05:43 +08:00
Adding back Facebook subspec with new SDK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user