blob: e5c571b4722af933b49e20dfa2c3b63c2f3217d4 [file] [log] [blame]
{
"name": "QingStorSDK",
"version": "2.0.0-beta.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.0.0-beta.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
"~> 0.6.1"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}