blob: 74276af5ae06d4a417e245ccfc91d74ff0e510b1 [file] [log] [blame]
{
"name": "ZUtilsX",
"version": "0.0.9",
"summary": "Utils Code.",
"description": "工具代码集. 包含宏定义, 工具类, 向Foundation/UIKit添加的分类, 自定义工具视图, JSON工具类, MBProgressHUD工具类, Keychain工具类.",
"homepage": "https://github.com/CharLemAznable/ZUtilsX",
"license": "MIT",
"authors": "CharLemAznable",
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"source": {
"git": "https://github.com/CharLemAznable/ZUtilsX.git",
"tag": "0.0.9"
},
"source_files": "ZUtilsX/**/*.{h,m}",
"exclude_files": "ZUtilsX/Privates/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Security"
]
}