blob: 232a466db005cab7eb335112c61eebb497a9a1d5 [file] [log] [blame]
{
"name": "CWUtils",
"version": "0.9.2",
"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": "9.0"
},
"source": {
"git": "https://github.com/iamchiwon/CWUtils.git",
"tag": "0.9.2"
},
"source_files": "CWUtils/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxOptional": [
],
"SnapKit": [
]
}
}