blob: 7a8fb5cab66317f52f62977efc50aeefa39e7f99 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "10.0.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "LeanCloud Swift SDK",
"homepage": "https://leancloud.cn/",
"authors": "LeanCloud",
"source": {
"git": "https://github.com/leancloud/swift-sdk.git",
"tag": "10.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Storage",
"dependencies": {
"Alamofire": [
"~> 4.2.0"
]
},
"source_files": "Sources/Storage/**/*.swift"
}
]
}