blob: 2565b94e17a437d073365ce60e70a90ebe020eaf [file] [log] [blame]
{
"name": "DataManagerRxSwift",
"version": "1.0.0",
"summary": "Service Manager written purely on RxSwift.",
"description": "This CocoaPods library helps you perform Service Calls.",
"homepage": "https://github.com/hbhasin3/DataManagerRxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harsh": "harsh.bhasin@yahoo.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/hbhasin3/DataManagerRxSwift.git",
"tag": "1.0.0"
},
"source_files": "DataManagerRxSwift/**/*.{h,m,swift}",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"swift_version": "4.0"
}