[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 5 / 9 / FontIcons / 1.4.1 / FontIcons.podspec.json
blob553ab08e8d6985f9cca22075f0fa1238204ad356
2   "name": "FontIcons",
3   "version": "1.4.1",
4   "summary": "Swift Font icon library",
5   "description": "Universal library for Font icons. Default implementation for FontAwesome and Vaadin Icons.\nEasy extensible to other fonts.",
6   "homepage": "https://github.com/marekmatula/FontIcons.Swift",
7   "license": "MIT",
8   "authors": {
9     "Marek Matula": "marek.matula@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marekmatula/FontIcons.Swift.git",
13     "tag": "1.4.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Pod/Classes/FontIcons.swift",
25         "Pod/Classes/Extensions.swift"
26       ]
27     },
28     {
29       "name": "FontAwesome",
30       "dependencies": {
31         "FontIcons/Core": [
33         ]
34       },
35       "source_files": "Pod/Classes/FontAwesome.swift",
36       "resource_bundles": {
37         "FontAwesome": [
38           "Pod/Assets/FontAwesome.ttf"
39         ]
40       }
41     },
42     {
43       "name": "VaadinIcons",
44       "dependencies": {
45         "FontIcons/Core": [
47         ]
48       },
49       "source_files": "Pod/Classes/VaadinIcons.swift",
50       "resource_bundles": {
51         "VaadinIcons": [
52           "Pod/Assets/Vaadin-Icons.ttf"
53         ]
54       }
55     },
56     {
57       "name": "MaterialDesign",
58       "dependencies": {
59         "FontIcons/Core": [
61         ]
62       },
63       "source_files": "Pod/Classes/MaterialDesignIcons.swift",
64       "resource_bundles": {
65         "MaterialDesignIcons": [
66           "Pod/Assets/MaterialIcons-Regular.ttf"
67         ]
68       }
69     },
70     {
71       "name": "Ionicons",
72       "dependencies": {
73         "FontIcons/Core": [
75         ]
76       },
77       "source_files": "Pod/Classes/Ionicons.swift",
78       "resource_bundles": {
79         "Ionicons": [
80           "Pod/Assets/ionicons.ttf"
81         ]
82       }
83     }
84   ]