blob: d717b79efe00cf4408797c210430eb07ce16c64c [file] [log] [blame]
{
"name": "Common-iOSCS",
"version": "0.0.1",
"summary": "A short description of Common-iOS.",
"swift_version": "4.2",
"description": "Common iOS library for making applications",
"homepage": "https://github.com/youkchansim/Common-iOS",
"license": "MIT",
"authors": {
"iOSCS": "dbrckstla@naver.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/youkchansim/Common-iOS.git",
"tag": "0.0.1"
},
"source_files": "Common-iOS/Classes",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
"~> 3.0"
]
}
}