[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 2 / 3 / 6 / ZUtilsX / 0.1.2 / ZUtilsX.podspec.json
blob164a2e83fbbfa4649845bf979f440d3bcf06378f
2   "name": "ZUtilsX",
3   "version": "0.1.2",
4   "summary": "Personal IOS 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.1.2"
16   },
17   "source_files": "ZUtilsX/**/*.{h,m}",
18   "frameworks": [
19     "Foundation",
20     "CoreGraphics",
21     "UIKit",
22     "Security"
23   ]