[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / FontAwesomeIconFactory / 1.0 / FontAwesomeIconFactory.podspec.json
blobcbbd5f3458637e0a0a8f5177b5e31d898d9cd8f0
2   "name": "FontAwesomeIconFactory",
3   "version": "1.0",
4   "summary": "Create icons using the resolution-independent Font Awesome.",
5   "description": "                    A factory for turning Font Awesome pictograms into icon\n                    images for user interface controls and buttons. Works for\n                    iOS and OS X.\n\n                    Font Awesome by Dave Gandy -\n                    http://fortawesome.github.com/Font-Awesome\n\n                    For iOS apps, edit your app's Info.plist to contain the key:\n                    \"Fonts provided by application\" (UIAppFonts). Then add\n                    \"FontAwesome.otf\" to the list under that key.\n\n                    <key>UIAppFonts</key>\n                    <array>\n                        <string>FontAwesome.otf</string>\n                    </array>\n\n                    For OSX apps, edit your app's Info.plist to contain the key:\n                    \"Application fonts resource path\" (ATSApplicationFontsPath).\n                    Set the value to \".\".\n\n                    <key>ATSApplicationFontsPath</key>\n                    <string>.</string>\n",
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.0",
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/font/FontAwesome.otf",
41   "requires_arc": true