Authored by Bogdan Poplauschi

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

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