[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / c / 5 / 0 / RunOnce / 0.1.0 / RunOnce.podspec.json
blobf0216443b5ab5ffdfbb002f6501a3e06622c61db
2   "name": "RunOnce",
3   "version": "0.1.0",
4   "summary": "A wrapper that expose a way to run once a func or a fallback one.",
5   "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.",
6   "homepage": "https://github.com/matteocrippa/RunOnce",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matteocrippa": "@_ghego"
13   },
14   "source": {
15     "git": "https://github.com/matteocrippa/RunOnce.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/_ghego",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RunOnce/Classes/**/*",
23   "pushed_with_swift_version": "3.1"