[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / 3 / DBTransitEncryption / 0.1.5 / DBTransitEncryption.podspec.json
blob742dc20ab0e7979518c6280d3ba230a7b3e6e8c8
2   "name": "DBTransitEncryption",
3   "version": "0.1.5",
4   "summary": "Encryption for data in transit; DBTransitEncryption will secure data for transit similar to the handshake protocol of TLS.",
5   "description": "Transport Layer Security for securing data payloads in Objective-C. An easy way to secure data by providing a symmetric key for that transaction. Keys are generated on the fly and every message will have a new key.\n",
6   "homepage": "https://github.com/DavidBenko/DBTransitEncryption",
7   "license": "MIT",
8   "authors": {
9     "David Benko": "dbenko@prndl.us"
10   },
11   "source": {
12     "git": "https://github.com/DavidBenko/DBTransitEncryption.git",
13     "tag": "0.1.5"
14   },
15   "social_media_url": "https://twitter.com/davidwbenko",
16   "platforms": {
17     "ios": null
18   },
19   "requires_arc": true,
20   "source_files": "DBTransitEncryption/**/*.{h,m}"