blob: f7c39ebf5e8b13e0d7e36f03b75ca74565195c57 [file] [log] [blame]
{
"name": "RxLeanCloud",
"version": "0.1.0",
"summary": "LeanCloud Swift sdk based on RxSwift for iOS",
"homepage": "https://github.com/RxLeanCloud/rx-lean-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wujun4code": "wujun19890209@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/RxLeanCloud/rx-lean-swift.git",
"tag": "0.1.0"
},
"source_files": "src/RxLeanCloudSwift/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxAlamofire": [
],
"Alamofire": [
"> 4.5"
],
"Starscream": [
"~> 3.0.2"
]
},
"pushed_with_swift_version": "4.0"
}