blob: ec46f97f62fc2caa62850e18c17e6efa297f893e [file] [log] [blame]
{
"name": "Gutenberg",
"version": "1.0.1",
"summary": "Tiny library for generating attributed string with emoticons as images",
"description": "Gutenberg is tiny library that can generate attributed string with images by translating registred codes like *smile* or :-)",
"homepage": "https://github.com/thefuntasty/Gutenberg",
"license": "MIT",
"authors": {
"Aleš Kocur": "ales@thefuntasty.com"
},
"source": {
"git": "https://github.com/thefuntasty/Gutenberg.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Gutenberg": [
"Pod/Assets/*.png"
]
}
}