[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / e / FontAwesome-BBExtensions / 0.0.17 / FontAwesome-BBExtensions.podspec.json
blob1b929ad3d40717f03729f7ee9bf0807a0163212c
2   "name": "FontAwesome-BBExtensions",
3   "version": "0.0.17",
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     "watchos": "3.0"
18   },
19   "source": {
20     "git": "https://github.com/BionBilateral/FontAwesome-BBExtensions.git",
21     "tag": "0.0.17"
22   },
23   "source_files": "FontAwesome-BBExtensions/**/*.{h,m}",
24   "exclude_files": "FontAwesome-BBExtensions/FontAwesome-BBExtensions/FontAwesome-BBExtensions-Info.h",
25   "ios": {
26     "exclude_files": "FontAwesome-BBExtensions/macOS",
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "exclude_files": "FontAwesome-BBExtensions/iOS",
31     "frameworks": "AppKit"
32   },
33   "watchos": {
34     "exclude_files": [
35       "FontAwesome-BBExtensions/iOS/UIButton*.{h,m}",
36       "FontAwesome-BBExtensions/macOS"
37     ],
38     "frameworks": "UIKit"
39   },
40   "frameworks": "Foundation",
41   "requires_arc": true,
42   "header_dir": "FontAwesome_BBExtensions"