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

Applied patch for issue #1074
This commit is contained in:
Bogdan Poplauschi 2015-06-25 01:15:01 +03:00
commit 466e4011d0
1 changed files with 1 additions and 1 deletions

View File

@ -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