We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b0eb0 commit e1b8847Copy full SHA for e1b8847
1 file changed
TalkableSDK.podspec
@@ -24,8 +24,8 @@ Pod::Spec.new do |spec|
24
spec.platform = :ios, "9.0"
25
26
spec.source = { :git => "https://github.com/talkable/ios-sdk.git", :tag => "#{spec.version}" }
27
- spec.source_files = "Talkable/**/*.{h,m}", "3rdParty/**/*.{h,m}"
28
-
+ spec.source_files = "Talkable/**/*.{h,m}"
+ spec.dependency 'AFNetworking', '~> 2.5.4'
29
spec.ios.frameworks = "UIKit", "AddressBook", "WebKit", "Social", "MessageUI", "Foundation", "Security", "SafariServices"
30
31
spec.requires_arc = true
0 commit comments