blob: 7e7f4de7de0a8bca2f6914a85b5297509ef25529 [file] [log] [blame]
{
"name": "BaseRxSwift",
"version": "0.1.0",
"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.0"
},
"source_files": "BaseRxSwift/Base/*.swift",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"NVActivityIndicatorView": [
]
}
}