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