blob: 4f07697c4d85c20dd44a5dae4b18b50b7ff014c9 [file] [log] [blame]
{
"name": "FJUtils",
"version": "0.0.2",
"summary": "公共方法",
"description": "公共方法,方便以后调用",
"homepage": "https://github.com/KONGFANJI",
"license": "MIT",
"authors": {
"KFJ": "392843367@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KONGFANJI/FJUtils.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": [
"FJUtils/FJUtils/Utils/*.*",
"FJUtils/FJUtils/Utils/Storyboard/*.*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"static_framework": true
}