blob: d9bd7be85d6d614d43610f4a0ec2037be5bf9d94 [file] [log] [blame]
{
"name": "ISStego",
"version": "0.0.2",
"summary": "Objective-C wrapper for Steganography.",
"description": "# ISStego\nISStego is an Objective-C wrapper that can be used to encode and decode secret data with images using digital techniques of steganography, a form of security through obscurity.\n\n## What is Steganography?\n\nSteganography comes from the Greek word and means \"covered or protected\". Basically it is the practice of hiding important information within a unimportant object. For instance we can hide a message within some image.",
"homepage": "https://github.com/isena/ISStego",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Isaac Stevao Sena": "isaac.sena@gmail.com"
},
"social_media_url": "https://twitter.com/isaacstevaosena",
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/isena/ISStego.git",
"tag": "0.0.2"
},
"source_files": "ISStego/**/*.{h,m}"
}