blob: 4e22c02514ac0d336cf6d647e30f8c15caf2c19c [file] [log] [blame]
{
"name": "JJTools",
"version": "0.9.2",
"summary": "some others useful tools",
"description": "include some category based on masonry for create UI and some others useful tools",
"homepage": "https://github.com/chance395/JJTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brain": "895176298@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chance395/JJTools.git",
"tag": "v0.9.2"
},
"source_files": [
"Classes",
"JJTools/JJTools/Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"Photos",
"SystemConfiguration",
"Security",
"CoreFoundation",
"WebKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
},
"dependencies": {
"Masonry": [
],
"AFNetworking": [
],
"MBProgressHUD": [
]
},
"requires_arc": true,
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "Dispatch_Queue",
"source_files": "JJTools/JJTools/Classes/*.{h,m}",
"frameworks": "Foundation"
}
]
}