blob: 4b73afefc9fc6f003c96d76c92bb3ace6c475f42 [file] [log] [blame]
{
"name": "PBToolKits",
"version": "0.4.14",
"summary": "PBToolKits is an Objc Wrapper Kit for iOS Developers.",
"homepage": "https://github.com/iFindTA",
"description": "iOS Developer's Common Kit Sets, the commands between Foundation and UIKit frameworks.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hujiaju": "nanhujiaju@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iFindTA/NHToolSets.git",
"tag": "0.4.14"
},
"source_files": [
"NHUtilSetsPro/Utils/*.h",
"NHUtilSetsPro/Utils/**/*.{h.m}"
],
"public_header_files": "NHUtilSetsPro/Utils/PBKits.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore",
"CoreText"
],
"requires_arc": true,
"deprecated": true
}