Since we use tag 3.6, the podspec file must match that. Fixes #757

This commit is contained in:
Bogdan Poplauschi 2014-06-13 18:23:17 +03:00
parent b29850b61b
commit 5b1451e11c
1 changed files with 1 additions and 1 deletions

View File

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