blob: bd42c40beb934a21e4c8f8c04dccd26a0583f43e [file] [log] [blame]
{
"name": "Iconic",
"version": "1.0.2",
"summary": "Auto-generated icon font library for iOS [beta]",
"description": "Iconic will help you make icon fonts integration on iOS easy and effortless. Its main component is in charge of auto-generating strongly typed code in Swift, fully compatible with Objective-C, allowing the integration of vector icons as image or text in your apps.",
"homepage": "https://github.com/dzenbot/Iconic",
"screenshots": "",
"authors": {
"Ignacio Romero Zurbuchen": "iromero@dzen.cl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/dzenbot/Iconic.git",
"tag": "1.0.2"
},
"source_files": "Source/*.{swift}",
"resources": "Source/**/*.{ttf,otf}",
"preserve_paths": "Source/Catalog/**/*.*",
"frameworks": [
"UIKit",
"CoreText"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"prepare_command": "sh Source/Iconizer.sh"
}