[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / f / 5 / 7 / TalkableSDK / 1.4.10 / TalkableSDK.podspec.json
blob1d1c63c7bd4edef1fab448bb903b1dc3ed876c65
2   "name": "TalkableSDK",
3   "version": "1.4.10",
4   "summary": "Talkable SDK makes it easy to integrate Talkable referral functionality into your apps.",
5   "description": "Once integrated you can use the following Talkable capabilities:\n\n- Display Advocate Share Page (the page itself is built inside Talkable)\n- Share Offer via:\n  - Email\n  - Facebook\n  - Twitter\n  - SMS\n  - by copying a direct Offer link\n- Track sales via the App and reward Advocate if a sale was driven thourgh someone’s claim link",
6   "homepage": "https://github.com/talkable/ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Talkable",
12   "social_media_url": "https://twitter.com/talkable",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/talkable/ios-sdk.git",
18     "tag": "1.4.10"
19   },
20   "source_files": "Talkable/**/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5.4"
24     ]
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "AddressBook",
30       "WebKit",
31       "Social",
32       "MessageUI",
33       "Foundation",
34       "Security",
35       "SafariServices"
36     ]
37   },
38   "requires_arc": true