blob: 115eda1bf35c4aabecf2a327124c6a92b8a37667 [file] [log] [blame]
{
"name": "KSOFontAwesomeExtensions",
"version": "0.11.0",
"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.",
"homepage": "https://github.com/Kosoku/KSOFontAwesomeExtensions",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOFontAwesomeExtensions.git",
"tag": "0.11.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.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",
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"exclude_files": "KSOFontAwesomeExtensions/iOS",
"frameworks": [
"Foundation",
"AppKit"
]
},
"tvos": {
"exclude_files": "KSOFontAwesomeExtensions/macOS",
"frameworks": [
"Foundation",
"UIKit"
]
},
"watchos": {
"exclude_files": [
"KSOFontAwesomeExtensions/macOS",
"KSOFontAwesomeExtensions/iOS/UIButton+KSOFontAwesomeExtensions.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"Stanley": [
]
}
}