[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / 1 / Iconic / 1.2 / Iconic.podspec.json
blobe2dbd0409c0fde4966fc64b98a890786f5fc9bd8
2   "name": "Iconic",
3   "version": "1.2",
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",
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": "https://github.com/dzenbot/Iconic.git",
17     "tag": "1.2"
18   },
19   "source_files": "Source/*.{swift}",
20   "resources": "Source/**/*.{ttf,otf}",
21   "preserve_paths": "Source/Catalog/**/*.*",
22   "frameworks": [
23     "UIKit",
24     "CoreText"
25   ],
26   "platforms": {
27     "ios": "8.0",
28     "tvos": "9.0",
29     "watchos": "2.0"
30   },
31   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO",
33     "SWIFT_VERSION": "3.0"
34   },
35   "prepare_command": "sh Source/Iconizer.sh '' --verbose",
36   "pushed_with_swift_version": "3.0"