Skip to content

Commit e1b8847

Browse files
authored
add AFNetworking dependency (#4)
1 parent 15b0eb0 commit e1b8847

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TalkableSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Pod::Spec.new do |spec|
2424
spec.platform = :ios, "9.0"
2525

2626
spec.source = { :git => "https://github.com/talkable/ios-sdk.git", :tag => "#{spec.version}" }
27-
spec.source_files = "Talkable/**/*.{h,m}", "3rdParty/**/*.{h,m}"
28-
27+
spec.source_files = "Talkable/**/*.{h,m}"
28+
spec.dependency 'AFNetworking', '~> 2.5.4'
2929
spec.ios.frameworks = "UIKit", "AddressBook", "WebKit", "Social", "MessageUI", "Foundation", "Security", "SafariServices"
3030

3131
spec.requires_arc = true

0 commit comments

Comments
 (0)