[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / f / 4 / WZXSSL / 1.0.0 / WZXSSL.podspec.json
blobdcece7f20451ed2f058bc64b7b3806de0aff0440
2   "name": "WZXSSL",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Fast encryption string used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/Wzxhaha/WZXSSL",
7   "authors": {
8     "WzxJiang": "wzxjiang@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Wzxhaha/WZXSSL.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": true,
15   "description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
16   "source_files": "WZXSSLTool/*",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]