[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / c / SimpleEncrypter / 1.1.1 / SimpleEncrypter.podspec.json
blob265152272d2887529f0b70145488a84d6b5adf94
2   "name": "SimpleEncrypter",
3   "version": "1.1.1",
4   "summary": "A simple protocol for Data->Data encrypt.",
5   "description": "This is designed for my apps, so that I can easily change real encrypter.",
6   "homepage": "https://github.com/1fr3dg/SimpleEncrypter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alfred Gao": "alfredg@alfredg.cn"
13   },
14   "source": {
15     "git": "https://github.com/1fr3dg/SimpleEncrypter.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Sources/*",
23   "dependencies": {
24     "CryptoSwift": [
26     ],
27     "SwiftCompressor": [
29     ],
30     "GzipSwift": [
32     ]
33   },
34   "pushed_with_swift_version": "3.0"