[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 9 / HS-Font-Icons / 1.4.0 / HS-Font-Icons.podspec.json
blob0069207d97cc3beebacede172e04cfd1c102b59b
2   "name": "HS-Font-Icons",
3   "version": "1.4.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.4.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   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Source/Core/*.swift"
37     },
38     {
39       "name": "GMD",
40       "source_files": "Source/GMD/*.swift",
41       "resource_bundles": {
42         "MaterialIcons-Regular": "Source/GMD/GMDIcons.ttf"
43       },
44       "dependencies": {
45         "HS-Font-Icons/Core": [
47         ]
48       }
49     },
50     {
51       "name": "FARegular",
52       "source_files": "Source/FARegular/*.swift",
53       "resource_bundles": {
54         "FontAwesome5FreeRegular": "Source/FARegular/*.ttf"
55       },
56       "dependencies": {
57         "HS-Font-Icons/Core": [
59         ]
60       }
61     },
62     {
63       "name": "FASolid",
64       "source_files": "Source/FASolid/*.swift",
65       "resource_bundles": {
66         "FontAwesome5FreeSolid": "Source/FASolid/*.ttf"
67       },
68       "dependencies": {
69         "HS-Font-Icons/Core": [
71         ]
72       }
73     },
74     {
75       "name": "FABrand",
76       "source_files": "Source/FABrands/*.swift",
77       "resource_bundles": {
78         "FontAwesome5BrandsRegular": "Source/FABrands/*.ttf"
79       },
80       "dependencies": {
81         "HS-Font-Icons/Core": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5.0"