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