blob: 9c069a9d4f31b0f2a5bb2b9a0a002c71a9b325cb [file] [log] [blame]
{
"name": "MCActivityButton",
"version": "0.2.1",
"summary": "UIButton subclass that animates a custom message with an activity indicator.",
"description": " `MCActivityButton` is an objective-c `UIButton` subclass that animates a standard iOS activity indicator with a custom title when tapped.'\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/marcoscurvello/MCActivityButton",
"screenshots": [
"https://raw.githubusercontent.com/marcoscurvello/MCActivityButton/master/Screenshots/screenshot0.png",
"https://raw.githubusercontent.com/marcoscurvello/MCActivityButton/master/Screenshots/screenshot1.png"
],
"license": "MIT",
"authors": {
"Marcos Curvello": "mrcurvello@gmail.com"
},
"source": {
"git": "https://github.com/marcoscurvello/MCActivityButton.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/mrcurvello",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MCActivityButton": [
"Pod/Assets/*.png"
]
}
}