blob: 6bad934b73e96a5524b90fc4c2e113f37f1944b4 [file] [log] [blame]
{
"name": "LWKit",
"version": "1.0.1",
"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.1"
},
"source_files": "LWKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}