blob: 0e73bb04cda0698fc956053621ba19045ee9e1d5 [file] [log] [blame]
{
"name": "PUtil",
"version": "0.3.0",
"summary": "A ToolBox From Pai.",
"homepage": "https://github.com/pengpaiGuo/PUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengpaiGuo": "pengpaiguo@163.com"
},
"source": {
"git": "https://github.com/pengpaiGuo/PUtil.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PUtil/Classes/*.h",
"subspecs": [
{
"name": "Extensions",
"source_files": "PUtil/Classes/Extensions/*.{h,m}"
},
{
"name": "first",
"source_files": "PUtil/Classes/first/*.{h,m}"
},
{
"name": "second",
"source_files": "PUtil/Classes/first/*.{h,m}"
},
{
"name": "third",
"source_files": "PUtil/Classes/first/*.{h,m}"
}
]
}