[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 4 / 1 / HELoadingButton / 0.2.0 / HELoadingButton.podspec.json
blobd8b1028f94c41a9c9129fc91cfa4d8e59e4af9bb
2   "name": "HELoadingButton",
3   "version": "0.2.0",
4   "summary": "UIButton subclass with an activity indicator",
5   "homepage": "https://github.com/itomych",
6   "license": "MIT",
7   "authors": {
8     "itomych studio": "office@itomy.ch"
9   },
10   "source": {
11     "git": "https://github.com/itomych/HELoadingButton.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "5.1.1"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "HELoadingButton/**/*.{h,m}",
24       "public_header_files": "HELoadingButton/**/*.h"
25     },
26     {
27       "name": "HEMaterialDesignLoadingButton",
28       "source_files": "HEMaterialDesignLoadingButton/**/*.{h,m}",
29       "public_header_files": "HEMaterialDesignLoadingButton/**/*.h",
30       "dependencies": {
31         "HELoadingButton/Core": [
33         ],
34         "MMMaterialDesignSpinner": [
35           "~> 0.2"
36         ]
37       }
38     }
39   ]