[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / 0 / IBMSwiftCircuitBreaker / 5.0.3 / IBMSwiftCircuitBreaker.podspec.json
blob0f1aa2404f14e112409cbda813f4564caa1da6f7
2   "name": "IBMSwiftCircuitBreaker",
3   "version": "5.0.3",
4   "summary": "A Swift Circuit Breaker library",
5   "homepage": "https://github.com/IBM-Swift/CircuitBreaker",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "CircuitBreaker",
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://github.com/IBM-Swift/CircuitBreaker.git",
17     "tag": "5.0.3"
18   },
19   "source_files": "Sources/CircuitBreaker/*.swift",
20   "dependencies": {
21     "LoggerAPI": [
22       "~> 1.7"
23     ]
24   }