blob: 0a99ad98d0553bf21ddee91630df323a21cab83e [file] [log] [blame]
{
"name": "CWUtilsTest",
"version": "1.0.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.0.0"
},
"source_files": "CWUtils/Test/**/*",
"frameworks": "XCTest",
"swift_version": "5"
}