blob: c91b8a4e26bcf54da6134981b5de3935f137d67a [file] [log] [blame]
{
"name": "TuSDK",
"version": "3.2.0",
"summary": "TuSDK for iOS",
"homepage": "https://tutucloud.com/",
"license": {
"type": "Commercial",
"text": "© 2014–2019 TUTUCLOUD Technology Co., Ltd."
},
"authors": {
"TuSDK Team": "support@tusdk.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TuSDK/TuSDK-for-iOS.git",
"tag": "3.2.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "TuSDK.framework"
},
{
"name": "ImageGeeV1",
"vendored_frameworks": "TuSDKGeeV1.framework",
"resources": "Localization/*.lproj"
},
{
"name": "ImageGeeV2",
"vendored_frameworks": "TuSDKGeeV2.framework",
"resources": "Localization/*.lproj"
}
]
}