blob: 6ab3843823114760d5afc403a2c8b674b364623f [file] [log] [blame]
{
"name": "AppsFlyerAdobeExtension",
"version": "1.0.0",
"summary": "AppsFlyer iOS SDK Extension for Adobe Mobile SDK",
"description": "AppsFlyer iOS SDK Extension for Adobe Mobile SDK.",
"homepage": "https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"benjamin": "benjamin@appsflyer.com"
},
"source": {
"git": "https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtension.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AppsFlyerAdobeExtension/Classes/**/*",
"static_framework": true,
"public_header_files": "AppsFlyerAdobeExtension/Classes/**/*.h",
"dependencies": {
"AppsFlyerFramework": [
],
"ACPCore": [
]
}
}