blob: f965f75695f0d059e3b47f9cf219f6149f90adcc [file] [log] [blame]
{
"name": "PBToolKits",
"version": "0.3.93",
"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.3.93"
},
"source_files": "NHUtilSetsPro/Utils/*.{h,m}",
"public_header_files": "NHUtilSetsPro/Utils/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore",
"CoreText"
],
"requires_arc": true,
"deprecated": true
}