blob: 795363b30ae2dd0bd9c8987c00afd9548ea9f511 [file] [log] [blame]
{
"name": "LWExtension",
"version": "0.0.1",
"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.1"
},
"source_files": [
"LWExtension",
"LWExtension/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}