[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / c / SimpleEncrypter / 0.3.0 / SimpleEncrypter.podspec.json
blob9e5bda1b36bae8458d75f847ea526f3ea02ea31f
2   "name": "SimpleEncrypter",
3   "version": "0.3.0",
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": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Sources/*",
23   "dependencies": {
24     "CryptoSwift": [
26     ],
27     "GzipSwift": [
29     ]
30   },
31   "pushed_with_swift_version": "3.0"