blob: 94d772708a449a365b4c44ab6ea051b9c2a39dfa [file] [log] [blame]
{
"name": "Iconic",
"version": "1.1",
"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.1"
},
"source_files": "Source/*.{swift}",
"resources": "Source/**/*.{ttf,otf}",
"preserve_paths": "Source/Catalog/**/*.*",
"frameworks": [
"UIKit",
"CoreText"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"SWIFT_VERSION": "2.3"
},
"prepare_command": "sh Source/Iconizer.sh '' --verbose",
"pushed_with_swift_version": "2.3"
}