blob: 71364449ed8133bc268596782a883922a1af804a [file] [log] [blame]
{
"name": "ISStego",
"version": "0.0.1",
"summary": "Objective-C wrapper for Steganography.",
"description": "\n# 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.\n\n",
"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": {
"ios": null
},
"source": {
"git": "https://github.com/isena/ISStego.git",
"tag": "0.0.1"
},
"source_files": "ISStego/ISStego/**/*.{h,m}"
}