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