blob: 569589d135c3a53aed40515a0f3c2c25319bcbed [file] [log] [blame]
{
"name": "ZWUtilityKit",
"version": "4.0.0",
"summary": "适配iOS13",
"description": "经常用到的一些公共代码.为了方便使用进行的简单封装;经常用到的一些公共代码.为了方便使用进行的简单封装",
"homepage": "https://github.com/EadkennyChan/ZWUtilityKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eadkennychan": "Eadkennychan@gmail.com"
},
"source": {
"git": "https://github.com/EadkennyChan/ZWUtilityKit.git",
"tag": "4.0.0"
},
"social_media_url": "https://github.com/EadkennyChan",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "ZWUtilityKit/**/*.{h,m}",
"dependencies": {
"Reachability": [
],
"JSONKit-ZW": [
],
"Masonry": [
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"prefix_header_contents": [
"#import \"Masonry.h\""
],
"frameworks": [
"SystemConfiguration",
"Security",
"CoreLocation",
"QuartzCore",
"CFNetwork",
"MessageUI"
]
}