blob: da93903b4be41f1d2b28d6bc36e2ad51000b487f [file] [log] [blame]
{
"name": "Loki",
"version": "1.4.0",
"summary": "Loki is an iOS/macOS/tvOS/watchOS framework for manipulating UIImage/NSImage.",
"description": "Loki is an iOS/macOS/tvOS/watchOS framework for manipulating `UIImage`/`NSImage`. Methods are provided to resize, blur, adjust contrast, brightness, or saturation. A limited subset of methods are provided on watchOS.",
"homepage": "https://github.com/Kosoku/Loki",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Loki.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Loki/**/*.{h,m}",
"exclude_files": "Loki/Loki-Info.h",
"private_header_files": "Loki/Private/*.h",
"ios": {
"exclude_files": "Loki/macOS",
"frameworks": [
"Foundation",
"UIKit",
"Accelerate"
]
},
"osx": {
"exclude_files": "Loki/iOS",
"frameworks": [
"Foundation",
"AppKit",
"Accelerate"
]
},
"tvos": {
"exclude_files": "Loki/macOS",
"frameworks": [
"Foundation",
"UIKit",
"Accelerate"
]
},
"watchos": {
"exclude_files": "Loki/macOS",
"frameworks": [
"Foundation",
"UIKit"
]
}
}