blob: 3172e33d097796760d124e8d018397cde74638ea [file] [log] [blame]
{
"name": "PFObjC",
"version": "0.0.2",
"summary": "对系统API进行简单封装,实现常用功能",
"homepage": "https://github.com/PFei-He/PFObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PFei-He": "498130877@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PFei-He/PFObjC.git",
"tag": "0.0.2",
"submodules": true
},
"source_files": "PFObjC/PFObjC.h",
"public_header_files": "PFObjC/PFObjC.h",
"requires_arc": true,
"subspecs": [
{
"name": "Catagory",
"source_files": "PFObjC/Catagory/{NSString,UIView}+PFObjC.{h,m}"
},
{
"name": "Framework",
"source_files": "PFObjC/Framework/PF{File,Model,QRCode,Time}.{h,m}"
}
]
}