blob: 2ffcfcd90b026784345e7cc7232b62420e5e8581 [file] [log] [blame]
{
"name": "RxLeanCloud",
"version": "0.0.1",
"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.0.1"
},
"source_files": "src/RxLeanCloudSwift/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxAlamofire": [
],
"Alamofire": [
"> 4.4"
],
"Starscream": [
"~> 2.0.3"
]
},
"pushed_with_swift_version": "3.0"
}