[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / b / OpenXMSDK / 2.5.0.r1 / OpenXMSDK.podspec.json
blob34772a1e5e0f30c3938e9618b88a84046c64b8b3
2   "name": "OpenXMSDK",
3   "libraries": "OpenXMSDK",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "version": "2.5.0.r1",
8   "summary": "OpenX Mobile SDK for iOS v2.5.0.r1",
9   "description": "The OpenX SDK for iOS allows a user of the OpenX Ad Server to incorporate ads into their iOS applications.",
10   "homepage": "http://www.openx.com",
11   "authors": "OpenX Technologies, Inc. | maintained by @lawrenceleach",
12   "documentation_url": "docs.openx.com/sdk/#ios_sdk.html",
13   "license": {
14     "type": "commercial",
15     "text": "Copyright 2014 OpenX Technologies, Inc. All rights reserved."
16   },
17   "source": {
18     "http": "http://i.cdn.openx.com/sdks/OpenX_Mobile_SDK_iOS.zip"
19   },
20   "source_files": "OpenX_Mobile_SDK_iOS/SDK/Headers/*.h",
21   "public_header_files": "OpenX_Mobile_SDK_iOS/SDK/Headers/*.h",
22   "preserve_paths": "OpenX_Mobile_SDK_iOS/SDK/libOpenXMSDK.a",
23   "ios": {
24     "vendored_libraries": "OpenX_Mobile_SDK_iOS/SDK/libOpenXMSDK.a"
25   },
26   "resources": "OpenX_Mobile_SDK_iOS/SDK/OpenXMSDKResources.bundle",
27   "requires_arc": false,
28   "frameworks": [
29     "SystemConfiguration",
30     "AdSupport",
31     "CoreGraphics",
32     "CoreLocation",
33     "CoreTelephony",
34     "EventKit",
35     "EventKitUI",
36     "MapKit",
37     "MediaPlayer"
38   ],
39   "xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/OpenXMSDK\"",
41     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/OpenXMSDK",
42     "OTHER_LDFLAGS": "-lObjC"
43   }