[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 6 / JHActivityButton / 1.0.1 / JHActivityButton.podspec.json
blobb86372b0e2d10bc93671b9f4b0ce88f26519a156
2   "name": "JHActivityButton",
3   "version": "1.0.1",
4   "summary": "Animated UIButton Subclass with a built-in UIActivityIndicator.",
5   "description": "UIButton Subclass with a built-in UIActivityIndicator. Based off the Ladda concept by Hakim El Hattab http://lab.hakim.se/ladda",
6   "homepage": "https://github.com/justinHowlett/JHActivityButton",
7   "license": "MIT",
8   "authors": {
9     "Justin Howlett": "justin@justinhowlett.com"
10   },
11   "source": {
12     "git": "https://github.com/justinHowlett/JHActivityButton.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": "CoreGraphics",
21   "dependencies": {
22     "AHEasing": [
23       "~> 1.1"
24     ],
25     "Masonry": [
27     ]
28   }