Applied patch for issue #1074

When the code is copied within a swift module, or when a target is linked against the static library or when using from cocoapods - the debugger not longer gets broken.
This commit is contained in:
Milen Halachev 2015-05-08 02:56:08 +03:00
parent 704c630567
commit 9f719ca2f9
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