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