[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 5 / 9 / FontIcons / 1.4.4 / FontIcons.podspec.json
blob9fb6c7e788860e1bb19b052ef51d7e210e94452d
2   "name": "FontIcons",
3   "version": "1.4.4",
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.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "Pod/Classes/FontIcons.swift",
24         "Pod/Classes/Extensions.swift"
25       ]
26     },
27     {
28       "name": "FontAwesome",
29       "dependencies": {
30         "FontIcons/Core": [
32         ]
33       },
34       "source_files": "Pod/Classes/FontAwesome.swift",
35       "resource_bundles": {
36         "FontAwesome": [
37           "Pod/Assets/FontAwesome.ttf"
38         ]
39       }
40     },
41     {
42       "name": "VaadinIcons",
43       "dependencies": {
44         "FontIcons/Core": [
46         ]
47       },
48       "source_files": "Pod/Classes/VaadinIcons.swift",
49       "resource_bundles": {
50         "VaadinIcons": [
51           "Pod/Assets/Vaadin-Icons.ttf"
52         ]
53       }
54     },
55     {
56       "name": "MaterialDesign",
57       "dependencies": {
58         "FontIcons/Core": [
60         ]
61       },
62       "source_files": "Pod/Classes/MaterialDesignIcons.swift",
63       "resource_bundles": {
64         "MaterialDesignIcons": [
65           "Pod/Assets/MaterialIcons-Regular.ttf"
66         ]
67       }
68     },
69     {
70       "name": "Ionicons",
71       "dependencies": {
72         "FontIcons/Core": [
74         ]
75       },
76       "source_files": "Pod/Classes/Ionicons.swift",
77       "resource_bundles": {
78         "Ionicons": [
79           "Pod/Assets/ionicons.ttf"
80         ]
81       }
82     }
83   ]