blob: 5a0eafd4bc568fb8cca1c36b7e33e992e01824cb [file] [log] [blame]
{
"name": "ZZNetworking",
"version": "0.1.0",
"summary": "A Networking Framework for RESTful API, in RxSwift",
"description": "A Networking Framework for RESTful API, in RxSwift. Provides model that can easily do GET | POST | PUT | DELETE with a RESTful API.",
"homepage": "https://github.com/LittleChuan/ZZNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zaza": "little.chuan@qq.com"
},
"source": {
"git": "https://github.com/LittleChuan/ZZNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"5.0"
],
"source_files": "ZZNetworking/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.9.0"
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}