blob: a69d309a245c6afa67b369141862574862c5a648 [file] [log] [blame]
{
"name": "BBUDeviceColors",
"version": "0.1.0",
"summary": "Category which gives you the front and back colors of an iOS device as UIColor objects.",
"homepage": "https://github.com/neonichu/BBUDeviceColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "http://buegling.com"
},
"source": {
"git": "https://github.com/neonichu/BBUDeviceColors.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": "UIDevice+Colors.h",
"source_files": "UIDevice+Colors.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"deprecated": true
}