blob: f0216443b5ab5ffdfbb002f6501a3e06622c61db [file] [log] [blame]
{
"name": "RunOnce",
"version": "0.1.0",
"summary": "A wrapper that expose a way to run once a func or a fallback one.",
"description": "RunOnce helps you in easily run a task only once for the overall life of your app. It relies on UserDefaults to do the job and provide also a fallback system to run a fallback function.",
"homepage": "https://github.com/matteocrippa/RunOnce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"matteocrippa": "@_ghego"
},
"source": {
"git": "https://github.com/matteocrippa/RunOnce.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/_ghego",
"platforms": {
"ios": "8.0"
},
"source_files": "RunOnce/Classes/**/*",
"pushed_with_swift_version": "3.1"
}