blob: 72c7dba1711e96cbf7dfa436ef6406c44b780215 [file] [log] [blame]
{
"name": "PFKitObjC",
"version": "0.0.6",
"summary": "简易的iOS组件包。A simple iOS components.",
"homepage": "https://github.com/PFei-He/PFKitObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PFei-He": "498130877@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PFei-He/PFKitObjC.git",
"tag": "0.0.6"
},
"source_files": [
"PFKit/{NSString,UIView}+PFKit.{h,m}",
"PFKit/PF{Debug,File,Model,QRCode,Scanner}.{h,m}",
"PFKit/PF{Configure,Kit}.h"
],
"public_header_files": [
"PFKit/{NSString,UIView}+PFKit.h",
"PFKit/PF{Configure,Debug,File,Kit,Model,QRCode,Scanner}.h"
],
"requires_arc": true
}