Authored by Olivier Poitrey

Bump version to 3.6.0

Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '3.5.4'
s.version = '3.6.0'
s.platform = :ios, '5.0'
s.license = 'MIT'
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
... ...