blob: 21ed6f2e1236fd4c140d438fea83cfd766f9440a [file] [log] [blame]
{
"name": "beautify",
"version": "0.1.0",
"summary": "Beautify enhances Apple's UIKit controls, re-rendering them to give you much more control over their visual appearance.",
"description": " You can add beautify to your application with cocoapods. Once added, all the UIKit controls are re-rendered with a style that matches the native look and feel. The extra rendering capabilities that beautify provides are accessible via a renderer property.\n",
"homepage": "http://beautify.io/",
"license": "Apache",
"authors": {
"Chris Grant": "christopherscottgrant@gmail.com"
},
"source": {
"git": "https://github.com/beautify/beautify-ios.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Beautifyio",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"JSONModel": [
"1.0.1"
]
}
}