[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / f / AesGcm / 1.0.0 / AesGcm.podspec.json
blob0a855549f5bf33547779d3ab921f393e49a4c6b9
2   "name": "AesGcm",
3   "version": "1.0.0",
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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "AesGcm/Classes/**/*",
22   "public_header_files": "AesGcm/Classes/*.h"