blob: b731bc607c2e28a103a5101d17dddb33d3785353 [file] [log] [blame]
{
"name": "ShortCircuit",
"version": "0.2.0",
"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": "httsp://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.0"
},
"source_files": "ShortCircuit/*.swift"
}