[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / FontAwesomeIconFactory / 1.4 / FontAwesomeIconFactory.podspec.json
bloba03fee0c1d73021fecb9b6761b4dd2089aff622d
2   "name": "FontAwesomeIconFactory",
3   "version": "1.4",
4   "summary": "Create icons using the resolution-independent Font Awesome.",
5   "description": "A factory for turning Font Awesome pictograms into icon images for user interface controls and buttons. Works for iOS and OS X.\n Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome",
6   "homepage": "http://nschum.github.com/FontAwesomeIconFactory/",
7   "license": "OFL/MIT",
8   "authors": {
9     "Nikolaj Schumacher": "me@nschum.de"
10   },
11   "source": {
12     "git": "https://github.com/nschum/FontAwesomeIconFactory.git",
13     "tag": "1.4",
14     "submodules": "true"
15   },
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "source_files": "*.{h,m}",
21   "ios": {
22     "exclude_files": "**/*+OSX.*",
23     "frameworks": [
24       "CoreText",
25       "CoreGraphics"
26     ]
27   },
28   "osx": {
29     "exclude_files": "**/*+iOS.*",
30     "frameworks": [
31       "CoreText",
32       "CoreGraphics",
33       "ApplicationServices"
34     ]
35   },
36   "public_header_files": [
37     "NIKFontAwesomeIconFactory*.h",
38     "NIKFontAwesomeIcon.h"
39   ],
40   "resources": "Font-Awesome/fonts/FontAwesome.otf",
41   "requires_arc": true