[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / b / OpenXMSDK / 2.0 / OpenXMSDK.podspec.json
blob9c3002f0ad0ca59f46fbe827d7ba7c83d3e699c0
2   "name": "OpenXMSDK",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "2.0",
7   "summary": "OpenX SDK for iOS v2.0",
8   "description": "The OpenX SDK for iOS allows a user of the OpenX Ad Server to incorporate ads into their iOS applications.",
9   "homepage": "http://www.openx.com",
10   "authors": "OpenX Technologies, Inc. | maintained by @lawrenceleach",
11   "license": {
12     "type": "commercial",
13     "text": "Copyright 2013 OpenX Technologies, Inc. All rights reserved."
14   },
15   "source": {
16     "http": "http://i.cdn.openx.com/sdks/OpenX_Mobile_SDK_iOS.zip"
17   },
18   "source_files": "SDK/OpenXMSDK.framework/Versions/A/Headers/*.{h}",
19   "resources": "SDK/OpenXMSDK.framework/Versions/A/Resources/*.{png,html,js}",
20   "preserve_paths": "SDK/OpenXMSDK.framework",
21   "header_dir": "OpenXMSDK",
22   "requires_arc": false,
23   "ios": {
24     "vendored_frameworks": "OpenXMSDK.framework"
25   },
26   "frameworks": [
27     "SystemConfiguration",
28     "AdSupport",
29     "CoreGraphics",
30     "CoreLocation",
31     "CoreTelephony",
32     "EventKit",
33     "EventKitUI",
34     "MapKit",
35     "MediaPlayer"
36   ],
37   "xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/OpenXMSDK\""
39   }