blob: 6d9567aa3f8ee150f628b98241ed83e99a0877dc [file] [log] [blame]
{
"name": "AdformAdobeExtension",
"version": "1.3.3",
"summary": "Adform extension for Adobe Experience SDK.",
"homepage": "https://github.com/adform/adform-adobe-extension-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Adform",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/adform/adform-adobe-extension-ios.git",
"tag": "v.1.3.3"
},
"requires_arc": true,
"static_framework": true,
"public_header_files": "AdformAdobeExtension/include/*.h",
"source_files": "AdformAdobeExtension/include/*.h",
"vendored_libraries": "AdformAdobeExtension/libAdformAdobeExtension.a",
"dependencies": {
"AdformTracking": [
"~>1.3.3"
],
"ACPCore": [
"~> 2.3"
]
}
}