| { |
| "name": "Freestar-Nimbus-SDK", |
| "version": "1.7.0", |
| "authors": "Freestar", |
| "license": { |
| "type": "Apache2.0", |
| "file": "LICENCE.md" |
| }, |
| "homepage": "http://www.freestar.com", |
| "summary": "Helper Pod containing the Nimbus SDK in support of the Freestar Ads system", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "vendored_frameworks": [ |
| "cocoapods/nimbus/NimbusKit.xcframework", |
| "cocoapods/nimbus/NimbusCoreKit.xcframework", |
| "cocoapods/nimbus/NimbusRenderKit.xcframework", |
| "cocoapods/nimbus/NimbusRequestKit.xcframework", |
| "cocoapods/nimbus/NimbusRenderStaticKit.xcframework", |
| "cocoapods/nimbus/NimbusRenderVideoKit.xcframework" |
| ], |
| "source": { |
| "git": "https://github.com/freestarcapital/freestar-custom-cocoapods.git", |
| "tag": "v1.7.0" |
| }, |
| "user_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "pod_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| } |
| } |