[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / 1 / Iconic / 1.0.0-beta1 / Iconic.podspec.json
bloba69147eb61e27b8a4856bbbe7e3dc3bbd229a990
2   "name": "Iconic",
3   "version": "1.0.0-beta1",
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": "http://github.com/dzenbot/Iconic",
7   "screenshots": "",
8   "authors": {
9     "Ignacio Romero Zurbuchen": "iromero@dzen.cl"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "http://github.com/dzenbot/Iconic.git",
17     "tag": "1.0.0-beta1",
18     "submodules": true
19   },
20   "source_files": "Source/*.{swift}",
21   "resources": "Source/*.{ttf,otf}",
22   "preserve_paths": "Source/Iconizer/catalog/**/*.*",
23   "frameworks": [
24     "UIKit",
25     "CoreText"
26   ],
27   "platforms": {
28     "ios": "8.0",
29     "tvos": "9.0"
30   },
31   "prepare_command": "cd Vendor/SwiftGen/ && rake install\ncd ../..\nsh Source/Iconizer/Iconizer.sh Playground/Fonts/FontAwesome.ttf Source/ --verbose"