blob: a8aa2a7b71faf9d9ffc260fc1b6183b826dd73a3 [file] [log] [blame]
{
"name": "KSOFontAwesomeExtensions",
"version": "2.0.1",
"summary": "A collection of categories on NSString, UIFont/NSFont and UIImage/NSImage to make creation of images using the Font Awesome font easier.",
"description": "A collection of categories on `NSString`, `UIFont`, `NSFont`, `NSImage`, and `UIImage` to make creation of images using the Font Awesome font easier. Support is provided for iOS/macOS/tvOS/watchOS. Uses version 5.0.8 of the Font Awesome free fonts.",
"homepage": "https://github.com/Kosoku/KSOFontAwesomeExtensions",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOFontAwesomeExtensions.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "5.0"
},
"requires_arc": true,
"source_files": "KSOFontAwesomeExtensions/**/*.{h,m}",
"exclude_files": "KSOFontAwesomeExtensions/KSOFontAwesomeExtensions-Info.h",
"private_header_files": "KSOFontAwesomeExtensions/Private/*.h",
"ios": {
"exclude_files": "KSOFontAwesomeExtensions/macOS",
"resource_bundles": {
"KSOFontAwesomeExtensions": [
"KSOFontAwesomeExtensions/*.otf"
]
},
"frameworks": [
"Foundation",
"UIKit",
"CoreText"
]
},
"osx": {
"exclude_files": "KSOFontAwesomeExtensions/iOS",
"resource_bundles": {
"KSOFontAwesomeExtensions": [
"KSOFontAwesomeExtensions/*.otf"
]
},
"frameworks": [
"Foundation",
"AppKit",
"CoreText"
]
},
"tvos": {
"exclude_files": "KSOFontAwesomeExtensions/macOS",
"resource_bundles": {
"KSOFontAwesomeExtensions": [
"KSOFontAwesomeExtensions/*.otf"
]
},
"frameworks": [
"Foundation",
"UIKit",
"CoreText"
]
},
"watchos": {
"exclude_files": [
"KSOFontAwesomeExtensions/macOS",
"KSOFontAwesomeExtensions/iOS/UIButton+KSOFontAwesomeExtensions.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"Stanley": [
]
}
}