blob: 49abb143cd2c7c88496e8f56cafb1efdf1b29a9c [file] [log] [blame]
{
"name": "BlueBillywigNativeShared-iOS",
"version": "0.1.1",
"summary": "Blue Billywig native shared framework",
"description": "Blue Billywig native shared framwork is a shared code base used in BlueBillywigNativePlayerKit",
"homepage": "https://www.bluebillywig.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Blue Billywig": "tech@bluebillywig.com"
},
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_frameworks": "bbnativeshared.framework"
},
"source": {
"git": "https://github.com/bluebillywig/bbnativeshared-cocoapod.git",
"tag": "0.1.1"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}