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