[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 2 / 8 / FontAwesomeKit / 1.1.4 / FontAwesomeKit.podspec.json
blobaae8b8829b6f4e97a3e7f2e1906a9c0b49cd7a35
2   "name": "FontAwesomeKit",
3   "version": "1.1.4",
4   "summary": "Simple helper for using Font-Awesome on iOS.",
5   "homepage": "https://github.com/PrideChung/FontAwesomeKit",
6   "screenshots": "https://raw.github.com/PrideChung/FontAwesomeKit/master/screenshot.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": "1.1.4"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "CoreText"
22     ]
23   },
24   "source_files": [
25     "FontAwesomeKit",
26     "FontAwesomeKit/*.{h,m}"
27   ],
28   "resources": "FontAwesomeKit/FontAwesome.otf",
29   "requires_arc": true