blob: 0a8caee67cbc539fd2d78bacc86870ee9198a1ac [file] [log] [blame]
{
"name": "ZWUtilityKit",
"version": "2.1.0",
"summary": "源码版本 从简化版做起经常用到的一些公共代码.",
"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": "2.1.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"
},
"frameworks": [
"SystemConfiguration",
"Security",
"CoreLocation",
"QuartzCore",
"CFNetwork",
"MessageUI"
]
}