blob: b320cf65b3ac5fd1dc66c4eb6364d63c30da6b50 [file] [log] [blame]
{
"name": "MCActivityButton",
"version": "0.2.0",
"summary": "MCActivityButton custom UIButton that animates an activity indicator.",
"description": "This custom button animates an activity indicator to the right or left of the button's title to indicate progress.'\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/marcoscurvello/MCActivityButton",
"license": "MIT",
"authors": {
"Marcos Curvello": "mrcurvello@gmail.com"
},
"source": {
"git": "https://github.com/marcoscurvello/MCActivityButton.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/mrcurvello",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MCActivityButton": [
"Pod/Assets/*.png"
]
}
}