blob: 5a40dad937f8330119ba55c649c1296da5241ec5 [file] [log] [blame]
{
"name": "AdColony",
"version": "3.2.0",
"summary": "AdColony delivers high-definition Instant-Play video ads that can be displayed anywhere within your application.",
"description": "AdColony delivers high-definition Instant-Play video ads that can be displayed anywhere within your application. AdColony also contains V4VC, a secure system for rewarding users of your app with virtual currency upon the completion of video plays.",
"homepage": "http://adcolony.com",
"license": {
"type": "Commercial",
"text": "You must accept the terms and conditions on the AdColony website by registering in order to legally use the AdColony SDK. U.S. based companies will need to complete the W-9 form and send it to us, as well as complete the section on payment information on clients.adcolony.com, before publisher payments can be issued."
},
"authors": {
"AdColony Support": "support@adcolony.com"
},
"source": {
"git": "https://github.com/AdColony/AdColony-iOS-SDK-3.git",
"tag": "v3.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "AdColony.framework/**/*.h",
"source_files": "AdColony.framework/**/*.h",
"vendored_frameworks": "AdColony.framework",
"preserve_paths": "AdColony.framework",
"libraries": "z",
"frameworks": [
"AdColony",
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CoreTelephony",
"EventKit",
"MediaPlayer",
"MessageUI",
"Social",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"JavaScriptCore",
"WebKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AdColony\""
}
}