blob: 08d531885b71536c0fbd9085c75fcd411b756993 [file] [log] [blame]
{
"name": "Palette",
"version": "1.0.1",
"summary": "Like Android Palette for iOS. Get contrasting color for any UIView",
"description": " Like Android Palette for iOS. Written in Swift and compatible with Objective-C¬\n From any view (anything that inherits UIView) gets contrasting color (black or white) for specific point where is another view.¬\n",
"homepage": "http://github.com/Charlisim/Palette-iOS",
"screenshots": [
"https://github.com/Charlisim/Palette-iOS/blob/master/screenshots/gray.png?raw=true",
"https://github.com/Charlisim/Palette-iOS/blob/master/screenshots/red.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Simon Villas": "csimonts@gmail.com"
},
"social_media_url": "http://twitter.com/charlisim",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Charlisim/Palette-iOS.git",
"tag": "1.0.1"
},
"source_files": "Palette/*.{h,m,swift}"
}