[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 8 / FontAwesomeKit / 2.0.0 / FontAwesomeKit.podspec.json
blob5db07177606725fb275378b56d5361985f3c7021
2   "name": "FontAwesomeKit",
3   "version": "2.0.0",
4   "summary": "Icon font library for iOS.",
5   "homepage": "https://github.com/PrideChung/FontAwesomeKit",
6   "screenshots": [
7     "http://i.minus.com/i9z1A0F0yOYB.png",
8     "http://i.minus.com/inLVHbAz8dAIt.png",
9     "http://i.minus.com/iFFOQQHhplHLI.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Pride Chung": "pride.chung@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/PrideChung/FontAwesomeKit.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "CoreText"
26     ]
27   },
28   "source_files": "FontAwesomeKit/FontAwesomeKit.h",
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "FontAwesomeKit/FAKIcon.{h,m}"
34     },
35     {
36       "name": "FontAwesome",
37       "dependencies": {
38         "FontAwesomeKit/Core": [
40         ]
41       },
42       "source_files": "FontAwesomeKit/FAKFontAwesome.{h,m}",
43       "resources": "FontAwesomeKit/FontAwesome.otf"
44     },
45     {
46       "name": "FoundationIcons",
47       "dependencies": {
48         "FontAwesomeKit/Core": [
50         ]
51       },
52       "source_files": "FontAwesomeKit/FAKFoundationIcons.{h,m}",
53       "resources": "FontAwesomeKit/foundation-icons.ttf"
54     },
55     {
56       "name": "Zocial",
57       "dependencies": {
58         "FontAwesomeKit/Core": [
60         ]
61       },
62       "source_files": "FontAwesomeKit/FAKZocial.{h,m}",
63       "resources": "FontAwesomeKit/zocial-regular-webfont.ttf"
64     }
65   ]