blob: 959631ab50da1138b06f9a94d94443b1930d2014 [file] [log] [blame]
{
"name": "RxNet",
"version": "0.1.0",
"summary": "Reactive networking library, testable with rx test",
"description": "Reactive networkin library",
"homepage": "https://github.com/myste1tainn/RxNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"myste1tainn": "a.keereena@gmail.com"
},
"source": {
"git": "https://github.com/myste1tainn/RxNet.git",
"tag": "0.1.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0"
},
"source_files": "RxNet/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.1"
}