blob: bba411cd1aa69ad924b4976da9c55690a0798598 [file] [log] [blame]
{
"name": "WZExtensions",
"version": "0.0.1",
"summary": "WillyZhao的组件化第一步",
"description": "不常用Extension,这是我第一次尝试组件化。希望能看到的大神勿怪。。。",
"homepage": "https://github.com/ClouldJ/WZExtensions.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"ClouldJ": "yoi12314789@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ClouldJ/WZExtensions.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}