[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / e / FontAwesome-BBExtensions / 0.0.19 / FontAwesome-BBExtensions.podspec.json
blob9f6bedcb43f7796d8dd1df399ef501fe7811ea83
2   "name": "FontAwesome-BBExtensions",
3   "version": "0.0.19",
4   "summary": "Categories on NSString, UIFont, and UIImage to make creation of FontAwesome icons easier.",
5   "description": "Categories to Foundation and UIKit classes to make it easier to create UIImage instances from FontAwesome Unicode characters. The naming scheme mirrors the class names used on the FontAwesome cheat sheet page at http://fontawesome.io/cheatsheet/.",
6   "homepage": "https://github.com/BionBilateral/FontAwesome-BBExtensions",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0",
18     "watchos": "3.0"
19   },
20   "source": {
21     "git": "https://github.com/BionBilateral/FontAwesome-BBExtensions.git",
22     "tag": "0.0.19"
23   },
24   "source_files": "FontAwesome-BBExtensions/**/*.{h,m}",
25   "exclude_files": "FontAwesome-BBExtensions/FontAwesome-BBExtensions/FontAwesome-BBExtensions-Info.h",
26   "ios": {
27     "exclude_files": "FontAwesome-BBExtensions/macOS",
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "exclude_files": "FontAwesome-BBExtensions/iOS",
32     "frameworks": "AppKit"
33   },
34   "tvos": {
35     "exclude_files": "FontAwesome-BBExtensions/macOS",
36     "frameworks": "UIKit"
37   },
38   "watchos": {
39     "exclude_files": [
40       "FontAwesome-BBExtensions/iOS/UIButton*.{h,m}",
41       "FontAwesome-BBExtensions/macOS"
42     ],
43     "frameworks": "UIKit"
44   },
45   "frameworks": "Foundation",
46   "requires_arc": true,
47   "header_dir": "FontAwesome_BBExtensions"