blob: 3b81ab58d192c6b57e799d067171dbdac1d24c61 [file] [log] [blame]
{
"name": "MaterialColors",
"version": "1.0.0",
"summary": "Implementation of Material Design Colors in Swift 2.1.",
"description": "Everything you need to use the Google Material Design Colors.\nIncludes the various colors in groupings and both \nby static name and string lookup.\nFun for the whole family.",
"homepage": "https://github.com/dpyro/MaterialColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"screenshots": [
"https://raw.githubusercontent.com/dpyro/MaterialColors/master/screenshot.png",
{
"type": "MIT",
"file": "LICENSE"
}
],
"authors": {
"Sumant Manne": "sumant.manne@gmail.com"
},
"social_media_url": "http://twitter.com/SumantManne",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dpyro/MaterialColors.git",
"tag": "1.0.0"
},
"source_files": "MaterialColors/*.{h,swift}",
"requires_arc": true
}