[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 4 / AdColony / 4.6.0 / AdColony.podspec.json
blob2af10830a84b00516789812a0f1e63efafbdb88b
2   "name": "AdColony",
3   "version": "4.6.0",
4   "summary": "AdColony delivers high-definition Instant-Play video ads that can be displayed anywhere within your application.",
5   "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.",
6   "homepage": "http://adcolony.com",
7   "license": {
8     "type": "Commercial",
9     "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."
10   },
11   "authors": {
12     "AdColony Support": "support@adcolony.com"
13   },
14   "source": {
15     "git": "https://github.com/AdColony/AdColony-iOS-SDK.git",
16     "tag": "v4.6.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
24     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
28     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
29   },
30   "public_header_files": "AdColony.framework/**/*.h",
31   "source_files": "AdColony.framework/**/*.h",
32   "vendored_frameworks": "AdColony.framework",
33   "preserve_paths": "AdColony.framework",
34   "libraries": [
35     "z",
36     "sqlite3"
37   ],
38   "frameworks": [
39     "AdColony",
40     "AdSupport",
41     "AudioToolbox",
42     "AVFoundation",
43     "CoreMedia",
44     "CoreTelephony",
45     "JavaScriptCore",
46     "MessageUI",
47     "CoreServices",
48     "SystemConfiguration",
49     "SafariServices"
50   ],
51   "weak_frameworks": [
52     "Social",
53     "StoreKit",
54     "WatchConnectivity",
55     "WebKit",
56     "AppTrackingTransparency"
57   ],
58   "xcconfig": {
59     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AdColony\""
60   }