blob: 8f6713b3d8e434a5a9fe0e89b9c17994933dda90 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "11.0.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Storage",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"source_files": "Sources/Storage/**/*.swift"
}
]
}