blob: 37e096204c71c3625f84d3001175bdb3465af2c6 [file] [log] [blame]
{
"name": "TalkableSDK",
"version": "1.4.11",
"summary": "Talkable SDK makes it easy to integrate Talkable referral functionality into your apps.",
"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",
"homepage": "https://github.com/talkable/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Talkable",
"social_media_url": "https://twitter.com/talkable",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/talkable/ios-sdk.git",
"tag": "1.4.11"
},
"source_files": "Talkable/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
},
"ios": {
"frameworks": [
"UIKit",
"AddressBook",
"WebKit",
"Social",
"MessageUI",
"Foundation",
"Security",
"SafariServices"
]
},
"requires_arc": true
}