blob: 4110fefd0f645105dbfb901fa64f4f753b15499c [file] [log] [blame]
{
"name": "QingStorSDK",
"version": "2.6.0",
"summary": "The official QingStor SDK for the swift programming language.",
"authors": "Chris Yang <chrisyang@yunify.com>",
"license": "Apache License, Version 2.0",
"homepage": "https://www.qingstor.com",
"source": {
"git": "https://github.com/yunify/qingstor-sdk-swift.git",
"tag": "2.6.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/QingStor/",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"CryptoSwift": [
"~> 0.8.3"
],
"ObjectMapper": [
"~> 3.1"
]
}
},
{
"name": "ObjcBridge",
"source_files": "Sources/ObjcBridge/",
"dependencies": {
"QingStorSDK/Core": [
]
}
}
]
}