blob: f20058c86a0e47421e24fba53efdfa38a5037685 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "1.3.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": "1.3.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Storage",
"dependencies": {
"Alamofire": [
"~> 4.0.1"
]
},
"source_files": "Sources/Storage/**/*.swift"
}
]
}