[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 8 / FontAwesomeKit / 2.1.1 / FontAwesomeKit.podspec.json
blob15c7c3f01ccbed671adbc7eb64bec8f8b0052804
2   "name": "FontAwesomeKit",
3   "version": "2.1.1",
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": [
7     "http://i.minus.com/i3vNn0fTwcJeI.png",
8     "http://i.minus.com/ivKqhOLJLVvmJ.png"
9   ],
10   "license": "MIT",
11   "authors": {
12     "Pride Chung": "pride.chung@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PrideChung/FontAwesomeKit.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "CoreText"
25     ]
26   },
27   "source_files": "FontAwesomeKit/FontAwesomeKit.h",
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "FontAwesomeKit/FAKIcon.{h,m}"
33     },
34     {
35       "name": "FontAwesome",
36       "dependencies": {
37         "FontAwesomeKit/Core": [
39         ]
40       },
41       "source_files": "FontAwesomeKit/FAKFontAwesome.{h,m}",
42       "resources": "FontAwesomeKit/FontAwesome.otf"
43     },
44     {
45       "name": "FoundationIcons",
46       "dependencies": {
47         "FontAwesomeKit/Core": [
49         ]
50       },
51       "source_files": "FontAwesomeKit/FAKFoundationIcons.{h,m}",
52       "resources": "FontAwesomeKit/foundation-icons.ttf"
53     },
54     {
55       "name": "Zocial",
56       "dependencies": {
57         "FontAwesomeKit/Core": [
59         ]
60       },
61       "source_files": "FontAwesomeKit/FAKZocial.{h,m}",
62       "resources": "FontAwesomeKit/zocial-regular-webfont.ttf"
63     },
64     {
65       "name": "IonIcons",
66       "dependencies": {
67         "FontAwesomeKit/Core": [
69         ]
70       },
71       "source_files": "FontAwesomeKit/FAKIonIcons.{h,m}",
72       "resources": "FontAwesomeKit/ionicons.ttf"
73     }
74   ]