blob: 15e7eda99e8484c4d763d6192643fddbf2dc8ea3 [file] [log] [blame]
{
"name": "CWUtils",
"version": "0.4.0",
"summary": "iOS 어플리케이션 개발용 유틸리티 모음",
"description": "RxSwift 를 기반으로 하고 있음. (Dependancy : RxSwift, RxCocoa, RxOptional)",
"homepage": "https://github.com/iamchiwon/CWUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iamchiwon": "iamchiwon@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iamchiwon/CWUtils.git",
"tag": "0.4.0"
},
"source_files": "CWUtils/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxOptional": [
]
},
"pushed_with_swift_version": "4.0"
}