[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 6 / c / e / FontAwesome-BBExtensions / 0.0.20 / FontAwesome-BBExtensions.podspec.json
blob0cb55572e4c360492bb1c5c9d412ce995c5bc9c6
2   "name": "FontAwesome-BBExtensions",
3   "version": "0.0.20",
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.20"
23   },
24   "source_files": "FontAwesome-BBExtensions/**/*.{h,m}",
25   "exclude_files": "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"