blob: a0f1a39d52670d7ee8cfd9ca6470b4b7a6131332 [file] [log] [blame]
{
"name": "LWKit",
"version": "1.0.3",
"summary": "Some frequently code used on iOS about LWKit.",
"homepage": "https://github.com/liuwen0760/LWKit",
"license": "MIT",
"authors": {
"刘汶": "liuwen0760@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liuwen0760/LWKit.git",
"tag": "1.0.3"
},
"source_files": "LWKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}