blob: 512e4583c3fb5f9d62a9edcfa079ef023d9abe02 [file] [log] [blame]
{
"name": "ISStego",
"version": "0.0.3",
"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": {
"ios": "7.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/isena/ISStego.git",
"tag": "0.0.3"
},
"source_files": "ISStego/**/*.{h,m}"
}