[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 6 / SGCircuitBreaker / 1.0.0 / SGCircuitBreaker.podspec.json
blob8a5cc5f5f72b8539df28491a6f4affd293bd7c00
2   "name": "SGCircuitBreaker",
3   "version": "1.0.0",
4   "summary": "A Swift implementation of the Circuit Breaker design pattern",
5   "homepage": "https://github.com/eman6576/SGCircuitBreaker",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Manny Guerrero": "emanuelguerrerodev@gmail.com"
11   },
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.12"
15   },
16   "source": {
17     "git": "https://github.com/eman6576/SGCircuitBreaker.git",
18     "tag": "1.0.0"
19   },
20   "exclude_files": "Classes/Exclude",
21   "source_files": [
22     "Sources/SGCircuitBreaker/*.swift",
23     "Classes/Exclude"
24   ]