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