[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / c / FontAwesomeSwift / 1.9.1 / FontAwesomeSwift.podspec.json
blob3cf7f2f199bf6cf9049bf9c67ff2c616f9b4806e
2   "name": "FontAwesomeSwift",
3   "version": "1.9.1",
4   "summary": "FontAwesome in Swift",
5   "swift_versions": "4.2",
6   "description": "An extensible library for using external font icons such as FontAwesome.",
7   "homepage": "https://github.com/charles-oder/FontAwesomeSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Charles Oder": "charles@oder.us"
14   },
15   "source": {
16     "git": "https://github.com/charles-oder/FontAwesomeSwift.git",
17     "tag": "1.9.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "FontAwesomeSwift/FontAwesomeSwift.h",
24     "FontAwesomeSwift/LICENSE"
25   ],
26   "swift_version": "4.2",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "FontAwesomeSwift/Core/*"
31     },
32     {
33       "name": "FontAwesome",
34       "dependencies": {
35         "FontAwesomeSwift/Core": [
37         ]
38       },
39       "source_files": "FontAwesomeSwift/FontAwesome/*.swift",
40       "resources": "FontAwesomeSwift/FontAwesome/Resources/*.ttf"
41     },
42     {
43       "name": "Ionicons",
44       "dependencies": {
45         "FontAwesomeSwift/Core": [
47         ]
48       },
49       "source_files": "FontAwesomeSwift/Ionicons/*.swift",
50       "resources": "FontAwesomeSwift/Ionicons/Resources/*.ttf"
51     },
52     {
53       "name": "FoundationIcons",
54       "dependencies": {
55         "FontAwesomeSwift/Core": [
57         ]
58       },
59       "source_files": "FontAwesomeSwift/FoundationIcons/*.swift",
60       "resources": "FontAwesomeSwift/FoundationIcons/Resources/*.ttf"
61     },
62     {
63       "name": "MaterialDesign",
64       "dependencies": {
65         "FontAwesomeSwift/Core": [
67         ]
68       },
69       "source_files": "FontAwesomeSwift/MaterialDesign/*.swift",
70       "resources": "FontAwesomeSwift/MaterialDesign/Resources/*.ttf"
71     },
72     {
73       "name": "Octicons",
74       "dependencies": {
75         "FontAwesomeSwift/Core": [
77         ]
78       },
79       "source_files": "FontAwesomeSwift/Octicons/*.swift",
80       "resources": "FontAwesomeSwift/Octicons/Resources/*.ttf"
81     },
82     {
83       "name": "Zocial",
84       "dependencies": {
85         "FontAwesomeSwift/Core": [
87         ]
88       },
89       "source_files": "FontAwesomeSwift/Zocial/*.swift",
90       "resources": "FontAwesomeSwift/Zocial/Resources/*.ttf"
91     }
92   ]