blob: 7191e875398aea456768477d9a7af28b9e4e4dc4 [file] [log] [blame]
{
"name": "DynamicColor",
"version": "1.2.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": "1.2.0"
},
"screenshots": "http://yannickloriot.com/resources/dynamiccolor-sample-screenshot.png",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"source_files": "DynamicColor/*.swift",
"requires_arc": true
}