[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / FontAwesomeIconFactory / 2.0.1 / FontAwesomeIconFactory.podspec.json
blobf4f67526eecebea58dc87cc305c2e1be7a28d8a7
2   "name": "FontAwesomeIconFactory",
3   "version": "2.0.1",
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",
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": "2.0.1",
14     "submodules": "true"
15   },
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "source_files": "*.{h,m}",
21   "ios": {
22     "source_files": "iOS/*.{h,m}",
23     "exclude_files": "**/*+OSX.*",
24     "public_header_files": "iOS/*.h",
25     "frameworks": [
26       "CoreText",
27       "CoreGraphics"
28     ]
29   },
30   "osx": {
31     "source_files": "OSX/*.{h,m}",
32     "exclude_files": "**/*+iOS.*",
33     "public_header_files": "OSX/*.h",
34     "frameworks": [
35       "CoreText",
36       "CoreGraphics",
37       "ApplicationServices"
38     ]
39   },
40   "public_header_files": [
41     "FontAwesomeIconFactory.h",
42     "NIKFontAwesomeIconFactory*.h",
43     "NIKFontAwesomeIcon.h",
44     "NIKFontAwesomeIconTraits.h"
45   ],
46   "resources": "Font-Awesome/fonts/FontAwesome.otf",
47   "requires_arc": true