blob: ed1ac989e4c8ec9821bd85bb7808d259592c1287 [file] [log] [blame]
{
"name": "ReactiveNetwork",
"version": "0.2.0",
"summary": "ReactiveNetwork is a small library to allow HTTP network call with RXSwift and parse the JSON result into Swift model object.",
"description": "ReactiveNetwork is a small library to allow HTTP network call with RXSwift and parse the JSON result into Swift model object",
"homepage": "https://github.com/jaumard/ReactiveNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jaumard": "jimmy.aumard@gmail.com"
},
"source": {
"git": "https://github.com/jaumard/ReactiveNetwork.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/jaumard",
"platforms": {
"ios": "9.0"
},
"source_files": "ReactiveNetwork/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}