blob: c964fc8722a6f7c0b6210f84e2c2fbd5a5383af9 [file] [log] [blame]
{
"name": "BaseRxSwift",
"version": "0.1.1",
"summary": "The Base Library",
"description": "The Base Library for RxSwift",
"homepage": "https://github.com/tuanhust2010/BaseRxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuan nguyen": "tuanhust2010@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/tuanhust2010/BaseRxSwift.git",
"tag": "0.1.1"
},
"source_files": "BaseRxSwift/Base/*.swift",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"NVActivityIndicatorView": [
]
}
}