| { | |
| "name": "CaesarCode", | |
| "version": "0.0.3", | |
| "summary": "凯撒加密算法", | |
| "description": "该SDK实现了凯撒加密算法,这是一种简单的字母置换的加密码方法", | |
| "homepage": "https://github.com/lazyjean/CaesarCode", | |
| "authors": { | |
| "liuzhen": "lazyjean@foxmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "license": "", | |
| "source": { | |
| "git": "https://github.com/lazyjean/CaesarCode.git", | |
| "tag": "0.0.3" | |
| }, | |
| "source_files": [ | |
| "CaesarCode", | |
| "CaesarCode/**/*.{h,m}" | |
| ], | |
| "public_header_files": "CaesarCode/*.h" | |
| } |