blob: 816201e6862819002877704a27f59b4caaff668c [file] [log] [blame]
{
"name": "CWUtils",
"version": "1.1.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"
},
"swift_versions": "5",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/iamchiwon/CWUtils.git",
"tag": "1.1.0"
},
"source_files": [
"CWUtils/Core/**/*",
"CWUtils/UI/**/*"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxSwiftExt": [
],
"RxOptional": [
],
"Then": [
],
"RxViewController": [
],
"SnapKit": [
],
"Panda": [
],
"Reusable": [
],
"Kingfisher": [
]
},
"swift_version": "5"
}