blob: a4dffab665eb3924972c9523c822ca0bef82e507 [file] [log] [blame]
{
"name": "ChartboostSDK",
"version": "7.1.2",
"license": {
"type": "Commercial",
"text": "LICENSE © 2011-2018 Chartboost. All rights reserved. LICENSE"
},
"summary": "Chartboost iOS SDK.",
"homepage": "https://chartboost.com/",
"authors": {
"Chartboost": "https://chartboost.com/"
},
"source": {
"http": "https://s3.amazonaws.com/chartboost/sdk/7.1.2/Chartboost-iOS-7.1.2.tar.bz2"
},
"description": "A technology platform that helps mobile game developers find new users and monetize their games.",
"platforms": {
"ios": null
},
"source_files": "Chartboost.framework/Versions/A/Headers/*.h",
"preserve_paths": [
"Chartboost.framework/*",
"CHAMoatMobileAppKit.framework/*"
],
"weak_frameworks": "AdSupport",
"frameworks": [
"CoreGraphics",
"StoreKit",
"Foundation",
"UIKit",
"WebKit"
],
"vendored_frameworks": [
"Chartboost.framework",
"CHAMoatMobileAppKit.framework"
],
"requires_arc": false,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}