blob: 742dc20ab0e7979518c6280d3ba230a7b3e6e8c8 [file] [log] [blame]
{
"name": "DBTransitEncryption",
"version": "0.1.5",
"summary": "Encryption for data in transit; DBTransitEncryption will secure data for transit similar to the handshake protocol of TLS.",
"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",
"homepage": "https://github.com/DavidBenko/DBTransitEncryption",
"license": "MIT",
"authors": {
"David Benko": "dbenko@prndl.us"
},
"source": {
"git": "https://github.com/DavidBenko/DBTransitEncryption.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/davidwbenko",
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "DBTransitEncryption/**/*.{h,m}"
}