blob: 02bb65d8451958fc424b53ee118c929ffa579b76 [file] [log] [blame]
{
"name": "BlueBillywigNativePlayerKit-iOS",
"version": "0.0.13",
"summary": "Blue Billywig native player kit",
"description": "Blue Billywig native player kit is used to play Blue Billywig mediaclips using the native ios player",
"homepage": "https://www.bluebillywig.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Blue Billywig": "tech@bluebillywig.com"
},
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_frameworks": "BBNativePlayerKit.xcframework"
},
"source": {
"git": "https://github.com/bluebillywig/bbnativeplayerkit-cocoapod.git",
"tag": "0.0.13"
},
"dependencies": {
"GoogleAds-IMA-iOS-SDK": [
"~> 3.13.0"
]
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}