[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / a / f / c / FontAwesomeSwift / 1.6.1 / FontAwesomeSwift.podspec.json
blobf443754624e1befaf974ee333593bd66af05e345
2   "name": "FontAwesomeSwift",
3   "version": "1.6.1",
4   "summary": "FontAwesome in Swift",
5   "description": "An extensible library for using external font icons such as FontAwesome.",
6   "homepage": "https://github.com/charles-oder/FontAwesomeSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Charles Oder": "charles@oder.us"
13   },
14   "source": {
15     "git": "https://github.com/charles-oder/FontAwesomeSwift.git",
16     "tag": "1.6.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "FontAwesomeSwift/FontAwesomeSwift.h",
23     "FontAwesomeSwift/LICENSE"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "FontAwesomeSwift/FASFontLoader.swift",
30         "FontAwesomeSwift/FASFont.swift",
31         "FontAwesomeSwift/FASIcon.swift"
32       ]
33     },
34     {
35       "name": "FontAwesome",
36       "dependencies": {
37         "FontAwesomeSwift/Core": [
39         ]
40       },
41       "source_files": "FontAwesomeSwift/FASFontAwesome.swift",
42       "resources": "FontAwesomeSwift/Resources/FontAwesome.ttf"
43     },
44     {
45       "name": "Ionicons",
46       "dependencies": {
47         "FontAwesomeSwift/Core": [
49         ]
50       },
51       "source_files": "FontAwesomeSwift/FASIonicons.swift",
52       "resources": "FontAwesomeSwift/Resources/Ionicons.ttf"
53     },
54     {
55       "name": "FoundationIcons",
56       "dependencies": {
57         "FontAwesomeSwift/Core": [
59         ]
60       },
61       "source_files": "FontAwesomeSwift/FASFoundationIcons.swift",
62       "resources": "FontAwesomeSwift/Resources/fontcustom.ttf"
63     },
64     {
65       "name": "MaterialDesign",
66       "dependencies": {
67         "FontAwesomeSwift/Core": [
69         ]
70       },
71       "source_files": "FontAwesomeSwift/FASMaterialDesign.swift",
72       "resources": "FontAwesomeSwift/Resources/Material-Design-Iconic-Font.ttf"
73     },
74     {
75       "name": "Octicons",
76       "dependencies": {
77         "FontAwesomeSwift/Core": [
79         ]
80       },
81       "source_files": "FontAwesomeSwift/FASOcticons.swift",
82       "resources": "FontAwesomeSwift/Resources/Octicons.ttf"
83     },
84     {
85       "name": "Zocial",
86       "dependencies": {
87         "FontAwesomeSwift/Core": [
89         ]
90       },
91       "source_files": "FontAwesomeSwift/FASZocial.swift",
92       "resources": "FontAwesomeSwift/Resources/Zocial.ttf"
93     }
94   ]