blob: 5ede9dbb0034c066915e3184b2a2e15b933cab6e [file] [log] [blame]
{
"name": "CCKits",
"version": "0.0.5",
"summary": "Public libs.",
"description": "A collection of public libs",
"homepage": "https://github.com/RachalZhou/CCKits",
"authors": {
"Rachal": "zrcrachal@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/RachalZhou/CCKits.git",
"tag": "0.0.5"
},
"subspecs": [
{
"name": "CCUIKit",
"source_files": "CCKits/Classes/CCUIKit/*",
"dependencies": {
"SnapKit": [
],
"MJRefresh": [
]
}
}
],
"swift_version": "4.2"
}