blob: 9046e064b70660810354a76645581875e3710e2e [file] [log] [blame]
{
"name": "WLObjCKit",
"version": "0.0.2",
"summary": "一个好用的OC开发工具包",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/0624pdy/WLObjCKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"0624pdy@sina.com": "pengduanyang@jze100.com"
},
"source": {
"git": "https://github.com/0624pdy/WLObjCKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WLObjCKit/Classes/**/*",
"subspecs": [
{
"name": "WLFoundation",
"source_files": "WLObjCKit/Classes/WLFoundation/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}
]
}