blob: d84c671e2345ad3edc00a7ddef026a0328880303 [file] [log] [blame]
{
"name": "Iconic",
"version": "1.0.0-beta4",
"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.0-beta4",
"submodules": true
},
"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 Installer.sh Fonts/FontAwesome-4.6.3/FontAwesome.otf"
}