blob: d204fd475b74db1c17e9ced21d0384b4e7ace957 [file] [log] [blame]
{
"name": "WCQuick",
"version": "0.0.4",
"summary": "WCQuick is a easier way to set UIKit class properties, it also has some useful functions",
"homepage": "https://github.com/HaloWang/WCQuick",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"王策": "634692517@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HaloWang/WCQuick.git",
"tag": "0.0.4"
},
"source_files": "WCQuick/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"WCLayout": [
]
}
}