blob: 54d4921a3cf8f5062d6c506603fd8929f767292e [file] [log] [blame]
{
"name": "QingStorSDK",
"version": "2.8.1",
"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.8.1"
},
"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": [
]
}
}
]
}