[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 2 / CaesarCode / 0.0.3 / CaesarCode.podspec.json
blobb571dbeef9e2ef80c216ee8ea8dbfef2c317e06d
2   "name": "CaesarCode",
3   "version": "0.0.3",
4   "summary": "凯撒加密算法",
5   "description": "该SDK实现了凯撒加密算法,这是一种简单的字母置换的加密码方法",
6   "homepage": "https://github.com/lazyjean/CaesarCode",
7   "authors": {
8     "liuzhen": "lazyjean@foxmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": "",
14   "source": {
15     "git": "https://github.com/lazyjean/CaesarCode.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "CaesarCode",
20     "CaesarCode/**/*.{h,m}"
21   ],
22   "public_header_files": "CaesarCode/*.h"