[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 4 / e / f / AesGcm / 0.1.4 / AesGcm.podspec.json
blob39284c2768604f8554807ee65d0b5bf2923f79d7
2   "name": "AesGcm",
3   "version": "0.1.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AesGcm/Classes/**/*"