[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 1 / e / 6 / LoadingRetry / 1.0.2 / LoadingRetry.podspec.json
blob0883556f628cd839abf223eeade120fdaf475988
2   "name": "LoadingRetry",
3   "version": "1.0.2",
4   "summary": "Loading and Retry",
5   "description": "simple loading and retry tool",
6   "homepage": "https://github.com/srv7/LoadingRetry",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "srv7": "liubo004@126.com"
13   },
14   "source": {
15     "git": "https://github.com/srv7/LoadingRetry.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "LoadingRetry/Classes/Core/**/*",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "LoadingRetry/Classes/RxSupport/**/*",
32       "dependencies": {
33         "LoadingRetry/Core": [
35         ],
36         "RxCocoa": [
38         ]
39       }
40     }
41   ]