blob: 34772a1e5e0f30c3938e9618b88a84046c64b8b3 [file] [log] [blame]
{
"name": "OpenXMSDK",
"libraries": "OpenXMSDK",
"platforms": {
"ios": "5.0"
},
"version": "2.5.0.r1",
"summary": "OpenX Mobile SDK for iOS v2.5.0.r1",
"description": "The OpenX SDK for iOS allows a user of the OpenX Ad Server to incorporate ads into their iOS applications.",
"homepage": "http://www.openx.com",
"authors": "OpenX Technologies, Inc. | maintained by @lawrenceleach",
"documentation_url": "docs.openx.com/sdk/#ios_sdk.html",
"license": {
"type": "commercial",
"text": "Copyright 2014 OpenX Technologies, Inc. All rights reserved."
},
"source": {
"http": "http://i.cdn.openx.com/sdks/OpenX_Mobile_SDK_iOS.zip"
},
"source_files": "OpenX_Mobile_SDK_iOS/SDK/Headers/*.h",
"public_header_files": "OpenX_Mobile_SDK_iOS/SDK/Headers/*.h",
"preserve_paths": "OpenX_Mobile_SDK_iOS/SDK/libOpenXMSDK.a",
"ios": {
"vendored_libraries": "OpenX_Mobile_SDK_iOS/SDK/libOpenXMSDK.a"
},
"resources": "OpenX_Mobile_SDK_iOS/SDK/OpenXMSDKResources.bundle",
"requires_arc": false,
"frameworks": [
"SystemConfiguration",
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"EventKit",
"EventKitUI",
"MapKit",
"MediaPlayer"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/OpenXMSDK\"",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/OpenXMSDK",
"OTHER_LDFLAGS": "-lObjC"
}
}