blob: 92b8ea4caf6bb25be41cff80811e5c347af41a14 [file] [log] [blame]
{
"name": "CKUtils",
"version": "1.1.1",
"summary": "Custom Swift Utils",
"description": "this project is custom swift lib for utils",
"homepage": "https://github.com/kai120897660/CKUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈凯文": "kai120897660@sina.com"
},
"swift_versions": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kai120897660/CKUtils.git",
"tag": "1.1.1"
},
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "CkCustom",
"source_files": [
"CKExstension",
"Utils"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"SnapKit": [
]
}
}
]
}