[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 8 / FontAwesomeKit / 2.2.0 / FontAwesomeKit.podspec.json
blob9d9b3f264120d1c7466bddf37ac04aac5fb47abd
2   "name": "FontAwesomeKit",
3   "version": "2.2.0",
4   "summary": "Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons",
5   "homepage": "https://github.com/PrideChung/FontAwesomeKit",
6   "screenshots": "http://i.minus.com/i3vNn0fTwcJeI.png",
7   "license": "MIT",
8   "authors": {
9     "Pride Chung": "pride.chung@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/PrideChung/FontAwesomeKit.git",
13     "tag": "2.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "CoreText"
22     ]
23   },
24   "source_files": "FontAwesomeKit/FontAwesomeKit.h",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "FontAwesomeKit/FAKIcon.{h,m}"
30     },
31     {
32       "name": "FontAwesome",
33       "dependencies": {
34         "FontAwesomeKit/Core": [
36         ]
37       },
38       "source_files": "FontAwesomeKit/FAKFontAwesome.{h,m}",
39       "resources": "FontAwesomeKit/FontAwesome.otf"
40     },
41     {
42       "name": "FoundationIcons",
43       "dependencies": {
44         "FontAwesomeKit/Core": [
46         ]
47       },
48       "source_files": "FontAwesomeKit/FAKFoundationIcons.{h,m}",
49       "resources": "FontAwesomeKit/foundation-icons.ttf"
50     },
51     {
52       "name": "Zocial",
53       "dependencies": {
54         "FontAwesomeKit/Core": [
56         ]
57       },
58       "source_files": "FontAwesomeKit/FAKZocial.{h,m}",
59       "resources": "FontAwesomeKit/zocial-regular-webfont.ttf"
60     },
61     {
62       "name": "IonIcons",
63       "dependencies": {
64         "FontAwesomeKit/Core": [
66         ]
67       },
68       "source_files": "FontAwesomeKit/FAKIonIcons.{h,m}",
69       "resources": "FontAwesomeKit/ionicons.ttf"
70     }
71   ]