blob: d1690199d308feab0d644e752891e920a9813f0a [file] [log] [blame]
{
"name": "JJTools",
"version": "0.2.0",
"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.2.0"
},
"source_files": [
"Classes",
"JJTools/JJTools/Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"Photos",
"SystemConfiguration",
"Security",
"CoreFoundation"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
},
"dependencies": {
"Masonry": [
]
},
"requires_arc": true,
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}