[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / c / FontAwesomeSwift / 1.5 / FontAwesomeSwift.podspec.json
blob670680f4e4bbb93fef95b3ab99249a8bd41b8b0c
2   "name": "FontAwesomeSwift",
3   "version": "1.5",
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.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "FontAwesomeSwift/FontAwesomeSwift.h",
23     "FontAwesomeSwift/LICENSE"
24   ],
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "FontAwesomeSwift/FASFontLoader.swift",
31         "FontAwesomeSwift/FASFont.swift",
32         "FontAwesomeSwift/FASIcon.swift"
33       ]
34     },
35     {
36       "name": "FontAwesome",
37       "dependencies": {
38         "FontAwesomeSwift/Core": [
40         ]
41       },
42       "source_files": "FontAwesomeSwift/FASFontAwesome.swift",
43       "resources": "FontAwesomeSwift/Resources/FontAwesome.ttf"
44     },
45     {
46       "name": "Ionicons",
47       "dependencies": {
48         "FontAwesomeSwift/Core": [
50         ]
51       },
52       "source_files": "FontAwesomeSwift/FASIonicons.swift",
53       "resources": "FontAwesomeSwift/Resources/Ionicons.ttf"
54     },
55     {
56       "name": "FoundationIcons",
57       "dependencies": {
58         "FontAwesomeSwift/Core": [
60         ]
61       },
62       "source_files": "FontAwesomeSwift/FASFoundationIcons.swift",
63       "resources": "FontAwesomeSwift/Resources/fontcustom.ttf"
64     },
65     {
66       "name": "MaterialDesign",
67       "dependencies": {
68         "FontAwesomeSwift/Core": [
70         ]
71       },
72       "source_files": "FontAwesomeSwift/FASMaterialDesign.swift",
73       "resources": "FontAwesomeSwift/Resources/Material-Design-Iconic-Font.ttf"
74     },
75     {
76       "name": "Octicons",
77       "dependencies": {
78         "FontAwesomeSwift/Core": [
80         ]
81       },
82       "source_files": "FontAwesomeSwift/FASOcticons.swift",
83       "resources": "FontAwesomeSwift/Resources/Octicons.ttf"
84     },
85     {
86       "name": "Zocial",
87       "dependencies": {
88         "FontAwesomeSwift/Core": [
90         ]
91       },
92       "source_files": "FontAwesomeSwift/FASZocial.swift",
93       "resources": "FontAwesomeSwift/Resources/Zocial.ttf"
94     }
95   ]