[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 3 / 5 / 0 / IconFontsKit / 1.1.2 / IconFontsKit.podspec.json
blob2be87f785a3df9fa3b7c2a141d1ef2f41d15d7dd
2   "name": "IconFontsKit",
3   "version": "1.1.2",
4   "license": "MIT",
5   "summary": "Icon fonts for iOS.",
6   "homepage": "https://github.com/ElfSundae/IconFontsKit",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/IconFontsKit.git",
12     "tag": "1.1.2",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "frameworks": "CoreText",
21   "source_files": "IconFontsKit/IconFontsKit.h",
22   "deprecated": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "IconFontsKit/IFIcon.{h,m}"
27     },
28     {
29       "name": "FontAwesome",
30       "dependencies": {
31         "IconFontsKit/Core": [
33         ]
34       },
35       "source_files": "IconFontsKit/IFFontAwesome.{h,m}",
36       "resources": "IconFontsKit/FontAwesome.otf"
37     },
38     {
39       "name": "Octicons",
40       "dependencies": {
41         "IconFontsKit/Core": [
43         ]
44       },
45       "source_files": "IconFontsKit/IFOcticons.{h,m}",
46       "resources": "IconFontsKit/octicons.ttf"
47     },
48     {
49       "name": "FoundationIcons",
50       "dependencies": {
51         "IconFontsKit/Core": [
53         ]
54       },
55       "source_files": "IconFontsKit/IFFoundationIcons.{h,m}",
56       "resources": "IconFontsKit/foundation-icons.ttf"
57     },
58     {
59       "name": "Ionicons",
60       "dependencies": {
61         "IconFontsKit/Core": [
63         ]
64       },
65       "source_files": "IconFontsKit/IFIonicons.{h,m}",
66       "resources": "IconFontsKit/ionicons.ttf"
67     },
68     {
69       "name": "MaterialDesignIcons",
70       "dependencies": {
71         "IconFontsKit/Core": [
73         ]
74       },
75       "source_files": "IconFontsKit/IFMaterialDesignIcons.{h,m}",
76       "resources": "IconFontsKit/materialdesignicons-webfont.ttf"
77     },
78     {
79       "name": "ElusiveIcons",
80       "dependencies": {
81         "IconFontsKit/Core": [
83         ]
84       },
85       "source_files": "IconFontsKit/IFElusiveIcons.{h,m}",
86       "resources": "IconFontsKit/elusiveicons-webfont.ttf"
87     },
88     {
89       "name": "MaterialIcons",
90       "dependencies": {
91         "IconFontsKit/Core": [
93         ]
94       },
95       "source_files": "IconFontsKit/IFMaterialIcons.{h,m}",
96       "resources": "IconFontsKit/MaterialIcons-Regular.ttf"
97     },
98     {
99       "name": "ZocialButtons",
100       "dependencies": {
101         "IconFontsKit/Core": [
103         ]
104       },
105       "source_files": "IconFontsKit/IFZocialButtons.{h,m}",
106       "resources": "IconFontsKit/zocial.ttf"
107     },
108     {
109       "name": "Typicons",
110       "dependencies": {
111         "IconFontsKit/Core": [
113         ]
114       },
115       "source_files": "IconFontsKit/IFTypicons.{h,m}",
116       "resources": "IconFontsKit/typicons.ttf"
117     },
118     {
119       "name": "OpenIconic",
120       "dependencies": {
121         "IconFontsKit/Core": [
123         ]
124       },
125       "source_files": "IconFontsKit/IFOpenIconic.{h,m}",
126       "resources": "IconFontsKit/open-iconic.ttf"
127     },
128     {
129       "name": "MetrizeIcons",
130       "dependencies": {
131         "IconFontsKit/Core": [
133         ]
134       },
135       "source_files": "IconFontsKit/IFMetrizeIcons.{h,m}",
136       "resources": "IconFontsKit/Metrize-Icons.ttf"
137     },
138     {
139       "name": "Meteocons",
140       "dependencies": {
141         "IconFontsKit/Core": [
143         ]
144       },
145       "source_files": "IconFontsKit/IFMeteocons.{h,m}",
146       "resources": "IconFontsKit/meteocons.ttf"
147     },
148     {
149       "name": "MFGLabsIconset",
150       "dependencies": {
151         "IconFontsKit/Core": [
153         ]
154       },
155       "source_files": "IconFontsKit/IFMFGLabsIconset.{h,m}",
156       "resources": "IconFontsKit/mfglabsiconset-webfont.ttf"
157     }
158   ]