| { |
| "name": "ChartboostHeliumSdk", |
| "version": "1.9.0", |
| "license": { |
| "type": "Commercial", |
| "text": "LICENSE © 2011-2020 Chartboost. All rights reserved. LICENSE" |
| }, |
| "summary": "Chartboost Helium iOS SDK.", |
| "homepage": "https://www.chartboost.com/", |
| "authors": { |
| "Chartboost": "https://www.chartboost.com/" |
| }, |
| "source": { |
| "http": "https://chartboost.s3.amazonaws.com/helium/sdk/ios/2.0.0/Helium-iOS-2.0.0.tar.bz2" |
| }, |
| "description": "A programmic ad monetization platform for mobile games and apps.", |
| "documentation_url": "https://answers.chartboost.com/en-us/child_article/ios", |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": [ |
| "HeliumSdk.framework/Headers/*.h", |
| "HeliumAdapterChartboost.framework/Headers/*.h" |
| ], |
| "preserve_paths": [ |
| "HeliumSdk.framework/*", |
| "HeliumAdapterChartboost.framework/*" |
| ], |
| "weak_frameworks": "AdSupport", |
| "frameworks": [ |
| "AVFoundation", |
| "CoreGraphics", |
| "StoreKit", |
| "Foundation", |
| "WebKit" |
| ], |
| "vendored_frameworks": [ |
| "HeliumSdk.framework", |
| "HeliumAdapterChartboost.framework" |
| ], |
| "dependencies": { |
| "ChartboostSDK": [ |
| |
| ] |
| }, |
| "requires_arc": false, |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| } |
| } |