[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / ZUtilsX / 0.0.11 / ZUtilsX.podspec.json
blob6b9ec83bf973c833d1c3c4de0494e8225f6daa13
2   "name": "ZUtilsX",
3   "version": "0.0.11",
4   "summary": "Utils Code.",
5   "description": "工具代码集. 包含宏定义, 工具类, 向Foundation/UIKit添加的分类, 自定义工具视图, JSON工具类, MBProgressHUD工具类, Keychain工具类.",
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.11"
16   },
17   "source_files": "ZUtilsX/**/*.{h,m}",
18   "exclude_files": "ZUtilsX/Privates/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit",
23     "Security"
24   ]