[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / 3 / 5 / 0 / IconFontsKit / 1.0.0 / IconFontsKit.podspec.json
blobe6afbb0747cbe55b52130b81f47d656de4e5cbb0
2   "name": "IconFontsKit",
3   "version": "1.0.0",
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.0",
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   ]