blob: 87c569dcacb0c02fac03049ce09f5dde3bf464f4 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "11.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": "11.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Storage",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"source_files": "Sources/Storage/**/*.swift"
}
]
}