blob: 0be4026f41b239fbbbd4dc01e7064e677c73df39 [file] [log] [blame]
{
"name": "VTAppButton",
"version": "0.1",
"summary": "UIButton looking like an app icon.",
"description": " `UIButton` looking like an app icon.\n",
"homepage": "https://github.com/vtourraine/VTAppButton",
"screenshots": "http://vtourraine.github.io/VTAppButton/img/VTAppButton-Demo.png",
"license": "MIT",
"authors": {
"Vincent Tourraine": "me@vtourraine.net"
},
"social_media_url": "http://twitter.com/vtourraine",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/vtourraine/VTAppButton.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}