blob: efb1cea55f6ea6ff4c691cddaab763259ab7a065 [file] [log] [blame]
{
"name": "RxNetworkApiClient",
"version": "0.1.0",
"summary": "Simple Rx network library.",
"description": "See description on github.",
"homepage": "https://github.com/starmel/RxNetworkApiClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"starmel": "slava.kornienko16@gmail.com"
},
"source": {
"git": "https://github.com/starmel/RxNetworkApiClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "RxNetworkApiClient/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"SwiftyJSON": [
]
}
}