blob: a6d138ec22e1a38fea7c6c358f37317d6db4ee34 [file] [log] [blame]
{
"name": "NHToolSets",
"version": "0.1.3",
"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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hujiaju": "nanhujiaju@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iFindTA/NHToolSets.git",
"tag": "0.1.3"
},
"source_files": "NHUtilSetsPro/Utils/*.{h,m}",
"public_header_files": "NHUtilSetsPro/Utils/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore",
"CoreText"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"requires_arc": true,
"deprecated": true
}