blob: 8557a29f801686cf753f93bef13d49946daf8e44 [file] [log] [blame]
{
"name": "PFKit",
"version": "0.1.1",
"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.1",
"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": "Foundation",
"source_files": "PFKit/Foundation/PF{File,Model,QRCode,Time}.{h,m}"
}
]
}