blob: 9b4aa136fc935a31aac525847eb617140a7b9bfb [file] [log] [blame]
{
"name": "AdformTracking",
"version": "1.1.5",
"homepage": "https://github.com/adform/adform-tracking-ios-sdk",
"summary": "Adform Tracking SDK for iOS.",
"description": "When you run mobile campaigns, boost of new app installs are often one of the main goals. We are happy to announce that today we are launching app installs solution for iOS and Android devices. Easy to install SDK will enable campaign app installs tracking and reporting in Adform platform without need to deal with 3rd party SDKs and invest tons of time into that.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Adform",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/adform/adform-tracking-ios-sdk.git",
"tag": "v.1.1.5"
},
"preserve_paths": "AdformTracking.framework",
"public_header_files": "AdformTracking.framework/Versions/A/Headers/*.h",
"source_files": "AdformTracking.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "AdformTracking.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AdformTracking/**",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"SystemConfiguration",
"AdSupport",
"CoreData",
"CoreTelephony",
"SafariServices"
],
"requires_arc": true,
"dependencies": {
"Protobuf": [
"~>3.1"
]
}
}