blob: a4495f82d61a29e960129cfa387251c4a5749bcf [file] [log] [blame]
{
"name": "LeanCloud",
"version": "1.0.0-beta.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": "1.0.0-beta.1"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 3.4"
]
}
}