blob: 01287969688754fabe84f131bb586881df08acb0 [file] [log] [blame]
{
"name": "AdformAdvertising",
"version": "2.7",
"homepage": "https://github.com/adform/adform-ios-sdk",
"summary": "Adform Advertising SDK for iOS.",
"description": "Adform Mobile Software Development Kit (SDK) allows Publishers with mobile apps, or standalone app publishers to integrate their mobile app inventory into Adform’s Private Marketplace, where top advertisers are willing to pay top prices for exclusive and first-look access to premium inventory.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Adform",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/adform/adform-ios-sdk.git",
"tag": "v.2.7"
},
"preserve_paths": "AdformAdvertising.framework",
"public_header_files": "AdformAdvertising.framework/Versions/A/Headers/*.h",
"source_files": "AdformAdvertising.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "AdformAdvertising.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AdformAdvertising/**",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"EventKit",
"EventKitUI",
"MediaPlayer",
"AdSupport",
"CoreTelephony",
"CoreLocation",
"CoreMedia",
"AVFoundation",
"AssetsLibrary",
"SafariServices"
],
"requires_arc": true
}