blob: b74299bbbb95f36e35d0157b1d32404280323886 [file] [log] [blame]
{
"name": "SGCircuitBreaker",
"version": "1.1.3",
"summary": "A Swift implementation of the Circuit Breaker design pattern",
"homepage": "https://github.com/eman6576/SGCircuitBreaker",
"license": {
"type": "MIT"
},
"authors": {
"Manny Guerrero": "emanuelguerrerodev@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/eman6576/SGCircuitBreaker.git",
"tag": "1.1.3"
},
"exclude_files": "Classes/Exclude",
"source_files": [
"Sources/SGCircuitBreaker/*.swift",
"Classes/Exclude"
]
}