blob: 4fd11bd34c6c0a2a9d29cd9257ae5988fe784f64 [file] [log] [blame]
{
"name": "PBKits",
"version": "0.5.2",
"summary": "PBKits 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.5.2"
},
"source_files": "NHUtilSetsPro/Utils/*.{h,m}",
"public_header_files": "NHUtilSetsPro/Utils/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"QuartzCore",
"CoreText"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"ONLY_ACTIVE_ARCH": "NO"
}
}