blob: 8a8748287bb36ef24a73fd37225bb540a0122cdb [file] [log] [blame]
{
"name": "ASCIImage",
"version": "1.0.0",
"summary": "Easily generate images from ASCII representations.",
"description": "Create UIImage / NSImage instances from NSString, by combining ASCII art and Kindergarten skills.\n",
"homepage": "https://github.com/cparnot/ASCIImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cparnot": "charles.parnot@gmail.com"
},
"source": {
"git": "https://github.com/cparnot/ASCIImage.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/cparnot",
"requires_arc": true,
"source_files": "Core/**/*",
"public_header_files": "Core/**/*.h"
}