[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 6 / e / SwiftRunOnce / 0.1.0 / SwiftRunOnce.podspec.json
blobf9657715cc15a22154c577037a28b17413657663
2   "name": "SwiftRunOnce",
3   "version": "0.1.0",
4   "summary": "A declarative \"one-time\" code utility in Swift",
5   "swift_versions": "5",
6   "description": "SwiftRunOnce allows a developer to declaratively mark a block of logic as \"one-time\" code – code that will execute at\nmost once over the lifetime of another object, no matter how many times that block of logic gets invoked.  It is both\nthread and reentrancy safe.",
7   "homepage": "https://github.com/thumbtack/SwiftRunOnce",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "dwroth": "droth@thumbtack.com"
14   },
15   "source": {
16     "git": "https://github.com/thumbtack/SwiftRunOnce.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SwiftRunOnce/Classes/**/*",
23   "swift_version": "5"