[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / 7 / 3 / MCActivityButton / 0.2.0 / MCActivityButton.podspec.json
blobb320cf65b3ac5fd1dc66c4eb6364d63c30da6b50
2   "name": "MCActivityButton",
3   "version": "0.2.0",
4   "summary": "MCActivityButton custom UIButton that animates an activity indicator.",
5   "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",
6   "homepage": "https://github.com/marcoscurvello/MCActivityButton",
7   "license": "MIT",
8   "authors": {
9     "Marcos Curvello": "mrcurvello@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marcoscurvello/MCActivityButton.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/mrcurvello",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MCActivityButton": [
23       "Pod/Assets/*.png"
24     ]
25   }