blob: 3c3ec9650cd4af39c678c14ec04744ac7a519c43 [file] [log] [blame]
{
"name": "SwiftDispatchOnce",
"platforms": {
"ios": "9.0"
},
"version": "2.0.0",
"summary": "SwiftDispatchOnce adds an extension on DispatchQueue for performing a closure only once",
"homepage": "https://github.com/JRG-Developer/SwiftDispatchOnce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@gmail.com"
},
"source": {
"git": "https://github.com/JRG-Developer/SwiftDispatchOnce.git",
"tag": "2.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "SwiftDispatchOnce/Library/*.{swift}",
"pushed_with_swift_version": "4.0"
}