blob: 30022fb14a438125b7c3975ec13e32a20bbae592 [file] [log] [blame]
{
"name": "Camouflage",
"version": "1.0.0",
"summary": "Read and write NSData to iOS Camera Roll as .bmp file and share it between apps!",
"description": " Camouflage is a category of NSData that allows you to store it as .bmp file in iOS Camera Roll and read it from there. Camera Roll, Contacts and at some point Keychain are the only places where you can store and access data between apps. I figured out that you can store bytes as pixels in .bmp file and place it in Camera Roll and iOS will not protest ;)\n",
"homepage": "https://github.com/burczyk/Camouflage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Burczyk": "kamil.burczyk@gmail.com"
},
"social_media_url": "http://twitter.com/KamilBurczyk",
"screenshots": [
"https://raw.githubusercontent.com/burczyk/Camouflage/master/assets/IMG_0071.png",
"https://raw.githubusercontent.com/burczyk/Camouflage/master/assets/hexfiend.png"
],
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/burczyk/Camouflage.git",
"tag": "1.0.0"
},
"source_files": [
"Camouflage",
"Camouflage/**/*.{h,m,c}"
],
"public_header_files": "Camouflage/**/*.h",
"frameworks": "AssetsLibrary",
"requires_arc": true
}