[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 6 / 7 / YXCryp / 0.1.1 / YXCryp.podspec.json
blobad234df04c2247907536113b52fb0e8ed1e3c9fe
2   "name": "YXCryp",
3   "version": "0.1.1",
4   "summary": "Objdctive-C 实现常用加解密功能库。",
5   "description": "Objdctive-C 实现常用加解密功能库。\n  - `AES256` 加密解密\n  - `SHA256`、`SHA1`、`MD5` 哈希计算\n  - `HEX` 转换\n  - `Base64` 编码解码",
6   "homepage": "https://github.com/yourtion/YXCryp-OC",
7   "license": "MIT",
8   "authors": {
9     "Yourtion": "yourtion@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yourtion/YXCryp-OC.git",
13     "tag": "0.1.1"
14   },
15   "source_files": "YXCryp",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true