blob: 01d64acb20c910cab21b0bff3b0003cf8dfe9c26 [file] [log] [blame]
{
"name": "ExponentialBackOff",
"version": "1.1.1",
"summary": "A framework which implements the ExponentialBackOff algorithm which is usefull for Networking.",
"description": "This framework implements the ExponentialBackOff algorithm which you can use for Networking or other tasks which should be retried after some time without worrying about how long you have to wait for the next attempt.\nGoogle mentioned this algorithm to be used to request a GCM token. In Java they implemented this in their java api repository but for iOS and OSX developers this is the right framework.\nI tried to put more features into this pod than simple a lame algorithm without much more.\nFor example you just have to pass your code as a closure or by implementing a Protocol and passing the class to one of the methods. You don't have to worry about waiting the right amount of time or recalling your code, the Handler makes this automatically.\nYou also have the option to implement your own algorithm without worrying about how to handle the automatic reattempts.",
"homepage": "https://github.com/Ybrin/ExponentialBackOff",
"license": "MIT",
"authors": {
"Ybrin": "koray@koska.at"
},
"source": {
"git": "https://github.com/Ybrin/ExponentialBackOff.git",
"tag": "1.1.1"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "ExponentialBackOff/ExponentialBackOff/**/*",
"dependencies": {
"AsyncSwift": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}