blob: 76c8c807e33a45c2e4ca681376484ea48744dda7 [file] [log] [blame]
{
"name": "DynamicColor",
"version": "5.0.1",
"license": "MIT",
"swift_versions": [
"5.0",
"5.1"
],
"summary": "Yet another extension to manipulate colors easily in Swift (UIColor, NSColor and SwiftUI)",
"homepage": "https://github.com/yannickl/DynamicColor.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/DynamicColor.git",
"tag": "5.0.1"
},
"screenshots": "http://yannickloriot.com/resources/dynamiccolor-sample-screenshot.png",
"platforms": {
"ios": "11.0",
"osx": "10.11",
"tvos": "11.0",
"watchos": "4.0"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}