[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 2 / c / SimpleEncrypter / 1.2.0 / SimpleEncrypter.podspec.json
blob23ec8197bc1d3f3542ab81d6b574c943f255ccb8
2   "name": "SimpleEncrypter",
3   "version": "1.2.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": "1.2.0"
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   }