blob: 27deb2cc01cd8ec3418c54c68bfa1c22cf5208d6 [file] [log] [blame]
{
"name": "WCQuick",
"version": "0.0.5",
"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.5"
},
"source_files": "WCQuick/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"WCLayout": [
]
}
}