[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / f / LWEncryptor / 1.0.0 / LWEncryptor.podspec.json
bloba4a8e211fd95fd5672822eaf159319666440d7c0
2   "name": "LWEncryptor",
3   "version": "1.0.0",
4   "summary": "一个加密解密框架,包含md5、RSA、AES。",
5   "description": "LWEncryptor,加密解密框架,包含md5签名、非对称加密解密RSA,以及对称加密解密AES算法的封装。",
6   "homepage": "https://github.com/luowei/LWEncryptor.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWEncryptor.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LWEncryptor/Classes/**/*",
21   "static_framework": true,
22   "public_header_files": "LWEncryptor/Classes/**/*.h",
23   "dependencies": {
24     "OpenSSL-Universal": [
26     ]
27   }