[Add] ApptentiveKit 6.9.1
[CocoaPods.git] / Specs / 9 / 5 / f / WTGlyphFontSet / 0.6 / WTGlyphFontSet.podspec.json
blobbd1a6128b3527452c1031659e93ed1f97166734f
2   "name": "WTGlyphFontSet",
3   "version": "0.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "draw or create image using glyph webfont.",
9   "homepage": "http://www.waterworld.com.hk",
10   "authors": {
11     "waterlou": "https://github.com/waterlou"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/waterlou/WTGlyphFontSet.git",
19     "tag": "0.6"
20   },
21   "default_subspecs": [
22     "core"
23   ],
24   "subspecs": [
25     {
26       "name": "core",
27       "source_files": "WTGlyphFontSet/**/*.{h,m}",
28       "frameworks": [
29         "UIKit",
30         "CoreText"
31       ]
32     },
33     {
34       "name": "fontawesome",
35       "resources": "fontawesome/**/*.{ttf,otf,plist}"
36     },
37     {
38       "name": "iconic_fill",
39       "resources": "iconic/**/iconic_fill.{ttf,otf,plist}"
40     },
41     {
42       "name": "iconic_stroke",
43       "resources": "iconic/**/iconic_stroke.{ttf,otf,plist}"
44     },
45     {
46       "name": "entypo",
47       "resources": "entypo/**/entypo.{ttf,otf,plist}"
48     },
49     {
50       "name": "entypo-social",
51       "resources": "entypo/**/entypo-social.{ttf,otf,plist}"
52     },
53     {
54       "name": "general_foundicons",
55       "resources": "foundation/**/general_foundicons.{ttf,otf,plist}"
56     },
57     {
58       "name": "general_enclosed_foundicons",
59       "resources": "foundation/**/general_enclosed_foundicons.{ttf,otf,plist}"
60     },
61     {
62       "name": "social_foundicons",
63       "resources": "foundation/**/social_foundicons.{ttf,otf,plist}"
64     },
65     {
66       "name": "accessibility_foundicons",
67       "resources": "foundation/**/accessibility_foundicons.{ttf,otf,plist}"
68     },
69     {
70       "name": "heydings_icons",
71       "resources": "heydings_icons/**/*.{ttf,otf,plist}"
72     },
73     {
74       "name": "modernpics",
75       "resources": "modernpics/**/*.{ttf,otf,plist}"
76     },
77     {
78       "name": "wpzoom",
79       "resources": "wpzoom/**/*.{ttf,otf,plist}"
80     },
81     {
82       "name": "condense-c",
83       "resources": "condense-c/**/*.{ttf,otf,plist}"
84     }
85   ]