blob: 1e8b3b2f4b7a2078f8ea0f1617d25f48fe6fb024 [file] [log] [blame]
{
"name": "Iconic",
"version": "1.0.0-beta3",
"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-beta3",
"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": "cd Vendor/SwiftGen/ && rake install\ncd ../..\nsh Source/Iconizer.sh Fonts/FontAwesome-4.6.3/FontAwesome.ttf Source --verbose"
}