[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / ZUtilsX / 0.0.2 / ZUtilsX.podspec.json
bloba852e564872397900b0b5f5656d40a7b0f8450ec
2   "name": "ZUtilsX",
3   "version": "0.0.2",
4   "summary": "Utils Code.",
5   "description": "工具代码集. 包含宏定义, 工具类, 向Foundation/UIKit添加的分类, 自定义工具视图, JSON工具类, MBProgressHUD工具类.",
6   "homepage": "https://github.com/CharLemAznable/ZUtilsX",
7   "license": "MIT",
8   "authors": "CharLemAznable",
9   "platforms": {
10     "ios": "5.0"
11   },
12   "requires_arc": false,
13   "source": {
14     "git": "https://github.com/CharLemAznable/ZUtilsX.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "ZUtilsX/**/*.{h,m}",
18   "exclude_files": "ZUtilsX/Privates/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ]