4 "summary": "Auto-generated icon font library for iOS [beta]",
5 "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.",
6 "homepage": "https://github.com/dzenbot/Iconic",
9 "Ignacio Romero Zurbuchen": "iromero@dzen.cl"
16 "git": "https://github.com/dzenbot/Iconic.git",
19 "source_files": "Source/*.{swift}",
20 "resources": "Source/**/*.{ttf,otf}",
21 "preserve_paths": "Source/Catalog/**/*.*",
31 "pod_target_xcconfig": {
32 "ENABLE_BITCODE": "NO",
33 "SWIFT_VERSION": "2.3"
35 "prepare_command": "sh Source/Iconizer.sh '' --verbose",
36 "pushed_with_swift_version": "2.3"