blob: 6359b7ae04f16629c23d9a19fb0340a79303b9db [file] [log] [blame]
{
"name": "TuSDK",
"version": "3.2.5",
"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"
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"source": {
"git": "https://github.com/TuSDK/TuSDK-for-iOS.git",
"tag": "3.2.5"
},
"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"
}
]
}