[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / e / f / AesGcm / 0.1.6 / AesGcm.podspec.json
blob864cdbc349760b4316c9fd459d43f1af000d9e74
2   "name": "AesGcm",
3   "version": "0.1.6",
4   "summary": "Galois/Counter Mode (GCM) with Advanced Encryption System (AES).",
5   "description": "ObjC implementation of Galois/Counter Mode (GCM) with Advanced Encryption System (AES).",
6   "homepage": "https://github.com/indisoluble/AesGcm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Enrique de la Torre": "indisoluble_dev@me.com"
13   },
14   "source": {
15     "git": "https://github.com/indisoluble/AesGcm.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AesGcm/Classes/**/*"