[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 5 / 0 / IconFontsKit / 1.0.3 / IconFontsKit.podspec.json
blobce405a6b67bf9161bc2447eea914f5b1df3fac04
2   "name": "IconFontsKit",
3   "version": "1.0.3",
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.0.3",
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   ]