blob: 9cb86049c5e72a484867003a7a54cb57d4e60627 [file] [log] [blame]
{
"name": "PFKitObjC",
"version": "0.0.1",
"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.1"
},
"source_files": [
"PFKit/{UIView}+PFKit.{h,m}",
"PFKit/PF{File,Model,QRCode}.{h,m}"
],
"public_header_files": [
"PFKit/{UIView}+PFObjC.h",
"PFKit/PF{File,Model,QRCode}.h",
"PFKit/PFKit.h"
],
"requires_arc": true
}