blob: ac96a8138b3d49ae81cb8ecd0d707c89e1d7e3db [file] [log] [blame]
{
"name": "ShopLive",
"version": "0.8.1",
"summary": "ShopLive SDK for iOS",
"homepage": "http://shoplive.cloud",
"source": {
"git": "https://github.com/shoplive/ios-sdk.git",
"tag": "0.8.1"
},
"license": {
"type": "Copyright",
"text": " Copyright 2021\n Permission is granted to...\n"
},
"authors": {
"Shoplive": "shoplive-eng@shoplive.cloud"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5",
"ios": {
"frameworks": [
"CallKit",
"SafariServices"
]
},
"subspecs": [
{
"name": "Support_iOS_MIN_13",
"platforms": {
"ios": "13.0"
},
"vendored_frameworks": "Frameworks/iOS_MIN_13/ShopLiveSDK_MinVer13.xcframework"
},
{
"name": "Support_iOS_MIN_11",
"platforms": {
"ios": "11.0"
},
"vendored_frameworks": "Frameworks/iOS_MIN_11/ShopLiveSDK_MinVer11.xcframework",
"dependencies": {
"RxCocoa": [
]
}
}
],
"swift_version": "5"
}