blob: d6b5cb31d7524d0d707d1dc06198e79c3b963d5a [file] [log] [blame]
{
"name": "AppWords",
"version": "0.5.0",
"summary": "Deeplink AppWords SDK",
"description": " Deeplink AppWords SDK for searching & hosting deep links in your app. The AppWords SDK will help your app figure out what other apps are on your user's phone, and serves deep links at a defined exit point. Link to the next action, and acquire and drive intent based traffic back into your app.\n",
"homepage": "https://github.com/deeplinkme/ios-appwords-sdk",
"license": "MIT",
"authors": {
"David Jacobson": "dj@deeplink.me"
},
"source": {
"git": "https://github.com/deeplinkme/ios-appwords-sdk.git",
"tag": "V0.5.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/deeplinkme",
"public_header_files": "**/*.h",
"frameworks": [
"AdSupport",
"SystemConfiguration",
"CoreSpotlight"
],
"vendored_frameworks": [
"AppWordsSDK.framework",
"CoreSpotlight.framework"
]
}