blob: 84308219e86b305012b086a7f84ca62d3be59447 [file] [log] [blame]
{
"name": "NHUtilSets",
"version": "0.0.3",
"summary": "NHUtilSets is an Objc Wrapper Kit foriOS Developers.",
"homepage": "https://github.com/iFindTA",
"description": "iOS Developer's Common Kit Sets, the commands between Foundation and UIKit frameworks.",
"license": "MIT(LICENSE)",
"authors": {
"nanhujiaju": "nanhujiaju@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iFindTA/NHUtilSetsPro.git",
"tag": "0.0.3"
},
"source_files": "NHUtilSetsPro/Utils/*.{h,m}",
"public_header_files": "NHUtilSetsPro/Utils/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore"
],
"requires_arc": true
}