blob: e1b565703f662c020d212e43bbcd5428dbfa1e37 [file] [log] [blame]
{
"name": "NHToolSets",
"version": "0.1.1",
"summary": "NHToolSets 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": {
"hujiaju": "nanhujiaju@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iFindTA/NHToolSets.git",
"tag": "0.1.1"
},
"source_files": "sources/*.{h,m}",
"public_header_files": "sources/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore",
"CoreText"
],
"requires_arc": true,
"deprecated": true
}