blob: fb9abf57e261e43f00bf36b25b2474da243e27f3 [file] [log] [blame]
{
"name": "LWExtension",
"version": "0.0.2",
"summary": "Some frequently extention used on iOS about LWExtension.",
"description": "It is some frequently extension used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/liuwen0760/LWExtension",
"license": "MIT",
"authors": {
"刘汶": "liuwen0760@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liuwen0760/LWExtension.git",
"tag": "0.0.2"
},
"source_files": [
"LWExtension",
"LWExtension/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}