2 "name": "SwiftRunOnce",
4 "summary": "A declarative \"one-time\" code utility in Swift",
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",
13 "dwroth": "droth@thumbtack.com"
16 "git": "https://github.com/thumbtack/SwiftRunOnce.git",
22 "source_files": "SwiftRunOnce/Classes/**/*",