blob: ccff22a8476d4b2a5fe920f8bbd9f31c6d5a5712 [file] [log] [blame]
{
"name": "RxFetch",
"version": "0.1.0",
"swift_versions": "5.0",
"summary": "fetch abstraction based on Rx",
"description": "fetch abstraction based on Rx with declarative taste.",
"homepage": "https://github.com/wddwycc/RxFetch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/wddwycc/RxFetch.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}