[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 0 / IconFontsKit / 0.1.1 / IconFontsKit.podspec.json
blob52d50353ab843182261597a66c4aa44017318f15
2   "name": "IconFontsKit",
3   "version": "0.1.1",
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": "0.1.1",
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       "source_files": "IconFontsKit/IFFontAwesome.{h,m}",
31       "resources": "IconFontsKit/FontAwesome.otf",
32       "dependencies": {
33         "IconFontsKit/Core": [
35         ]
36       }
37     }
38   ]