blob: 3fb134daae705f38de65c17a00055a4b04e87aef [file] [log] [blame]
{
"name": "AdColony",
"version": "4.4.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.git",
"tag": "v4.4.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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",
"CoreMedia",
"CoreTelephony",
"JavaScriptCore",
"MessageUI",
"CoreServices",
"SystemConfiguration"
],
"weak_frameworks": [
"Social",
"StoreKit",
"WatchConnectivity",
"WebKit",
"SafariServices",
"AppTrackingTransparency"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AdColony\""
}
}