blob: 48fa63da4bcb7666b59768f2db38dc8e6745c1e0 [file] [log] [blame]
{
"name": "ShortCircuit",
"version": "0.2.1",
"summary": "Circuit Breaker Pattern framework written in Swift",
"description": "Circuit Breaker Pattern framework written in Swift with multiple data source adapters for storage options for device and server",
"homepage": "https://github.com/RestlessThinker/ShortCircuit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louie Penaflor": "http://restlessthinker.com"
},
"social_media_url": "http://twitter.com/RestlessThinker",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RestlessThinker/ShortCircuit.git",
"tag": "0.2.1"
},
"source_files": "ShortCircuit/*.swift"
}