blob: 7a685100cab2f0102a08e1a8c30d8317c820f19c [file] [log] [blame]
{
"name": "ObjectiveTLS",
"version": "0.1.0",
"summary": "Encryption for data in transit; ObjectiveTLS 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/Objective-TLS",
"license": "MIT",
"authors": {
"David Benko": "dbenko@prndl.us"
},
"source": {
"git": "https://github.com/DavidBenko/Objective-TLS.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/davidwbenko",
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "ObjectiveTLS"
}