blob: de74a43548812dca6a3087c84959c2237b1c618a [file] [log] [blame]
{
"name": "DynamicColor",
"version": "3.1.0",
"license": "MIT",
"summary": "Yet another extension to manipulate colors easily in Swift",
"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": "3.1.0"
},
"screenshots": "http://yannickloriot.com/resources/dynamiccolor-sample-screenshot.png",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}