blob: d237d593c083933cd5ba704c234defdf80fb7db8 [file] [log] [blame]
{
"name": "ccswiftextension",
"version": "0.0.1",
"summary": "Swift class extensions.",
"description": "The lib is a colletion of swift class extensions which you may use in many iOS projects.",
"homepage": "https://github.com/qtrd/ccextension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quang Truong": "qtrdit@gmai.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/qtrd/ccextension.git",
"tag": "0.0.1"
},
"source_files": "ccextension/**/*.{h,m,swift}",
"swift_version": "4.2"
}