[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / a / b / ActivityButton / 0.1.0 / ActivityButton.podspec.json
blob7f05dac75f43165f46247c46e91b63d61a7a19e9
2   "name": "ActivityButton",
3   "version": "0.1.0",
4   "summary": "A button with UIActivityIndicatorView.",
5   "homepage": "https://github.com/andrew020/ActivityButton",
6   "license": {
7     "type": "MIT",
8     "file": "Components/LICENSE"
9   },
10   "authors": {
11     "Andrew Leo": "andrew2007@foxmail.com"
12   },
13   "source": {
14     "git": "https://github.com/andrew020/ActivityButton.git",
15     "tag": "0.1.0"
16   },
17   "description": "\\\n    A button with UIActivityIndicatorView.\\\n    If this button has image, UIActivityIndicatorView will be the same frame with imageView, and hide imageView when UIActivityIndicatorView showing.\\\n    If only has text, UIActivityIndicatorView will be the same center with textLabel, and hide imageView when UIActivityIndicatorView showing.\\",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "5.0",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Components/ActivityButton.swift",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "ReactiveProperty",
32       "source_files": "Components/ActivityButton_Reactive.swift",
33       "dependencies": {
34         "ActivityButton/Core": [
36         ],
37         "ReactiveSwift": [
39         ],
40         "ReactiveCocoa": [
42         ]
43       }
44     }
45   ]