[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / FontAwesomeIconFactory / 3.0 / FontAwesomeIconFactory.podspec.json
blobe3487a7b366f7fb3c1868ec68ee1ea9794094183
2   "name": "FontAwesomeIconFactory",
3   "version": "3.0",
4   "summary": "Create icons using the resolution-independent Font Awesome.",
5   "description": "A factory for turning Font Awesome pictograms into icon\nimages for user interface controls and buttons. Works for\niOS and OS X.\n\nFont Awesome by Dave Gandy -\nhttp://fortawesome.github.com/Font-Awesome",
6   "homepage": "https://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": "3.0",
14     "submodules": "true"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.7"
19   },
20   "source_files": "FontAwesomeIconFactory/*.{h,m}",
21   "ios": {
22     "source_files": "FontAwesomeIconFactory/iOS/*.{h,m}",
23     "frameworks": [
24       "CoreText",
25       "CoreGraphics"
26     ]
27   },
28   "osx": {
29     "source_files": "FontAwesomeIconFactory/OSX/*.{h,m}",
30     "frameworks": [
31       "CoreText",
32       "CoreGraphics",
33       "ApplicationServices"
34     ]
35   },
36   "resources": "Font-Awesome/fonts/FontAwesome.otf"