Authored by Bogdan Poplauschi

Merge pull request #1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074

Applied patch for issue #1074
... ... @@ -13,7 +13,7 @@
#error SDWebImage does not support Objective-C Garbage Collection
#endif
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
#if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
#error SDWebImage doesn't support Deployement Target version < 5.0
#endif
... ...