blob: 3dad69e72d9f3ac0d3ff646e3fd36b5e1dfe0b37 [file] [log] [blame]
{
"name": "AppWords",
"version": "0.6.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.",
"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.6.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/deeplinkme",
"public_header_files": "AppWordsSDK.framework/**/*.h",
"frameworks": [
"AdSupport",
"SystemConfiguration",
"CoreSpotlight"
],
"vendored_frameworks": [
"AppWordsSDK.framework",
"CoreSpotlight.framework"
],
"resource_bundles": {
"DLME_UI": "**/DLME_UI.bundle/*"
}
}