blob: 81d5f4f959e0be7afb8b3228a5b92f547d01171c [file] [log] [blame]
{
"name": "QingStorSDK",
"version": "2.2.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.2.0"
},
"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"
}