blob: 85698279980bd9d6fb3126b4d9b5882011f8f76f [file] [log] [blame]
{
"name": "PrettyKit",
"version": "0.2.0",
"license": "MIT",
"summary": "PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization.",
"homepage": "http://github.com/vicpenap/PrettyKit",
"authors": {
"Victor Pena": "contact@victorpena.es"
},
"source": {
"git": "https://github.com/vicpenap/PrettyKit.git",
"tag": "0.2.0"
},
"description": "PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.",
"platforms": {
"ios": null
},
"source_files": [
"PrettyKit",
"PrettyKit/Cells"
],
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": false
}