You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "NSURLSession category which brings NSURLConnection-like synchronous tasks to NSURLSession"
s.description = <<-DESC
NSURLSession+SynchronousTask is an NSURLSession category which brings NSURLConnection-like (remember sendSynchronousRequest:returningResponse:error:?) synchronous tasks to NSURLSession.
Internally the category uses GCD to wait for the tasks to finish.