[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 9 / HS-Font-Icons / 1.3.0 / HS-Font-Icons.podspec.json
bloba5e2fd34417fde50db7e88224d59e8eae568fe91
2   "name": "HS-Font-Icons",
3   "version": "1.3.0",
4   "swift_versions": "5.0",
5   "license": "MIT",
6   "summary": "Font icons. Easy to use icons that look perfect at any scale",
7   "description": "Use font icons instead of images\nGoogle Material Design Icons 3.0.1\nFont Awesome 5.0\nEasy to add new fonts if you like\nEasy use for buttons, labels, etc\nGenerate images if you must!",
8   "homepage": "https://github.com/ConfusedVorlon/HS-Font-Icons",
9   "screenshots": "https://raw.githubusercontent.com/ConfusedVorlon/HS-Font-Icons/master/resources/image1.png",
10   "authors": [
11     "Rob Jonson",
12     "Patrik Vaberer"
13   ],
14   "source": {
15     "git": "https://github.com/ConfusedVorlon/HS-Font-Icons.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "CoreText"
24   ],
25   "requires_arc": true,
26   "default_subspecs": [
27     "Core",
28     "GMD",
29     "FARegular",
30     "FASolid",
31     "FABrand"
32   ],
33   "swift_version": "5.0",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Source/Core/*.swift"
38     },
39     {
40       "name": "GMD",
41       "source_files": "Source/GMD/*.swift",
42       "resource_bundles": {
43         "MaterialIcons-Regular": "Source/GMD/GMDIcons.ttf"
44       },
45       "dependencies": {
46         "HS-Font-Icons/Core": [
48         ]
49       }
50     },
51     {
52       "name": "FARegular",
53       "source_files": "Source/FARegular/*.swift",
54       "resource_bundles": {
55         "FontAwesome5FreeRegular": "Source/FARegular/*.ttf"
56       },
57       "dependencies": {
58         "HS-Font-Icons/Core": [
60         ]
61       }
62     },
63     {
64       "name": "FASolid",
65       "source_files": "Source/FASolid/*.swift",
66       "resource_bundles": {
67         "FontAwesome5FreeSolid": "Source/FASolid/*.ttf"
68       },
69       "dependencies": {
70         "HS-Font-Icons/Core": [
72         ]
73       }
74     },
75     {
76       "name": "FABrand",
77       "source_files": "Source/FABrands/*.swift",
78       "resource_bundles": {
79         "FontAwesome5BrandsRegular": "Source/FABrands/*.ttf"
80       },
81       "dependencies": {
82         "HS-Font-Icons/Core": [
84         ]
85       }
86     }
87   ]