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