blob: e02da94ddac29c1c7c8919e192347c20aca7cb1a [file] [log] [blame]
{
"name": "SwiftDispatchOnce",
"platforms": {
"ios": "9.0"
},
"version": "1.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": "1.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "SwiftDispatchOnce/Library/*.{swift}",
"pushed_with_swift_version": "3.0"
}