blob: 1adba8ba396dfc5579d73f7804d62603b7847712 [file] [log] [blame]
{
"name": "QingStorSDK",
"version": "2.7.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.7.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/QingStor/",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"CryptoSwift": [
"~> 0.8"
],
"ObjectMapper": [
"~> 3.1"
]
}
},
{
"name": "ObjcBridge",
"source_files": "Sources/ObjcBridge/",
"dependencies": {
"QingStorSDK/Core": [
]
}
}
]
}