diff --git a/GPUberView.podspec b/GPUberView.podspec index add096c..a68a5f6 100644 --- a/GPUberView.podspec +++ b/GPUberView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GPUberView" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Summon Uber from your app with 2 lines of code." s.homepage = "https://github.com/gpolak/GPUberView" s.license = { :type => "MIT", :file => "LICENSE" } @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.1" - s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "1.0.2" } s.source_files = 'GPUberView' s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{png}' @@ -21,7 +21,6 @@ Pod::Spec.new do |s| s.dependency 'AFNetworking', '~> 2.5' s.dependency 'JSONModel', "~> 1.0" s.dependency 'Bolts', "~> 1.1" - s.dependency 'SDWebImage', '~>3.6' s.dependency "PulsingHalo" s.dependency 'Masonry', '~> 0.6' s.dependency 'INTULocationManager', '~> 2.0' diff --git a/GPUberView/GPUberViewController.m b/GPUberView/GPUberViewController.m index 9d79cfa..daaebe7 100644 --- a/GPUberView/GPUberViewController.m +++ b/GPUberView/GPUberViewController.m @@ -14,7 +14,7 @@ #import "NSDictionary+URLEncoding.h" #import "GPUberUtils.h" #import "UIColor+GPUberView.h" -#import +#import #import "GPUberViewCell.h" #import #import @@ -608,7 +608,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N GPUberViewElement *element = [self.elements objectAtIndex:indexPath.row]; - [cell.productImageView sd_setImageWithURL:element.image]; + [cell.productImageView setImageWithURL:element.image placeholderImage:nil]; cell.productNameLabel.text = element.displayName; diff --git a/GPUberViewDemo/Podfile b/GPUberViewDemo/Podfile index 4f6a1c8..52da859 100644 --- a/GPUberViewDemo/Podfile +++ b/GPUberViewDemo/Podfile @@ -5,7 +5,6 @@ inhibit_all_warnings! pod 'AFNetworking', '~> 2.5' pod 'JSONModel', "~> 1.0" pod 'Bolts', "~> 1.1" -pod 'SDWebImage', '~>3.6' pod "PulsingHalo" pod 'Masonry', '~> 0.6' pod 'INTULocationManager', '~> 2.0' diff --git a/GPUberViewDemo/Podfile.lock b/GPUberViewDemo/Podfile.lock index 6647578..11aaee0 100644 --- a/GPUberViewDemo/Podfile.lock +++ b/GPUberViewDemo/Podfile.lock @@ -40,9 +40,6 @@ PODS: - JSONModel (1.0.2) - Masonry (0.6.1) - PulsingHalo (0.0.1) - - SDWebImage (3.7.1): - - SDWebImage/Core (= 3.7.1) - - SDWebImage/Core (3.7.1) DEPENDENCIES: - AFNetworking (~> 2.5) @@ -52,7 +49,6 @@ DEPENDENCIES: - JSONModel (~> 1.0) - Masonry (~> 0.6) - PulsingHalo - - SDWebImage (~> 3.6) SPEC CHECKSUMS: AFNetworking: 8bee59492a6ff15d69130efa4d0dc67e0094a52a @@ -62,6 +58,5 @@ SPEC CHECKSUMS: JSONModel: cbdef0fdff1cc70e913a860861d3072860efd3a1 Masonry: 2cb49fd14d203d2db5ca6bb017135b235dde9980 PulsingHalo: 4f5fbc25f9efb9f949e4ddad05ca885a11667aa0 - SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d COCOAPODS: 0.35.0 diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h deleted file mode 120000 index 8457498..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/NSData+ImageContentType.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDImageCache.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDImageCache.h deleted file mode 120000 index 0040b06..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDImageCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDImageCache.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageCompat.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageCompat.h deleted file mode 120000 index 6ca2478..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageCompat.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageCompat.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDecoder.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDecoder.h deleted file mode 120000 index a2f3a68..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDecoder.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageDecoder.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h deleted file mode 120000 index 303b03b..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageDownloader.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h deleted file mode 120000 index 99441c4..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageManager.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageManager.h deleted file mode 120000 index 1b81848..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageManager.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageOperation.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageOperation.h deleted file mode 120000 index 20e5b89..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImageOperation.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImageOperation.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h deleted file mode 120000 index 50585c6..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIButton+WebCache.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIButton+WebCache.h deleted file mode 120000 index 19d2d8e..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIButton+WebCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIButton+WebCache.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+GIF.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+GIF.h deleted file mode 120000 index 14d5aad..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+GIF.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIImage+GIF.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h deleted file mode 120000 index 1fb9650..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h deleted file mode 120000 index fd4dea4..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h deleted file mode 120000 index 0c53a47..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIImageView+WebCache.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h b/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h deleted file mode 120000 index f9890c4..0000000 --- a/GPUberViewDemo/Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h +++ /dev/null @@ -1 +0,0 @@ -../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Manifest.lock b/GPUberViewDemo/Pods/Manifest.lock index 6647578..11aaee0 100644 --- a/GPUberViewDemo/Pods/Manifest.lock +++ b/GPUberViewDemo/Pods/Manifest.lock @@ -40,9 +40,6 @@ PODS: - JSONModel (1.0.2) - Masonry (0.6.1) - PulsingHalo (0.0.1) - - SDWebImage (3.7.1): - - SDWebImage/Core (= 3.7.1) - - SDWebImage/Core (3.7.1) DEPENDENCIES: - AFNetworking (~> 2.5) @@ -52,7 +49,6 @@ DEPENDENCIES: - JSONModel (~> 1.0) - Masonry (~> 0.6) - PulsingHalo - - SDWebImage (~> 3.6) SPEC CHECKSUMS: AFNetworking: 8bee59492a6ff15d69130efa4d0dc67e0094a52a @@ -62,6 +58,5 @@ SPEC CHECKSUMS: JSONModel: cbdef0fdff1cc70e913a860861d3072860efd3a1 Masonry: 2cb49fd14d203d2db5ca6bb017135b235dde9980 PulsingHalo: 4f5fbc25f9efb9f949e4ddad05ca885a11667aa0 - SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d COCOAPODS: 0.35.0 diff --git a/GPUberViewDemo/Pods/Pods.xcodeproj/project.pbxproj b/GPUberViewDemo/Pods/Pods.xcodeproj/project.pbxproj index a54d8b9..6e26192 100644 --- a/GPUberViewDemo/Pods/Pods.xcodeproj/project.pbxproj +++ b/GPUberViewDemo/Pods/Pods.xcodeproj/project.pbxproj @@ -10,99 +10,165 @@ 46 objects - 0081931C2235F682B1A46BE2 + 00451DE5DE075980E9158C8D + + fileRef + DAC091820697D6E972A2E6DC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 01A8B5F439B1962CC5734804 + + children + + 4BC25B6922C874A1D32F9C48 + 753D14223F73789F50E4EC68 + D162F50ECDBA5567137C762C + 6BC4B0D1BC5A11A36ED065DC + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/Pods-AFNetworking + sourceTree + <group> + + 01AA8EA3EDD3D22C0813D0B5 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - UIBarButtonItem+BlocksKit.h + sourcecode.c.objc path - BlocksKit/UIKit/UIBarButtonItem+BlocksKit.h + Pods-PulsingHalo-dummy.m sourceTree <group> - 00A44DED38285D7C8A928D3B + 01C52AF9B9C67F7A33C2DAD2 + + buildActionMask + 2147483647 + files + + C4ED1A836A26A1BC625F6569 + F759472332FEC770FD47723B + E0D8CDD695862B23B0C1AD7F + 1F5CB2FB9B1E0E554C73D45F + 04C352502464AE48470AC2FB + 68EF4FAFA66F27D1C289CC97 + 9EFEC394A73B8315313C49A7 + E658B0592F2ED8E1228E461A + 0D6F6AF65F462EEC35179C84 + 60202B2B3AED2BB1FFFF1DFB + 9072B51A1B33DEDB37EAD962 + A161DD1AAFA6818C57806598 + D04EE2BA992B8A5E59160773 + 0641DD3321A135AB68133766 + D75A8D3CA06F1DB3884E4E2B + 20D8F1B7C51EEDCAF8E0E9ED + 8B1C5BEEE16C296E2E2F0E5C + 51E5B5A5F1A7F8C4B8CC19F5 + 1BAF9F742B8D19F4CD39097A + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 023F8FF651B59A00A33A9580 fileRef - B4ECC329A6404DE83AC0D683 + 3E74146C3C50724D23683E91 isa PBXBuildFile - 00EF55F03386F0595EE6972A + 025D3E053CDA83C066B8259B - baseConfigurationReference - A3BF58647708D82D86EFD4F2 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-SDWebImage/Pods-SDWebImage-prefix.pch - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - + children + + B407DE4E147BF6FD2A0AFB8A + 9FD94D4CD0BBBC7D1C78CAE4 + 9A925D01616018549460CDEF + DAC091820697D6E972A2E6DC + 600104A4F1CEE6526C99E1CF + 263BE6612F03F158C490407E + 753A1CC7FFA4208EF559DE0F + 39297A5AE5DFD6F8CF993FEC + A75F25E585E0F634EA0C502F + 5DBF1FAA846C3F4394078022 + 3DA038DC4B9709ED8EA4FD5D + 2553ADAD57AFBD2149DCC8EA + 50813AEA970337D048101315 + A70DE56B0C777AD70B408F4D + 6E185E87201BD42BAD8B7ABF + 03AE174D12D7C7A06068B0A9 + A2F8B3E8FD2A1C8B06719FCD + 52ECE8C064630A44C85ED548 + 05B4E7294C036C4EC07D1FE9 + DE6ACCEACE396B6E8F1777BE + F9546E15320F02C23E15FB8C + 3520A56977A5A5A1C079258A + EF2E02D88C6B63E4717EB1FC + 41EFD0BBC09072101CFDDA1E + 5251926534437AAF68B92D7B + 0604E091910AC54BD80FF968 + 75145F3380A7D27880FB4441 + 0514F943A51235C5F1028771 + 106B153DC632DDA11C2E5640 + 1A8A5DD0FC5ECEB7C829191E + ADE868D43216A60DF3A90DD1 + E1954BBF2415CFF3FD0C877B + isa - XCBuildConfiguration + PBXGroup name + Core + sourceTree + <group> + + 02A23A604E18DBE75223D6B7 + + buildConfigurations + + 64A6B6F9F35EC42312663256 + 8055D5E1309664F561EEEC13 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName Release + isa + XCConfigurationList - 011DFADA1939E559F683618D + 035521DEE7F4D57545B87D4E - includeInIndex - 1 + children + + 025D3E053CDA83C066B8259B + 5A580AE73149651CDC349C2C + D594A656F58D49268BAA23B8 + A1BC6885AB8226E7377FC7A0 + 8DBFE16ED7939B0173FDDAB8 + isa - PBXFileReference - lastKnownFileType - text.xcconfig + PBXGroup + name + BlocksKit path - Pods-PulsingHalo-Private.xcconfig + BlocksKit sourceTree <group> - 01BC19107813B8A26750B3BA - - fileRef - BCD0F364A9B87F131E860A9E - isa - PBXBuildFile - - 02008AB7432958BF61C87526 + 035EE7F9FB81CAE4424E32A7 includeInIndex 1 @@ -111,43 +177,28 @@ lastKnownFileType sourcecode.c.h name - BFAppLinkReturnToRefererController.h + UIAlertView+BlocksKit.h path - Bolts/iOS/BFAppLinkReturnToRefererController.h + BlocksKit/UIKit/UIAlertView+BlocksKit.h sourceTree <group> - 0241400FDD65AFCED5318F63 + 03AE174D12D7C7A06068B0A9 - children - - 4EADD922C5989F8EED6F2A96 - C63649EBA7C346B10782CC0D - 515A49A0440612819FC347CA - 0D91EC5F6119ECCCC60216D6 - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.objc name - Support Files + NSMutableIndexSet+BlocksKit.m path - ../Target Support Files/Pods-BlocksKit + BlocksKit/Core/NSMutableIndexSet+BlocksKit.m sourceTree <group> - 0256F8A22D7C92F4D57294C2 - - fileRef - E5CAC0B7D7FD107411DF95A5 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 0263AF98E94FE9908F21EEBA + 03B4302C87C36288605B8838 includeInIndex 1 @@ -156,13 +207,13 @@ lastKnownFileType sourcecode.c.objc name - UIWebView+AFNetworking.m + MASViewAttribute.m path - UIKit+AFNetworking/UIWebView+AFNetworking.m + Masonry/MASViewAttribute.m sourceTree <group> - 026E2E4C15F3D2E72D72B786 + 04744A27E774D09B064AE541 includeInIndex 1 @@ -171,20 +222,27 @@ lastKnownFileType sourcecode.c.h name - UIImageView+AFNetworking.h + JSONModel+networking.h path - UIKit+AFNetworking/UIImageView+AFNetworking.h + JSONModel/JSONModelNetworking/JSONModel+networking.h sourceTree <group> - 037B7833C8E2659C2CE8B11C + 047FB8E2AD9FCC1AFE8FB9C4 fileRef - B7235AF9F664C9A360280501 + EEDE433846D49CAB2292CA41 isa PBXBuildFile - 03B2E19C4DA4B3367460CFEB + 04C352502464AE48470AC2FB + + fileRef + 3C2933E1FBFA377354BB62B3 + isa + PBXBuildFile + + 0514F943A51235C5F1028771 includeInIndex 1 @@ -199,49 +257,40 @@ sourceTree <group> - 0419443F7A01862834445E09 + 054FF2B5184CF662AD28DA31 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - BFExecutor.h + text.plist.xml path - Bolts/Common/BFExecutor.h + Pods-acknowledgements.plist sourceTree <group> - 04801CFB4BA47B62A03BD9E1 + 057D40B708D6332B4FA56D36 fileRef - 2AA5604E227E2FD77920344F + B407DE4E147BF6FD2A0AFB8A isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 04CB8641BCF69F5189AA027D + 05A647B0CA835F38BE4959E9 - includeInIndex - 1 + containerPortal + 65B7CDC446E744AF31F93987 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImageView+AFNetworking.m - path - UIKit+AFNetworking/UIImageView+AFNetworking.m - sourceTree - <group> + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 7012EA4835E8B644CDD33DF6 + remoteInfo + Pods-BlocksKit - 054FA78887EAE6AFB60244AF + 05B4E7294C036C4EC07D1FE9 includeInIndex 1 @@ -250,13 +299,20 @@ lastKnownFileType sourcecode.c.h name - JSONModelError.h + NSMutableSet+BlocksKit.h path - JSONModel/JSONModel/JSONModelError.h + BlocksKit/Core/NSMutableSet+BlocksKit.h sourceTree <group> - 05B23CE7E46C517BDBBB92B2 + 05E190B2D4DE3D29A5F5851B + + fileRef + 6E185E87201BD42BAD8B7ABF + isa + PBXBuildFile + + 0604E091910AC54BD80FF968 includeInIndex 1 @@ -265,62 +321,23 @@ lastKnownFileType sourcecode.c.objc name - UIImagePickerController+BlocksKit.m + NSObject+BKBlockObservation.m path - BlocksKit/UIKit/UIImagePickerController+BlocksKit.m + BlocksKit/Core/NSObject+BKBlockObservation.m sourceTree <group> - 05CF96E7F652A00802D54B22 + 0641DD3321A135AB68133766 - buildActionMask - 2147483647 - files - - B051F31091417EB269716F81 - FBA5B95CA8180A5C9EB38A91 - F60342DBF6C556AB713B100F - EA147D65564AF87F104A2D2D - 82546B551737B0A7B59D3817 - CBA0C70F8EBD03CA71BBFDA9 - 96577B84238EBBDB3BF94C83 - 33CE500CAD443C7B81F59FF8 - 154D5654A2CEBEC221ADACAE - 1D66FE9D394AB29FD4D88438 - 7CC209F9FD2920213B49DEE7 - 465C67819530A1D02D4150B9 - 06C8CEE2CC160F3CC0D607E1 - 09D8C8EB635BDE952A25C68C - B99F7D1F3E553FF01AB5542B - 6CECC8EB420728719070CE2B - 1A6F373969FFF63AC7412338 - BB27C63F5742C5C8A0AA2EE2 - 69461EE39460DE98A3F81770 - EE7401BFD8CA72411DCDBC07 - D8E8E44EC7FB159C0518833B - 2226913FA22862F8C6514623 - EA058A6631E4E9C466041A5C - 7113E20A0CA9E669FAED53F0 - 5EA352804B1A633BEBA0D59D - 243086259FFC1CC42501300E - 61F62BD1B27D095EF382D03A - 302C47D68A677C334B05CC4F - 79F770942D7CADA299A3F91D - ADBBFB453956196CF6234430 - 956DD12494FE50407732EBA4 - A67688AA2D749197A8C2B96D - E229D765A761133613070D60 - 122E9A990639502DDE0026C5 - + fileRef + EB1908795D1C1DB564CBF3A2 isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXBuildFile - 06751918DE57D8060D0A0597 + 06677626A27A092123C917AB fileRef - 5CA5D10A38DC167A27D78E9E + DB4F1CD802E0810AB111F79C isa PBXBuildFile settings @@ -329,32 +346,36 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 06C8CEE2CC160F3CC0D607E1 + 066A9D896E4AFCB40C76C988 fileRef - 888D628FC608005B347B4CFE + EAF77C5218A0EAA89205BE17 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 071CC1BA2B1B4D3009084264 + 070548261850A4539D016ACC - explicitFileType - archive.ar - includeInIndex - 0 + children + + 2CCA476F07AA12C3106446A7 + 1CF71CA3C476748920171515 + BBB9CDA128C29051DAED5DB9 + 2EA28E21A8E04610FD915C0D + 99AB94CD8492560802CCE637 + A30AC7BBB1C5AB05D012C997 + 01A8B5F439B1962CC5734804 + B97F28CFB17DCE0446E3AAFA + isa - PBXFileReference + PBXGroup + name + AFNetworking path - libPods-JSONModel.a + AFNetworking sourceTree - BUILT_PRODUCTS_DIR + <group> - 07471E0463919470AE8E675F + 0732F60BCE54E8921E505B49 includeInIndex 1 @@ -363,20 +384,28 @@ lastKnownFileType sourcecode.c.objc name - AFHTTPSessionManager.m + AFHTTPRequestOperationManager.m path - AFNetworking/AFHTTPSessionManager.m + AFNetworking/AFHTTPRequestOperationManager.m sourceTree <group> - 075CD477962D2471254B3CF0 + 07420C4F1627DD8236035310 - fileRef - 1F39D5F9A46D99E6CCAC2798 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIActivityIndicatorView+AFNetworking.m + path + UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m + sourceTree + <group> - 07DFB5074E121260030E90D4 + 074C3F56DEA0E42E14FB3D3F includeInIndex 1 @@ -385,81 +414,108 @@ lastKnownFileType sourcecode.c.h name - MASCompositeConstraint.h + A2DynamicDelegate.h path - Masonry/MASCompositeConstraint.h + BlocksKit/DynamicDelegate/A2DynamicDelegate.h sourceTree <group> - 08355A5F604C33A8554BE70E + 075035F1F3F3BE3A309DB8CC - fileRef - 78606E11A79C2D22C9EEAB3C + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + MASCompositeConstraint.m + path + Masonry/MASCompositeConstraint.m + sourceTree + <group> - 08E5FA57A1C89117A342059E + 079823E446D4F43D03C83E9E fileRef - 09B41A348D4239C7A04C88C2 + 0E633252CEFE399E2644F472 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 0903C1C199E2C1451CCA7106 + 07F9BFFC258402F2CF9688F0 + + buildActionMask + 2147483647 + files + + 3C51B82A3938F6D318019EE5 + BC19265F42F9A14FCA38776A + 0F962A7CEDABA5A5B7357B86 + 143555266C6E8D9838C0ECB3 + CA6F684DC7D4431D752BB340 + DEDB438C61F93526444FB064 + 17EEB19ECBD5FD7AF1F02F1F + 5C4EABC5F1739FF4DA2D88A0 + DF412B1F62168598AED0A08A + DDE9CE7F4AB5D26F5CDC7804 + D60E8AC8EF31743C17F5A44A + 4670EFB9C155FAB44E4BEC88 + 7EF78CCC34FD675FC91BF9B5 + 1260740C8A04CFD8AD7B12C7 + 406C3A5DC681E08EB2C6B64E + DA36C211F8B0E528A0ACFC90 + 3FFACA53A491C7FB73F4FEFF + D965FE22FA68342E08378713 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 08FD2980D98C8CC64140A53B includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFURLSessionManager.m + MFMessageComposeViewController+BlocksKit.h path - AFNetworking/AFURLSessionManager.m + BlocksKit/MessageUI/MFMessageComposeViewController+BlocksKit.h sourceTree <group> - 093E0A037A378AE6ABE129D2 - - fileRef - 3F00CF7C418CD5F9FD6EAC13 - isa - PBXBuildFile - - 094EE26BB30F027A7E9338C0 + 0AC884989C90A9C55CCABE84 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIRefreshControl+AFNetworking.h + A2DynamicDelegate.m path - UIKit+AFNetworking/UIRefreshControl+AFNetworking.h + BlocksKit/DynamicDelegate/A2DynamicDelegate.m sourceTree <group> - 09598D3E9431B74C1422FD31 + 0C1F09A31291B24EF7D0B631 - fileRef - 5250FBDA15A4FFFCB590735E + containerPortal + 65B7CDC446E744AF31F93987 isa - PBXBuildFile + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 2E62E433FB1470A1076598A9 + remoteInfo + Pods-AFNetworking - 097FDF6DCECFC1F29AFB3631 + 0CA9B0CF2E0C7E1B735DD100 includeInIndex 1 @@ -467,72 +523,97 @@ PBXFileReference lastKnownFileType sourcecode.c.h - name - BFMeasurementEvent.h path - Bolts/iOS/BFMeasurementEvent.h + Pods-JSONModel-prefix.pch sourceTree <group> - 0987104CF4ADE1814BDEE259 + 0D2239BDF5970506846287A3 + + fileRef + 8EEFD11687F2B50DC966CA44 + isa + PBXBuildFile + + 0D239B95959CA0860A621530 fileRef - 309FE1A5E778F31CF46C168E + D0F42AD475AC68418A3ACB51 isa PBXBuildFile - 09B41A348D4239C7A04C88C2 + 0D2FA560793C9F35EE8CF711 + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFTask.m path - Bolts/Common/BFTask.m + libPods-PulsingHalo.a sourceTree - <group> + BUILT_PRODUCTS_DIR - 09D8C8EB635BDE952A25C68C + 0D48FAE636308ED79B7944DE - fileRef - C05B04E151E7AA96B9424592 + buildActionMask + 2147483647 + files + + A87274AA2F06BEB1C6ACB14C + AFCE9EB92A7354117DA46AE7 + 964FCC9D5DCCA0936C4C1D9B + 3860A2863C4C1963787A3DB3 + 3B05907513A9CB59CC2A62AE + 2A6F488CDE201F542A24928A + 196E25F07C78AB4239DC51D0 + FA2379E731DA85BABE4426AC + 3B5865732FB1F9C90DC3D71D + D42E62E6F0C272CD2AF9858B + 7DA495937CA7B371C74B15FE + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 - 09DC8E063B40C8274EF9EFC5 + 0D6F6AF65F462EEC35179C84 fileRef - FCA38124F4EEA4146A7F4898 + E37D90801F9DB485FAD91785 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 0A1094534DEAC366D5FEF754 + 0D86FA1DB3E8476BEB914E8F - fileRef - 77C9BEBF6C794351DBC4AFF1 + buildActionMask + 2147483647 + files + + D4C50411A0F937E146FD6ACC + F1500F75C0BECEBAEEACF838 + D1B3FC7F86CFAF98242F0D60 + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 0DD520D9B1E639D6C900F674 + + containerPortal + 65B7CDC446E744AF31F93987 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 657E1D9EE11998314F3B8A5B + remoteInfo + Pods-Bolts - 0A1CCB1D9C201E7EAEE41A9B + 0E633252CEFE399E2644F472 includeInIndex 1 @@ -541,28 +622,16 @@ lastKnownFileType sourcecode.c.h name - BlocksKit+MessageUI.h + JSONHTTPClient.h path - BlocksKit/BlocksKit+MessageUI.h + JSONModel/JSONModelNetworking/JSONHTTPClient.h sourceTree <group> - 0A50D4794EF627668F9FDE5B - - fileRef - 27A3670C6885CC7F1335B146 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 0A558282CBF4D0B61EEA0390 + 0ECA87024321FB5FDFF00972 baseConfigurationReference - C63649EBA7C346B10782CC0D + 2CA44299B291005FC50B0744 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -578,7 +647,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-BlocksKit/Pods-BlocksKit-prefix.pch + Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -608,14 +677,19 @@ name Debug - 0A956F573F0FE255BCCD7B69 + 0F962A7CEDABA5A5B7357B86 fileRef - B4CBC3F6AB42580AEE55B1B8 + E35A2CF11DC16196EB5FFD52 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 0AEF508CC46CE9A941AC4E9E + 106B153DC632DDA11C2E5640 includeInIndex 1 @@ -624,13 +698,13 @@ lastKnownFileType sourcecode.c.h name - NSObject+A2BlockDelegate.h + NSSet+BlocksKit.h path - BlocksKit/DynamicDelegate/NSObject+A2BlockDelegate.h + BlocksKit/Core/NSSet+BlocksKit.h sourceTree <group> - 0D3C53305131A0203D8DE006 + 1220455B8ABCF00896521C38 includeInIndex 1 @@ -639,94 +713,69 @@ lastKnownFileType sourcecode.c.h name - JSONModelClassProperty.h + AFHTTPRequestOperation.h path - JSONModel/JSONModel/JSONModelClassProperty.h + AFNetworking/AFHTTPRequestOperation.h sourceTree <group> - 0D70F21E03D6E20665C45A36 + 1237C6DF814AA45CAEBEA45A - includeInIndex - 1 + fileRef + CAF8F534F583E0E2C08F3B81 isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-JSONModel.xcconfig - sourceTree - <group> + PBXBuildFile - 0D91EC5F6119ECCCC60216D6 + 1244665D1EC6D24DA8E479DC + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference - lastKnownFileType - sourcecode.c.h path - Pods-BlocksKit-prefix.pch + libPods-JSONModel.a sourceTree - <group> - - 0DA84DFC77A3AF4A88AC8B67 - - containerPortal - 6118E734FC45DA15816BCADF - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - C18567EFF66757B06557E045 - remoteInfo - Pods-SDWebImage + BUILT_PRODUCTS_DIR - 0E410603F549AE9D8BB3CBBA + 1260740C8A04CFD8AD7B12C7 fileRef - C84A4ED86C76B3C2D00A58BE + B2DDABDD83D51A4BEF7EC322 isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 0E560872DC7535181F0B2EF2 + 1347C4873F221D6330879A63 - includeInIndex - 1 + fileRef + 03AE174D12D7C7A06068B0A9 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSMutableArray+BlocksKit.m - path - BlocksKit/Core/NSMutableArray+BlocksKit.m - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 0EF5544002A84E86795BB98F + 136213736346C8CCA838F961 - includeInIndex - 1 + fileRef + D0E1FA3DC8EFEC9397AC2635 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BFAppLinkNavigation.h - path - Bolts/iOS/BFAppLinkNavigation.h - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 1032D09CD1C93334D720F9A0 + 1373CFB2861AD894DB8B86D8 includeInIndex 1 @@ -735,43 +784,53 @@ lastKnownFileType sourcecode.c.h name - BFAppLink_Internal.h + UIActionSheet+BlocksKit.h path - Bolts/iOS/BFAppLink_Internal.h + BlocksKit/UIKit/UIActionSheet+BlocksKit.h sourceTree <group> - 10494C38D5B19B2B180C16CE - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Security.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Security.framework - sourceTree - DEVELOPER_DIR - - 10EA9289CBD4FB9E10AAB113 + 143555266C6E8D9838C0ECB3 fileRef - 8A946BB0B9E26B6CF4233184 + 3DC99B21408B26018996E98B isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 1187157BFCA84EB870657795 + 1443F9E4C7642F8B293AE8EF - fileRef - 026E2E4C15F3D2E72D72B786 + buildConfigurationList + DB8BE3BA53B169F3E805E408 + buildPhases + + 0D48FAE636308ED79B7944DE + A7479D879E5C11C27959779E + 269379F36AD84F12AC027B20 + + buildRules + + dependencies + isa - PBXBuildFile + PBXNativeTarget + name + Pods-JSONModel + productName + Pods-JSONModel + productReference + 1244665D1EC6D24DA8E479DC + productType + com.apple.product-type.library.static - 122E9A990639502DDE0026C5 + 1459DAF674FE19383439ED32 fileRef - B8476E3E027F3DA5F0A1B44D + 0604E091910AC54BD80FF968 isa PBXBuildFile settings @@ -780,10 +839,10 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 1230C560726B5489056BB346 + 148232F61C67B2DE98960042 fileRef - A3984C454C845BC031A6C99C + A70DE56B0C777AD70B408F4D isa PBXBuildFile settings @@ -792,56 +851,32 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 126233A9C1FD7059B58D3775 + 150814C98C81C05A3BE03944 - baseConfigurationReference - A3BF58647708D82D86EFD4F2 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-SDWebImage/Pods-SDWebImage-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - + fileRef + 33E7F48BD83C173025FBF1C3 isa - XCBuildConfiguration + PBXBuildFile + + 1550657149AE64EDBD235265 + + children + + 61FBE3CCAB45042349AFF4B0 + AEAE4EDFFF567AC82B45C74B + 01AA8EA3EDD3D22C0813D0B5 + 171520A78871829AAAB12352 + + isa + PBXGroup name - Debug + Support Files + path + ../Target Support Files/Pods-PulsingHalo + sourceTree + <group> - 12DE37E81E4589B5F5E37C80 + 15770824A1FFA26C2678B8F9 includeInIndex 1 @@ -850,96 +885,85 @@ lastKnownFileType sourcecode.c.objc name - JSONModel.m + BFAppLink.m path - JSONModel/JSONModel/JSONModel.m + Bolts/iOS/BFAppLink.m sourceTree <group> - 136220F07BA49EE55C1ECE26 - - fileRef - 3E1DFBC3B964EC830CB2B6C5 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 1450393375C8287782D1B749 - - fileRef - 7E2305F801BE9A4E83C0F680 - isa - PBXBuildFile - - 1461BDEC81C43FCEEFA4BA02 + 171109B43FB8E3D8F7FB98A4 - fileRef - 9762F1CF86DA52CE84B46B2F + children + + 6AE9C6C381BAE4E7699F5E6B + 786B2232CC0F6AED863DFDE2 + EEBDC712515D4152E956E696 + DBDCA6BD5422B65B5FDA01BF + 33E8127E8BBAA5E74B4D13D4 + 1244665D1EC6D24DA8E479DC + 8B8D70AECFF86D6D23735AE1 + 0D2FA560793C9F35EE8CF711 + isa - PBXBuildFile + PBXGroup + name + Products + sourceTree + <group> - 14977C31B72CBEAF6251683E + 171520A78871829AAAB12352 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.h path - Pods-AFNetworking-Private.xcconfig + Pods-PulsingHalo-prefix.pch sourceTree <group> - 15004B2F63A0EBCA8CEAF3E1 + 17381C580E51812778F0E113 + + fileRef + C6247CDFCA889AAE57F6A282 + isa + PBXBuildFile + + 17732F9F9958507E63CB81ED buildActionMask 2147483647 files - BBC2B7581E7BF6E1844FDADC + 60A11521DBF72321FEB63E98 + 9A467DA8BDEC6CB969A3074A isa - PBXHeadersBuildPhase + PBXFrameworksBuildPhase runOnlyForDeploymentPostprocessing 0 - 152B94C101255C5D267BD0FC + 17A5E7799C175C2457740FF6 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.plist.xml - path - Pods-acknowledgements.plist - sourceTree - <group> - - 152EC5F40A438C32C353C342 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - JSONModel+networking.m + BFURL.h path - JSONModel/JSONModelNetworking/JSONModel+networking.m + Bolts/iOS/BFURL.h sourceTree <group> - 154D5654A2CEBEC221ADACAE + 17EEB19ECBD5FD7AF1F02F1F fileRef - BF329C7E4024BBA170C52432 + FA3C62253FFB0C2C1FA5B068 isa PBXBuildFile settings @@ -948,20 +972,29 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 16E457A0D3AA3A1C38934927 + 1888724D053535EFA1ADDFF4 + + fileRef + BCB872EDED01BB99EA9B7042 + isa + PBXBuildFile + + 1910AB8E0EF3D41751C433A6 + includeInIndex + 1 isa PBXFileReference lastKnownFileType - wrapper.framework + sourcecode.c.objc name - MobileCoreServices.framework + JSONKeyMapper.m path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MobileCoreServices.framework + JSONModel/JSONModelTransformations/JSONKeyMapper.m sourceTree - DEVELOPER_DIR + <group> - 1715E32D05A49D2A23628DF4 + 196E00261BFA619378C7A58B includeInIndex 1 @@ -970,27 +1003,25 @@ lastKnownFileType sourcecode.c.h name - UIImagePickerController+BlocksKit.h + NSLayoutConstraint+MASDebugAdditions.h path - BlocksKit/UIKit/UIImagePickerController+BlocksKit.h + Masonry/NSLayoutConstraint+MASDebugAdditions.h sourceTree <group> - 17DFF2B4926DF535219400B8 + 196E25F07C78AB4239DC51D0 - buildActionMask - 2147483647 - files - - 29D5B554C1214473C5415729 - 4815617DDC931580931A0B1A - + fileRef + 6E7B589F26B05EC8B26CA049 isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 17EBF181743D301CE2746F08 + 19A37BCD5EDEEE2AF2FEABCE includeInIndex 1 @@ -999,33 +1030,13 @@ lastKnownFileType sourcecode.c.objc name - UIActivityIndicatorView+AFNetworking.m + UIWebView+AFNetworking.m path - UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m + UIKit+AFNetworking/UIWebView+AFNetworking.m sourceTree <group> - 1852967EE204D268BC9C4FDB - - containerPortal - 6118E734FC45DA15816BCADF - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 9BE12F2F0D92D3487E586044 - remoteInfo - Pods-AFNetworking - - 195C763388E5CBF7D889F93A - - fileRef - DAB913A12243839E12411660 - isa - PBXBuildFile - - 19962BB4D6F12F011B4C3681 + 19C994C57FFB2E9D5C11FABE includeInIndex 1 @@ -1033,71 +1044,51 @@ PBXFileReference lastKnownFileType sourcecode.c.h + name + NSObject+A2DynamicDelegate.h path - Pods-SDWebImage-prefix.pch + BlocksKit/DynamicDelegate/NSObject+A2DynamicDelegate.h sourceTree <group> - 1A213BA6D6DB9C52AA94460F - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - 1A3B71F8C47D659F9EE28ADE - - buildActionMask - 2147483647 - files - - 08355A5F604C33A8554BE70E - 9D148F9BC390C27CB73CA7B5 - F51DB6B7CAC99CB91A3F18BA - FCE2C38603D11DB6772C8432 - DE78649262A306BFD97AC3AC - 0256F8A22D7C92F4D57294C2 - 0A50D4794EF627668F9FDE5B - D7F2BFE01E8627DB9AD1E4C0 - EDA1F76CB75CCA1606784460 - 06751918DE57D8060D0A0597 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 1A6F373969FFF63AC7412338 + 1A7AECD3B5E9E51DD90B2DB2 fileRef - 750B0AEEE7C168A01A6919A8 + C553E73CBA03CC98AF65C3D6 isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 1A767554BA2570EDFCB4A406 + 1A8A5DD0FC5ECEB7C829191E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIActionSheet+BlocksKit.h + NSSet+BlocksKit.m path - BlocksKit/UIKit/UIActionSheet+BlocksKit.h + BlocksKit/Core/NSSet+BlocksKit.m sourceTree <group> - 1A7A063C60734551D7893494 + 1AFCA61969586874881C0FC1 + + fileRef + 106B153DC632DDA11C2E5640 + isa + PBXBuildFile + + 1B0B8670DA0D7D45848F6D89 baseConfigurationReference - DEA9B2AFB6485D63A2FB5A11 + DB265BCDFE3126A9B1B9F08C buildSettings ALWAYS_SEARCH_USER_PATHS @@ -1109,7 +1100,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-prefix.pch + Target Support Files/Pods-Masonry/Pods-Masonry-prefix.pch INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET @@ -1144,45 +1135,67 @@ name Release - 1B243F905735D70161452ECA + 1B4AF1A3E8FB7CFC9F562737 - containerPortal - 6118E734FC45DA15816BCADF + baseConfigurationReference + AEAE4EDFFF567AC82B45C74B + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-prefix.pch + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - D606DC287C74CA013E4859A9 - remoteInfo - Pods-INTULocationManager + XCBuildConfiguration + name + Release - 1C1C53E213EA487F68064EF1 + 1BAF9F742B8D19F4CD39097A - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIAlertView+BlocksKit.h - path - BlocksKit/UIKit/UIAlertView+BlocksKit.h - sourceTree - <group> - - 1C4F887095827396031E9F24 - - fileRef - C6F7EFD58E610843317B8E3E + fileRef + A76D02F8A65B6EB725B4F4E9 isa PBXBuildFile - 1D66FE9D394AB29FD4D88438 + 1BFE69052392C3DA918EC94A fileRef - 0E560872DC7535181F0B2EF2 + 46DD40B4C61E91F750D361A0 isa PBXBuildFile settings @@ -1191,58 +1204,93 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 1D9E18C3D365D3FB78F79533 + 1CF71CA3C476748920171515 - includeInIndex - 1 + children + + 1220455B8ABCF00896521C38 + E6BAE20FBC86CC9796E86D49 + 655F2754F4D92D1724767AB8 + 0732F60BCE54E8921E505B49 + A460F7109A5FA9C11B3DFEB2 + FA3C62253FFB0C2C1FA5B068 + isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc + PBXGroup name - NSIndexSet+BlocksKit.m - path - BlocksKit/Core/NSIndexSet+BlocksKit.m + NSURLConnection sourceTree <group> - 1E5B45C0B1DCD5D2C6890F45 + 1D597242DFE0C0EC5FB89137 - buildActionMask - 2147483647 - files + buildConfigurations - 9B5C09A3759C19F9BA2F17DF - 57AF6B350993702234055B93 - 6C336CA5D8455DEF1E286DC2 - A0F9BCE49ABBEF375C567250 - 29DCD9A72000B6FF4D34085F - F9CD43FEEC78845F7BD0FE5B - A63C1288681A456766DD67D2 - 32EFAE417A2BE8D24813DB58 - 01BC19107813B8A26750B3BA - 60725F95DF0B51DC6FE4DA2A - 39868A2D4EA4987E36D31D60 + BA4B99F283178004BF8F9B87 + BCC1BF84308E2EEE7C36D1E7 - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing + defaultConfigurationIsVisible 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1D641E563C38BDC3A17AA55A + + isa + PBXTargetDependency + name + Pods-BlocksKit + target + 7012EA4835E8B644CDD33DF6 + targetProxy + 05A647B0CA835F38BE4959E9 + + 1F5CB2FB9B1E0E554C73D45F + + fileRef + F069254C5D09238667B61BE9 + isa + PBXBuildFile + + 1FBCEEDE080FEA3DC1A6F7B4 + + fileRef + 85283F7DDC4F2BB5F5512AAB + isa + PBXBuildFile - 1ECA84758A152C483F1FFCC6 + 1FCD059BE6A6B69918BE31C3 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.h + name + View+MASShorthandAdditions.h path - Pods-Bolts.xcconfig + Masonry/View+MASShorthandAdditions.h sourceTree <group> - 1F39D5F9A46D99E6CCAC2798 + 208146BFD102C09D4CBE355D + + fileRef + 17A5E7799C175C2457740FF6 + isa + PBXBuildFile + + 20D8F1B7C51EEDCAF8E0E9ED + + fileRef + 22EDD64EC0643798958CAE19 + isa + PBXBuildFile + + 21374E41E3B297317C9778FE includeInIndex 1 @@ -1251,56 +1299,73 @@ lastKnownFileType sourcecode.c.h name - MFMessageComposeViewController+BlocksKit.h + AFSecurityPolicy.h path - BlocksKit/MessageUI/MFMessageComposeViewController+BlocksKit.h + AFNetworking/AFSecurityPolicy.h sourceTree <group> - 1F404FBD86EF7E28ABD5E3FF + 21390F764B0E66A84221B0E0 + + fileRef + DE6ACCEACE396B6E8F1777BE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 21C05981AC09578C3CD751FB - includeInIndex - 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + wrapper.framework name - BFWebViewAppLinkResolver.h + CoreGraphics.framework path - Bolts/iOS/BFWebViewAppLinkResolver.h + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreGraphics.framework sourceTree - <group> + DEVELOPER_DIR - 1F87C1C14534F6C96EF07150 + 21E6FF19607FFC961BCE61CB - includeInIndex - 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + wrapper.framework name - SDWebImageManager.m + Foundation.framework path - SDWebImage/SDWebImageManager.m + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework sourceTree - <group> + DEVELOPER_DIR - 1FD22496086E9407C8BFDF27 + 22781F52A8FFBD4E4CD34513 + + fileRef + 84C462B1943C71B2511DC800 + isa + PBXBuildFile + + 22EDD64EC0643798958CAE19 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.h + name + UIKit+AFNetworking.h path - Pods-Bolts-Private.xcconfig + UIKit+AFNetworking/UIKit+AFNetworking.h sourceTree <group> - 20608617AE4F8F43B20BFE10 + 237DE58002763ACBAD1E04E4 includeInIndex 1 @@ -1309,23 +1374,35 @@ lastKnownFileType sourcecode.c.h name - MASUtilities.h + UIAlertView+AFNetworking.h path - Masonry/MASUtilities.h + UIKit+AFNetworking/UIAlertView+AFNetworking.h sourceTree <group> - 2176C16AE534BCB0537AA6B1 + 24425908911370E7587E0608 + + fileRef + A6B243AFCD4B1B65399A7AD6 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 249F1D0F4540A34ACB352146 fileRef - 3790C31AACF796BF77993563 + F08A2071D2B5A5FEAACB3B8B isa PBXBuildFile - 2226913FA22862F8C6514623 + 24D47F01C82CC6E74E1FB60E fileRef - EE791F5F0C05EF394F537438 + 627591D40D58D4AE0D1EF1E3 isa PBXBuildFile settings @@ -1334,63 +1411,95 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 2243876FEBF90FB0087A463E + 2553ADAD57AFBD2149DCC8EA includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - BFTaskCompletionSource.h + NSMutableArray+BlocksKit.m path - Bolts/Common/BFTaskCompletionSource.h + BlocksKit/Core/NSMutableArray+BlocksKit.m sourceTree <group> - 22D04341354E1EDD5445FF66 + 25CE01314ED2E5E9FCF268F4 - children - - 4B4EE4F6E480132F9B440BC5 - 07471E0463919470AE8E675F - 26750DDD07122EA38B88F570 - 0903C1C199E2C1451CCA7106 - + fileRef + A75F25E585E0F634EA0C502F isa - PBXGroup - name - NSURLSession - sourceTree - <group> + PBXBuildFile - 23184F8E5577C5B25D0AA527 + 25CFAF547B81011512F63C8A fileRef - 20608617AE4F8F43B20BFE10 + CD9B298D6AF7B5F7A8765696 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 23BCE957D1CB75B2842D31E3 + 263BE6612F03F158C490407E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - AFHTTPRequestOperation.h + NSDictionary+BlocksKit.m path - AFNetworking/AFHTTPRequestOperation.h + BlocksKit/Core/NSDictionary+BlocksKit.m + sourceTree + <group> + + 269379F36AD84F12AC027B20 + + buildActionMask + 2147483647 + files + + DE90FA7501227EC467706527 + 079823E446D4F43D03C83E9E + 8249B5178C5E5CAD26FFAA48 + 8D68C087A384A01568BDD1E0 + A26D45EB470A5E392C0819ED + 76ADBE744B6E85BE5587AADC + 1888724D053535EFA1ADDFF4 + 3C75679523218AFEDFE9973E + DD782C1FEE94BAD81F0DEDFD + 8CB1D45C1CAF40EC2DD9F42D + EC5C76FF6B3E4CDC45A9D1A3 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 26E3657E4B51AB5534BFA0C5 + + children + + 5D23077DFC3D215A6B51F853 + + isa + PBXGroup + name + Frameworks sourceTree <group> - 243086259FFC1CC42501300E + 273F9F58833F6AE2E5AFE180 fileRef - C4C6DA4EF8AE0F848D53E896 + 075035F1F3F3BE3A309DB8CC isa PBXBuildFile settings @@ -1399,52 +1508,87 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 24333F19FAD2AE2B1A186301 + 27650C433E96AC6676FCC738 fileRef - 74BCC055F59F29950EC9436E + 01AA8EA3EDD3D22C0813D0B5 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 2467E22C82CCBCF6B01C311D + 27919E59D83A164B284ED217 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSObject+BKBlockExecution.h + BFMeasurementEvent.m path - BlocksKit/Core/NSObject+BKBlockExecution.h + Bolts/iOS/BFMeasurementEvent.m sourceTree <group> - 24725446713E793749C3C1D7 + 27D601C2B84FD610DAFD1039 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIGestureRecognizer+BlocksKit.h + UIBarButtonItem+BlocksKit.m path - BlocksKit/UIKit/UIGestureRecognizer+BlocksKit.h + BlocksKit/UIKit/UIBarButtonItem+BlocksKit.m + sourceTree + <group> + + 2942C5B3DFB0BCCB15DD4F47 + + buildConfigurationList + 798211521E19DCA1F2A121DB + buildPhases + + E33F58955E450EA46541D494 + B75A0B90535CBF008635951B + 57BFCAF615A8013FB092E230 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-Masonry + productName + Pods-Masonry + productReference + 8B8D70AECFF86D6D23735AE1 + productType + com.apple.product-type.library.static + + 29A544AE551362D553F13D4B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIAlertView+BlocksKit.m + path + BlocksKit/UIKit/UIAlertView+BlocksKit.m sourceTree <group> - 24C821A21E72C481620B868F + 2A6F488CDE201F542A24928A fileRef - A1EEF7E2DE4E0924396E9E31 + 62B3D8664B9CF1FEBF52FB9C isa PBXBuildFile settings @@ -1453,37 +1597,53 @@ -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 2544247A515F344A1F788698 + 2BE43893160AB5D8EF9C9A11 + + containerPortal + 65B7CDC446E744AF31F93987 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 2942C5B3DFB0BCCB15DD4F47 + remoteInfo + Pods-Masonry + + 2C1163420340D6DC5E3A88BE + + fileRef + 196E00261BFA619378C7A58B + isa + PBXBuildFile + + 2CA44299B291005FC50B0744 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - BFAppLink.m + text.xcconfig path - Bolts/iOS/BFAppLink.m + Pods-INTULocationManager-Private.xcconfig sourceTree <group> - 26149256D6B4874481B175AD + 2CC38DF8D7F49C3D17117035 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - SDWebImageDecoder.h + sourcecode.c.objc path - SDWebImage/SDWebImageDecoder.h + Pods-BlocksKit-dummy.m sourceTree <group> - 26750DDD07122EA38B88F570 + 2CCA476F07AA12C3106446A7 includeInIndex 1 @@ -1492,43 +1652,128 @@ lastKnownFileType sourcecode.c.h name - AFURLSessionManager.h + AFNetworking.h path - AFNetworking/AFURLSessionManager.h + AFNetworking/AFNetworking.h + sourceTree + <group> + + 2D9DEE40E3D102CF3147F828 + + fileRef + BC3125EA1413A46E6F30ACA8 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 2DAA80ECB7A23EE99492EEFD + + fileRef + EF2E02D88C6B63E4717EB1FC + isa + PBXBuildFile + + 2DE6CF38041249BA7412C25C + + fileRef + 9267A46E19C27C42E4C58A44 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 2E0CBD2A4965ED7281C0CC8B + + children + + 070548261850A4539D016ACC + 035521DEE7F4D57545B87D4E + CB7498F064AC95A0A72E0F38 + A2761F3B7B6452396FD62C32 + 6EE1F1A817F73E9B6131EC69 + E4FCC5E152A1EC4531C7E254 + F9CA1C2DA62FBE41C2096498 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 2E62E433FB1470A1076598A9 + + buildConfigurationList + BAC294D1F647099460C41A20 + buildPhases + + 07F9BFFC258402F2CF9688F0 + CCF019C6E4EF12C62D1ACA6A + 01C52AF9B9C67F7A33C2DAD2 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-AFNetworking + productName + Pods-AFNetworking + productReference + 786B2232CC0F6AED863DFDE2 + productType + com.apple.product-type.library.static + + 2EA28E21A8E04610FD915C0D + + children + + 3C2933E1FBFA377354BB62B3 + 5C9BA433EAC26A4670920A58 + + isa + PBXGroup + name + Reachability sourceTree <group> - 270DD996ADCFAA78756BDEF5 + 2F6DF1A285E4F6C1CE478094 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - A2DynamicDelegate.m + sourcecode.c.h path - BlocksKit/DynamicDelegate/A2DynamicDelegate.m + Pods-INTULocationManager-prefix.pch sourceTree <group> - 27668C8298EB03611C5A2C62 + 2F79EC045AD8E27BDB3B4545 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - UIRefreshControl+AFNetworking.m + text.xcconfig path - UIKit+AFNetworking/UIRefreshControl+AFNetworking.m + Pods-JSONModel-Private.xcconfig sourceTree <group> - 278FD86F15A4BCC78F67D066 + 2F8ABEC3EDC4EC2E6C01F2D8 includeInIndex 1 @@ -1537,13 +1782,13 @@ lastKnownFileType sourcecode.c.h name - NSMutableDictionary+BlocksKit.h + BFTaskCompletionSource.h path - BlocksKit/Core/NSMutableDictionary+BlocksKit.h + Bolts/Common/BFTaskCompletionSource.h sourceTree <group> - 27A3670C6885CC7F1335B146 + 3011E9E758F55276A76D3999 includeInIndex 1 @@ -1552,37 +1797,173 @@ lastKnownFileType sourcecode.c.objc name - NSArray+MASAdditions.m + BFTaskCompletionSource.m path - Masonry/NSArray+MASAdditions.m + Bolts/Common/BFTaskCompletionSource.m + sourceTree + <group> + + 312E8C063C3532AF913BC0BB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + MASConstraint.h + path + Masonry/MASConstraint.h sourceTree <group> - 28935D401B1C6738F7F5D4F5 + 3175368D7861BBFB1A846727 fileRef - 6531521483AA59217637C174 + B3B5066669DAE72DE30AB310 isa PBXBuildFile - 289449F04627E1ACB5DFC0B0 + 33E7F48BD83C173025FBF1C3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + BFTask.h + path + Bolts/Common/BFTask.h + sourceTree + <group> + + 33E8127E8BBAA5E74B4D13D4 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-INTULocationManager.a + sourceTree + BUILT_PRODUCTS_DIR + + 341E2DC58E1172EE1AB3C502 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + BFAppLinkNavigation.h + path + Bolts/iOS/BFAppLinkNavigation.h + sourceTree + <group> + + 347DB5245E8125272C6E627F fileRef - 2FF0B0BE08746E8A75DA37D4 + C84E9B8B7BE7037278751CEB isa PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 3520A56977A5A5A1C079258A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSObject+BKAssociatedObjects.m + path + BlocksKit/Core/NSObject+BKAssociatedObjects.m + sourceTree + <group> - 28C4EE67CB4C5E43882E9230 + 3524A1601F51FDB7BB31DB74 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + MFMailComposeViewController+BlocksKit.m + path + BlocksKit/MessageUI/MFMailComposeViewController+BlocksKit.m + sourceTree + <group> + + 3534489C76891F083B802A9C fileRef - 4BF3995A9037B404B5400FDA + 41F6FDE506351C53203E6F32 isa PBXBuildFile - 29680675A7803D2FC57D1623 + 359B5BC9AF41436EE4E8766C + + buildActionMask + 2147483647 + files + + EA57229DB7C6D8257B5D4864 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 35C1D149EB88CE73604306D3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + JSONValueTransformer.m + path + JSONModel/JSONModelTransformations/JSONValueTransformer.m + sourceTree + <group> + + 35EFFD89BF915F1753E8E4C7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIPopoverController+BlocksKit.h + path + BlocksKit/UIKit/UIPopoverController+BlocksKit.h + sourceTree + <group> + + 36256D4F6D11E1EE2DB407D7 baseConfigurationReference - 5DDBAB40366E9BF71829E6EA + DB265BCDFE3126A9B1B9F08C buildSettings ALWAYS_SEARCH_USER_PATHS @@ -1598,7 +1979,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-JSONModel/Pods-JSONModel-prefix.pch + Target Support Files/Pods-Masonry/Pods-Masonry-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -1628,83 +2009,75 @@ name Debug - 29D5B554C1214473C5415729 - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - 29DCD9A72000B6FF4D34085F + 36A0A677866FD7308EA0FA0A fileRef - D6B03FCEBD14D5AE58C650F7 + 974C7671E80E780F1CB54042 isa PBXBuildFile - 2AA5604E227E2FD77920344F + 384C1C51A2A4F57653C1260F includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFSecurityPolicy.m + JSONValueTransformer.h path - AFNetworking/AFSecurityPolicy.m + JSONModel/JSONModelTransformations/JSONValueTransformer.h sourceTree <group> - 2ACA40AA21BDEF3E70CBDD28 + 3860A2863C4C1963787A3DB3 fileRef - 27668C8298EB03611C5A2C62 + 83EF4A897D1433A532B4B9EF isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 2AEE38E042D3FABFFBBA79C2 + 38B0919DCE13D5E250059893 - includeInIndex - 1 + fileRef + E1954BBF2415CFF3FD0C877B isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MFMailComposeViewController+BlocksKit.m - path - BlocksKit/MessageUI/MFMailComposeViewController+BlocksKit.m - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 2B17AC6CEF635F80BB7AAE26 + 39076B2B96EB7568A0142CFB fileRef - 47A21167937B2BD77DADD5DF + F9546E15320F02C23E15FB8C isa PBXBuildFile - 2BA8E54A6D10B12E8F9BEC14 + 39297A5AE5DFD6F8CF993FEC + includeInIndex + 1 isa PBXFileReference lastKnownFileType - wrapper.framework + sourcecode.c.objc name - MessageUI.framework + NSIndexSet+BlocksKit.m path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MessageUI.framework + BlocksKit/Core/NSIndexSet+BlocksKit.m sourceTree - DEVELOPER_DIR + <group> - 2C8A923FA5A2BDBEA911BFA8 + 3AFD8CFC9F006B55A09B29C3 includeInIndex 1 @@ -1713,124 +2086,52 @@ lastKnownFileType sourcecode.c.h name - View+MASAdditions.h + INTULocationManager.h path - Masonry/View+MASAdditions.h + Source/INTULocationManager.h sourceTree <group> - 2CA14917BB12B695B4E4B9E2 - - fileRef - 8834D79E1ACDB60999304C74 - isa - PBXBuildFile - - 2D40F84C74AFC6F984592599 + 3B05907513A9CB59CC2A62AE fileRef - 896022BACF9207ED3FC44EF0 + F92BE1B22032FE7D262F2841 isa PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 2E1790F373E328A5D496D5E8 - - buildConfigurations - - 0A558282CBF4D0B61EEA0390 - 4D0F07F713E4B11BC7DC9201 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 2E5C260E175030297F1E07BD + 3B5865732FB1F9C90DC3D71D fileRef - DDB69D9FA9958452D4375591 + 35C1D149EB88CE73604306D3 isa PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 2EE902B83F6271106CD8B67C + 3C04BCBFC049C4FB4CF720F7 - children - - B7235AF9F664C9A360280501 - 4A373CF10DCBF109A17778D0 - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.h name - Reachability + JSONModel.h + path + JSONModel/JSONModel/JSONModel.h sourceTree <group> - 2F803BFB7C0626F553905C33 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - COPY_PHASE_STRIP - NO - ENABLE_NS_ASSERTIONS - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PREPROCESSOR_DEFINITIONS - - RELEASE=1 - - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - STRIP_INSTALLED_PRODUCT - NO - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 2FF0B0BE08746E8A75DA37D4 + 3C2933E1FBFA377354BB62B3 includeInIndex 1 @@ -1839,16 +2140,35 @@ lastKnownFileType sourcecode.c.h name - UIButton+AFNetworking.h + AFNetworkReachabilityManager.h path - UIKit+AFNetworking/UIButton+AFNetworking.h + AFNetworking/AFNetworkReachabilityManager.h sourceTree <group> - 302C47D68A677C334B05CC4F + 3C51B82A3938F6D318019EE5 + + fileRef + E6BAE20FBC86CC9796E86D49 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 3C75679523218AFEDFE9973E + + fileRef + F98C76C5735C70F533C72EF5 + isa + PBXBuildFile + + 3C87B57189677F5B49652517 fileRef - 4EAC46D0DF8C706AA81D2784 + 263BE6612F03F158C490407E isa PBXBuildFile settings @@ -1857,7 +2177,14 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 309FE1A5E778F31CF46C168E + 3C8D594CAB816B6B74ACBD0F + + fileRef + E285AF5FFFFA9271CB34EAE4 + isa + PBXBuildFile + + 3DA038DC4B9709ED8EA4FD5D includeInIndex 1 @@ -1866,13 +2193,13 @@ lastKnownFileType sourcecode.c.h name - NSData+ImageContentType.h + NSMutableArray+BlocksKit.h path - SDWebImage/NSData+ImageContentType.h + BlocksKit/Core/NSMutableArray+BlocksKit.h sourceTree <group> - 31E3D72FF57E51DDEAFEDFF8 + 3DC99B21408B26018996E98B includeInIndex 1 @@ -1881,37 +2208,28 @@ lastKnownFileType sourcecode.c.objc name - BFWebViewAppLinkResolver.m + AFNetworkActivityIndicatorManager.m path - Bolts/iOS/BFWebViewAppLinkResolver.m + UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m sourceTree <group> - 3203EBE38CEBC6C656199F18 - - fileRef - D8ED9AD57565D8FC2304EDC7 - isa - PBXBuildFile - - 32364430E2ADF01996017B85 + 3E74146C3C50724D23683E91 includeInIndex 1 isa PBXFileReference lastKnownFileType - text + sourcecode.c.h name - Podfile + BFAppLinkReturnToRefererView.h path - ../Podfile + Bolts/iOS/BFAppLinkReturnToRefererView.h sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby + <group> - 3259FC861F2A3A441CF674F9 + 3F32EB25400DDB6FC3228018 includeInIndex 1 @@ -1920,91 +2238,109 @@ lastKnownFileType sourcecode.c.h name - UIProgressView+AFNetworking.h + AFURLResponseSerialization.h path - UIKit+AFNetworking/UIProgressView+AFNetworking.h + AFNetworking/AFURLResponseSerialization.h sourceTree <group> - 3273F1C71DC3B3371D45E497 + 3FFACA53A491C7FB73F4FEFF + + fileRef + 992F4839BAEF9170E0785245 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 406C3A5DC681E08EB2C6B64E + + fileRef + 8D60A6334F59269A57165C7E + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 41EFD0BBC09072101CFDDA1E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - JSONHTTPClient.h + NSObject+BKBlockExecution.m path - JSONModel/JSONModelNetworking/JSONHTTPClient.h + BlocksKit/Core/NSObject+BKBlockExecution.m sourceTree <group> - 32A44476FBC469620C4BCA65 - - fileRef - 3DE5C225F37BF948B0A541EB - isa - PBXBuildFile - - 32A64B95505347A0E5DF6694 + 41F6FDE506351C53203E6F32 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h + name + MASViewAttribute.h path - Pods-Masonry-dummy.m + Masonry/MASViewAttribute.h sourceTree <group> - 32EFAE417A2BE8D24813DB58 + 4244A28C214C189DDF6DA30F + + fileRef + E0869C21136A4394AB2DADD8 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 430F95830DBC94F2F81CEE4F fileRef - 054FA78887EAE6AFB60244AF + 0514F943A51235C5F1028771 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 3355A11C61D6C2C3DCF0072F + 459FA6A69900D0FEA5A32896 - children - - 8A946BB0B9E26B6CF4233184 - 1A767554BA2570EDFCB4A406 - 7E01B60898CA8A366A65E10B - 1C1C53E213EA487F68064EF1 - C4C6DA4EF8AE0F848D53E896 - 0081931C2235F682B1A46BE2 - B01D6DC71B7A753C071C7A1C - CDF5224EF355976067B86C0A - 4EAC46D0DF8C706AA81D2784 - 24725446713E793749C3C1D7 - 6B3A0B1510C31689F8191D9E - 1715E32D05A49D2A23628DF4 - 05B23CE7E46C517BDBBB92B2 - 7FD3C3F033524C7599AA2CBC - 763E53010F1A1F9587B1558C - 6875A7560FB1733F98C6F4F8 - 97F033D13F87B491C5674A79 - 990A2D45F40E8B570462731E - F6B29F3D9E4B709A1FCE4AC9 - 9B58BA1DF819666F051E8DD6 - B8476E3E027F3DA5F0A1B44D - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.h name - UIKit + Bolts.h + path + Bolts/Common/Bolts.h sourceTree <group> - 33CE500CAD443C7B81F59FF8 + 4670EFB9C155FAB44E4BEC88 fileRef - 1D9E18C3D365D3FB78F79533 + 07420C4F1627DD8236035310 isa PBXBuildFile settings @@ -2013,26 +2349,36 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 3446FC7C3B5DB7C3BD21102C + 46BE4303616CD5CC9412AC5D - children - - BDAA163694D50EEC33D26DFA - 68B117FA6C4B1FAFDE661039 - BB42753A3C1D9C544B1F5541 - 0241400FDD65AFCED5318F63 - 3355A11C61D6C2C3DCF0072F - + fileRef + E10E48D5DC780BE095C78060 isa - PBXGroup + PBXBuildFile + + 46DD40B4C61E91F750D361A0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc name - BlocksKit + NSObject+A2DynamicDelegate.m path - BlocksKit + BlocksKit/DynamicDelegate/NSObject+A2DynamicDelegate.m sourceTree <group> - 353555E6C2E7F26F5B508606 + 46F6157B1DC3A60EE3CBB943 + + fileRef + 89E8064270B0E273EE88E99A + isa + PBXBuildFile + + 472E7C50FECC4D16DC2E0158 includeInIndex 1 @@ -2041,104 +2387,20 @@ lastKnownFileType sourcecode.c.h name - SDWebImagePrefetcher.h + BFMeasurementEvent.h path - SDWebImage/SDWebImagePrefetcher.h + Bolts/iOS/BFMeasurementEvent.h sourceTree <group> - 35CB59B5605CB6D3FE7330EA + 47C4915ADF7203B069C681FE fileRef - 5A319A1C2C3B84875638CB3B + 2F8ABEC3EDC4EC2E6C01F2D8 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 35CB645F2394450B08F0D4F4 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - COPY_PHASE_STRIP - YES - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - ONLY_ACTIVE_ARCH - YES - STRIP_INSTALLED_PRODUCT - NO - - isa - XCBuildConfiguration - name - Debug - - 36DF34447247CD0AA978A2F8 - - fileRef - 0903C1C199E2C1451CCA7106 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 36F3B37D4AC9633B324C8870 + 48DEB574A62F7E1880E9BC86 includeInIndex 1 @@ -2147,99 +2409,93 @@ lastKnownFileType sourcecode.c.h name - UIButton+WebCache.h + BFAppLinkReturnToRefererView_Internal.h path - SDWebImage/UIButton+WebCache.h + Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h sourceTree <group> - 372993369437FBDA19079A19 + 48E47A26BB59F07740D045BB - explicitFileType - archive.ar includeInIndex - 0 + 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h + name + BlocksKit+UIKit.h path - libPods-INTULocationManager.a + BlocksKit/BlocksKit+UIKit.h sourceTree - BUILT_PRODUCTS_DIR + <group> - 372FC70CD8CA852B7F33D12A + 49FE91938E34033033DE3107 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - BoltsVersion.h + JSONModelError.m path - Bolts/Common/BoltsVersion.h + JSONModel/JSONModel/JSONModelError.m sourceTree <group> - 3790C31AACF796BF77993563 + 4AAE956A27C7EF3B5055C7B6 + includeInIndex + 1 isa PBXFileReference lastKnownFileType - wrapper.framework + sourcecode.c.objc name - Foundation.framework + Bolts.m path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework + Bolts/Common/Bolts.m sourceTree - DEVELOPER_DIR - - 37FD6A204A64269EE38E1E01 - - fileRef - 4C22048BB7D6AFDD645CB154 - isa - PBXBuildFile + <group> - 393916D6095BBC6230A264DD + 4B464328B298BF3751268A32 fileRef - D05B05E3EEDA81258E663ACA + 8E967AFD271738B0ED16DC25 isa PBXBuildFile - 39868A2D4EA4987E36D31D60 + 4BC25B6922C874A1D32F9C48 - fileRef - C7EA3107718DB0C6968B2AE1 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-AFNetworking.xcconfig + sourceTree + <group> - 3997FBAF3C0840A24CBFA85E + 4BFBCB6A0445FA73660BAD48 fileRef - 6AB83A85076648AD617D5137 + 3524A1601F51FDB7BB31DB74 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 3CF0F380B9CC6625CEF50F1B - - buildConfigurations - - 126233A9C1FD7059B58D3775 - 00EF55F03386F0595EE6972A - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 3CF5C7B12F1CCBDBA386C090 + 4C2BCE79ACF5F006FB115B69 fileRef - CDC92285717C7BDD89B95B75 + D28F9D98E90F190238C1E0EE isa PBXBuildFile settings @@ -2248,44 +2504,34 @@ -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 3DE5C225F37BF948B0A541EB + 4D473391849C9E90AD641EF8 - includeInIndex - 1 + fileRef + 82BD842904CBFFBE4C4D96EE isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BKMacros.h - path - BlocksKit/Core/BKMacros.h - sourceTree - <group> + PBXBuildFile - 3E1DFBC3B964EC830CB2B6C5 + 4FAE4B93CD398889920AA398 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - INTULocationManager.m + sourcecode.c.h path - Source/INTULocationManager.m + Pods-BlocksKit-prefix.pch sourceTree <group> - 3E7CA9A2E2CC90CDACC42B03 + 505E3BD1687422284D88156F fileRef - 24725446713E793749C3C1D7 + 5251926534437AAF68B92D7B isa PBXBuildFile - 3F00CF7C418CD5F9FD6EAC13 + 50813AEA970337D048101315 includeInIndex 1 @@ -2294,27 +2540,20 @@ lastKnownFileType sourcecode.c.h name - INTULocationManager.h + NSMutableDictionary+BlocksKit.h path - Source/INTULocationManager.h + BlocksKit/Core/NSMutableDictionary+BlocksKit.h sourceTree <group> - 3F144009E272CEF9283168D6 - - fileRef - 26149256D6B4874481B175AD - isa - PBXBuildFile - - 3F22883F46D16BECF509C990 + 51E5B5A5F1A7F8C4B8CC19F5 fileRef - FFF1E48DA3B8DBB0EF924B09 + 62F2CA0CF1FDD12BEF3A0770 isa PBXBuildFile - 3F399927B8FCF3FE86B0DAE7 + 5251926534437AAF68B92D7B includeInIndex 1 @@ -2323,43 +2562,40 @@ lastKnownFileType sourcecode.c.h name - MASLayoutConstraint.h + NSObject+BKBlockObservation.h path - Masonry/MASLayoutConstraint.h + BlocksKit/Core/NSObject+BKBlockObservation.h sourceTree <group> - 4003CE0801923EBD6A094E8E + 52ECE8C064630A44C85ED548 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSDictionary+BlocksKit.h + NSMutableOrderedSet+BlocksKit.m path - BlocksKit/Core/NSDictionary+BlocksKit.h + BlocksKit/Core/NSMutableOrderedSet+BlocksKit.m sourceTree <group> - 403590E480A396DBB5442564 + 536B0DC8080628236F59EE96 - includeInIndex - 1 + fileRef + 3520A56977A5A5A1C079258A isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+MultiFormat.h - path - SDWebImage/UIImage+MultiFormat.h - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 422A1F677F21EF2E53950A1F + 5422D98048FAD86559608427 includeInIndex 1 @@ -2367,51 +2603,54 @@ PBXFileReference lastKnownFileType sourcecode.c.h - name - SDWebImageManager.h path - SDWebImage/SDWebImageManager.h + Pods-Bolts-prefix.pch sourceTree <group> - 42DB898A9669340EC4A6B0A4 + 54B1B47BC56138FE02EC1127 + + fileRef + 6CF0EE76050AFB7285DADE7F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 565BA026531FF39F3BD0B2AD fileRef - 02008AB7432958BF61C87526 + CE2343F678DB0EC9A9D20835 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 4350AC676491709A43A21E54 + 565E52F7678003D81DFB3632 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSObject+A2DynamicDelegate.m + BFAppLink.h path - BlocksKit/DynamicDelegate/NSObject+A2DynamicDelegate.m + Bolts/iOS/BFAppLink.h sourceTree <group> - 43CD648B5A11B5C45AF09070 - - fileRef - A9464CFF7F3402A74A831DC6 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 43FA67F8EC848AAA76870EC4 + 56F79C90E01ACD1E80AB92E8 baseConfigurationReference - A0AF09B719FE9595EF9BF1F0 + 2CA44299B291005FC50B0744 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -2422,6 +2661,8 @@ /tmp/xcodeproj.dst GCC_PRECOMPILE_PREFIX_HEADER YES + GCC_PREFIX_HEADER + Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-prefix.pch INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET @@ -2456,76 +2697,74 @@ name Release - 441B365487EDEFCB7470311E + 571B2E259C20F065BD1EADC8 - includeInIndex - 1 + fileRef + DC7164EE727696A7955B43BF isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - INTULocationRequest.m - path - Source/INTULocationRequest.m - sourceTree - <group> + PBXBuildFile - 4424A03B6CFE1576E254D0F7 + 573584AE95192DB68DF3DE02 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - AFURLRequestSerialization.m + text.xcconfig path - AFNetworking/AFURLRequestSerialization.m + Pods-INTULocationManager.xcconfig sourceTree <group> - 44B9A8F6BD0F1E0DB4FAA1BB + 577A586D5F1D078684E16626 - buildConfigurationList - 9430F6C99F6471AE598DA211 - buildPhases - - D26624BC0603138B0104361F - 54E7B5C02B73A9997458E614 - 1E5B45C0B1DCD5D2C6890F45 - - buildRules - - dependencies - + fileRef + 82AF5EE42C43DCC7E5FE17CF isa - PBXNativeTarget - name - Pods-JSONModel - productName - Pods-JSONModel - productReference - 071CC1BA2B1B4D3009084264 - productType - com.apple.product-type.library.static + PBXBuildFile - 44CBA253C7BF175F7CA44CEE + 57BFCAF615A8013FB092E230 + + buildActionMask + 2147483647 + files + + 3C8D594CAB816B6B74ACBD0F + 86FA1671D62489368A0AF048 + D92379F0968F632A926E2FDB + 1237C6DF814AA45CAEBEA45A + 249F1D0F4540A34ACB352146 + 5E4CCCEB637B702AA2E218EA + 3534489C76891F083B802A9C + 57EDED6B01C07810687AF760 + 72360C499E433387D88FC7EC + DEFFA286AC72AC3C3F866BF5 + 46F6157B1DC3A60EE3CBB943 + 2C1163420340D6DC5E3A88BE + 17381C580E51812778F0E113 + 94985543F101E0D313E17E22 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 57EDED6B01C07810687AF760 fileRef - 9B58BA1DF819666F051E8DD6 + 6A972D0967983291328EDCBD isa PBXBuildFile - 44D2371B986B283635B298C6 + 588034A3DE6C92C5AB5E029B fileRef - 097FDF6DCECFC1F29AFB3631 + CA44B3A53C2C47FA0384666A isa PBXBuildFile - 45F18281879EE11463DF2707 + 59D195EB47201C6F4DF12512 includeInIndex 1 @@ -2534,105 +2773,128 @@ lastKnownFileType sourcecode.c.h name - JSONAPI.h + BFWebViewAppLinkResolver.h path - JSONModel/JSONModelNetworking/JSONAPI.h + Bolts/iOS/BFWebViewAppLinkResolver.h sourceTree <group> - 465C67819530A1D02D4150B9 - - fileRef - DB4AF060FF70817C109389E4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 469F0B53511E9E710947CD4A + 5A580AE73149651CDC349C2C children - E1E997F2735F0BFBBE295A6C - 867B8A08E8FA36F1F14D15D8 - ABF4ACA633AECFB2FD4563F1 + DC7164EE727696A7955B43BF + A1D6025A61D0AAC3C213CFDF + 074C3F56DEA0E42E14FB3D3F + 0AC884989C90A9C55CCABE84 + A87A2556F95D9C9220356A67 + BFD97E213BC7DC2086DAFDA8 + 9CB47401413D8699832C2CB7 + 92F600EA53F888767A7DD8B8 + 19C994C57FFB2E9D5C11FABE + 46DD40B4C61E91F750D361A0 + D0F42AD475AC68418A3ACB51 + 9E2F0417D674EECDECB5816C isa PBXGroup name - PulsingHalo - path - PulsingHalo + DynamicDelegate sourceTree <group> - 47A21167937B2BD77DADD5DF + 5AAD1536F52A543FF9CDAE7A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSObject+A2DynamicDelegate.h + UIPopoverController+BlocksKit.m path - BlocksKit/DynamicDelegate/NSObject+A2DynamicDelegate.h + BlocksKit/UIKit/UIPopoverController+BlocksKit.m sourceTree <group> - 4815617DDC931580931A0B1A + 5AE44626ECD57A6E54477F39 + + fileRef + 21E6FF19607FFC961BCE61CB + isa + PBXBuildFile + + 5C4EABC5F1739FF4DA2D88A0 fileRef - DDC0098D37F11B10D8AA7242 + DD9A8C5C43649E89F0447031 isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 48E9DBE4BDED88E2D7E36373 + 5C9BA433EAC26A4670920A58 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + AFNetworkReachabilityManager.m path - Pods-AFNetworking.xcconfig + AFNetworking/AFNetworkReachabilityManager.m sourceTree <group> - 496BE3428D683F64475AB042 + 5D23077DFC3D215A6B51F853 - includeInIndex - 1 + children + + 21C05981AC09578C3CD751FB + 21E6FF19607FFC961BCE61CB + D16D8D35EE0EB24E5A2439A1 + AD0CA277DD206DF9C430C7CD + 8DF6BAE3370C613494788367 + 84C462B1943C71B2511DC800 + B17A232CB6499CF9505D6C0E + CA44B3A53C2C47FA0384666A + isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-SDWebImage-dummy.m + PBXGroup + name + iOS sourceTree <group> - 49E3DFE05846D2B7513547B6 + 5DBF1FAA846C3F4394078022 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - BFAppLink.h + NSInvocation+BlocksKit.m path - Bolts/iOS/BFAppLink.h + BlocksKit/Core/NSInvocation+BlocksKit.m sourceTree <group> - 4A052C1C9564212595287A0D + 5E4CCCEB637B702AA2E218EA + + fileRef + 971A07CDC15A3844CBD9C7DD + isa + PBXBuildFile + + 5EC7857FB85A200C323A91A9 includeInIndex 1 @@ -2641,72 +2903,41 @@ lastKnownFileType sourcecode.c.h name - UIImageView+HighlightedWebCache.h + JSONModelArray.h path - SDWebImage/UIImageView+HighlightedWebCache.h + JSONModel/JSONModel/JSONModelArray.h sourceTree <group> - 4A373CF10DCBF109A17778D0 + 5FAB845E96C135AFF6E40E54 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFNetworkReachabilityManager.m + MFMailComposeViewController+BlocksKit.h path - AFNetworking/AFNetworkReachabilityManager.m - sourceTree - <group> - - 4A70B93A553CBA9715800667 - - children - - 83D3C1EDF6ADCD4EF28CCF6B - - isa - PBXGroup - name - Targets Support Files + BlocksKit/MessageUI/MFMailComposeViewController+BlocksKit.h sourceTree <group> - 4A72FCA891D583B83A21F3D5 + 5FAC545FB16C7D65C85D3570 buildActionMask 2147483647 files - 575518182203CA1251F57EA9 - 195C763388E5CBF7D889F93A - 90E953465511F636D3CBB16F - 2D40F84C74AFC6F984592599 - 037B7833C8E2659C2CE8B11C - 9A701B0A082AFBC446AAD5C7 - 685555D43713208FE5887AA7 - 98932BBE30711A24A241D693 - BBCD16A6473E706424D7013A - C026D60D0A03EA91A68E02CD - B8DFA1C3048FCA9B95C9A8E9 - 750A311E65FE1B9D83646D78 - B29BA38A30A81ACF0107EED6 - 289449F04627E1ACB5DFC0B0 - 1187157BFCA84EB870657795 - F5BCA4FD1F3B8BAF04ED4FF9 - F8916B5F4E498B8E3BB124C2 - A2B91C7F5E47037E98261B7B - E7881676869025FECD6FFB87 + 9E550D98A8C7C2BE3DFF9AB3 isa - PBXHeadersBuildPhase + PBXFrameworksBuildPhase runOnlyForDeploymentPostprocessing 0 - 4B227C1E020DD5E73712D6A2 + 600104A4F1CEE6526C99E1CF includeInIndex 1 @@ -2715,65 +2946,92 @@ lastKnownFileType sourcecode.c.h name - AFURLResponseSerialization.h + NSDictionary+BlocksKit.h path - AFNetworking/AFURLResponseSerialization.h + BlocksKit/Core/NSDictionary+BlocksKit.h sourceTree <group> - 4B4EE4F6E480132F9B440BC5 + 60202B2B3AED2BB1FFFF1DFB + + fileRef + 3F32EB25400DDB6FC3228018 + isa + PBXBuildFile + + 60A11521DBF72321FEB63E98 + + fileRef + 21E6FF19607FFC961BCE61CB + isa + PBXBuildFile + + 60A3276FDDBAEAB11461DE9F + + fileRef + 39297A5AE5DFD6F8CF993FEC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 60E0F2F0AF008D77DC5DF634 + + fileRef + B17A232CB6499CF9505D6C0E + isa + PBXBuildFile + + 61FBE3CCAB45042349AFF4B0 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - AFHTTPSessionManager.h + text.xcconfig path - AFNetworking/AFHTTPSessionManager.h + Pods-PulsingHalo.xcconfig sourceTree <group> - 4BF3995A9037B404B5400FDA + 6228C8435445F48830319B7E - includeInIndex - 1 + children + + 573584AE95192DB68DF3DE02 + 2CA44299B291005FC50B0744 + 719FC94B3BB4C0BFF585E9DE + 2F6DF1A285E4F6C1CE478094 + isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXGroup name - NSObject+BKBlockObservation.h + Support Files path - BlocksKit/Core/NSObject+BKBlockObservation.h + ../Target Support Files/Pods-INTULocationManager sourceTree <group> - 4C22048BB7D6AFDD645CB154 + 627591D40D58D4AE0D1EF1E3 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSMutableIndexSet+BlocksKit.h + UITextField+BlocksKit.m path - BlocksKit/Core/NSMutableIndexSet+BlocksKit.h + BlocksKit/UIKit/UITextField+BlocksKit.m sourceTree <group> - 4C8DB01A7456ECB0D13F412A - - fileRef - 5153EBA80BD58A9BADE9E2D5 - isa - PBXBuildFile - - 4CE36FDA71AE0FBB792E26C8 + 62B04B66DB698C570E114FAC includeInIndex 1 @@ -2782,78 +3040,28 @@ lastKnownFileType sourcecode.c.objc name - BFAppLinkReturnToRefererView.m + NSArray+JSONModel.m path - Bolts/iOS/BFAppLinkReturnToRefererView.m + JSONModel/JSONModelCategories/NSArray+JSONModel.m sourceTree <group> - 4CE9C7F6DAF9B72D5DBF8A0A + 62B3D8664B9CF1FEBF52FB9C includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - MFMailComposeViewController+BlocksKit.h + JSONModelArray.m path - BlocksKit/MessageUI/MFMailComposeViewController+BlocksKit.h + JSONModel/JSONModel/JSONModelArray.m sourceTree <group> - 4D0F07F713E4B11BC7DC9201 - - baseConfigurationReference - C63649EBA7C346B10782CC0D - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-BlocksKit/Pods-BlocksKit-prefix.pch - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 4D3400087321A13FB324F7EB + 62F2CA0CF1FDD12BEF3A0770 includeInIndex 1 @@ -2861,15 +3069,31 @@ PBXFileReference lastKnownFileType sourcecode.c.h + name + UIRefreshControl+AFNetworking.h path - Pods-PulsingHalo-prefix.pch + UIKit+AFNetworking/UIRefreshControl+AFNetworking.h sourceTree <group> - 4DFDAEDD98043519E909FB2C + 63928992F94DEBCF518E7BB5 + + buildConfigurations + + E7C72CAA13865BF6EBD46678 + 1B4AF1A3E8FB7CFC9F562737 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 64A6B6F9F35EC42312663256 baseConfigurationReference - 14977C31B72CBEAF6251683E + F11FB34E0A75E1593BF3BAF2 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -2884,8 +3108,6 @@ 0 GCC_PRECOMPILE_PREFIX_HEADER YES - GCC_PREFIX_HEADER - Target Support Files/Pods-AFNetworking/Pods-AFNetworking-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -2915,79 +3137,120 @@ name Debug - 4EA2B1BF6C6E9CBB04206FA1 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-PulsingHalo.a - sourceTree - BUILT_PRODUCTS_DIR - - 4EAC46D0DF8C706AA81D2784 + 655F2754F4D92D1724767AB8 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIControl+BlocksKit.m + AFHTTPRequestOperationManager.h path - BlocksKit/UIKit/UIControl+BlocksKit.m + AFNetworking/AFHTTPRequestOperationManager.h sourceTree <group> - 4EADD922C5989F8EED6F2A96 + 657E1D9EE11998314F3B8A5B - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-BlocksKit.xcconfig - sourceTree - <group> + buildConfigurationList + 97301A3FE93204A78AC9539C + buildPhases + + 881C9B33D07D210AE06FFFE8 + 359B5BC9AF41436EE4E8766C + E3E62B86BDC82E7C8BA7292B + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-Bolts + productName + Pods-Bolts + productReference + DBDCA6BD5422B65B5FDA01BF + productType + com.apple.product-type.library.static + + 65B7CDC446E744AF31F93987 + + attributes + + LastUpgradeCheck + 0510 + + buildConfigurationList + 998D3253E8CC119D94EDD90C + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + D1105D2668A4B9ED8854B625 + productRefGroup + 171109B43FB8E3D8F7FB98A4 + projectDirPath + + projectReferences + + projectRoot + + targets + + BF427CA55B85B27D23293EC4 + 2E62E433FB1470A1076598A9 + 7012EA4835E8B644CDD33DF6 + 657E1D9EE11998314F3B8A5B + 988B566FD99333D7E7B64D9E + 1443F9E4C7642F8B293AE8EF + 2942C5B3DFB0BCCB15DD4F47 + 6EB5C13ACCB829D1A607509C + + + 65C4BD713946B1D81AAA9C5C + + fileRef + 5DBF1FAA846C3F4394078022 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 4ECACF9BAC71821867935E47 + 665469E861EB73AFF3B4E664 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSMutableArray+BlocksKit.h + UIProgressView+AFNetworking.m path - BlocksKit/Core/NSMutableArray+BlocksKit.h + UIKit+AFNetworking/UIProgressView+AFNetworking.m sourceTree <group> - 4EF75162F23460C3E6118ACA - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods.a - sourceTree - BUILT_PRODUCTS_DIR - - 4F81870BA45B86EF9F5740F8 + 6685B2F222498D3F6BC91A90 baseConfigurationReference - 011DFADA1939E559F683618D + 2F79EC045AD8E27BDB3B4545 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -3003,7 +3266,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-prefix.pch + Target Support Files/Pods-JSONModel/Pods-JSONModel-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -3033,22 +3296,36 @@ name Debug - 50C6B97EA7779FB9A8A6BBD1 + 671DCABA2EA988724C37DFD5 + + fileRef + E9E419EB794AED324BFCAD33 + isa + PBXBuildFile + + 68EF4FAFA66F27D1C289CC97 + + fileRef + 2CCA476F07AA12C3106446A7 + isa + PBXBuildFile + + 6A972D0967983291328EDCBD includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFURLResponseSerialization.m + MASViewConstraint.h path - AFNetworking/AFURLResponseSerialization.m + Masonry/MASViewConstraint.h sourceTree <group> - 5103C35705D3DB6249CD363C + 6ABF4C71A5ABCEF4525D2B65 includeInIndex 1 @@ -3057,41 +3334,108 @@ lastKnownFileType sourcecode.c.objc name - MASConstraintMaker.m + UIView+BlocksKit.m path - Masonry/MASConstraintMaker.m + BlocksKit/UIKit/UIView+BlocksKit.m sourceTree <group> - 5153EBA80BD58A9BADE9E2D5 + 6AE9C6C381BAE4E7699F5E6B + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BFAppLinkResolving.h path - Bolts/iOS/BFAppLinkResolving.h + libPods.a sourceTree - <group> + BUILT_PRODUCTS_DIR + + 6AF32D29232444B9D19388D5 + + baseConfigurationReference + 2F79EC045AD8E27BDB3B4545 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Target Support Files/Pods-JSONModel/Pods-JSONModel-prefix.pch + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 6B500414E572DB8990473797 + + fileRef + 5AAD1536F52A543FF9CDAE7A + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 6B64CD0D5F65199724825B62 + + fileRef + 35EFFD89BF915F1753E8E4C7 + isa + PBXBuildFile - 515A49A0440612819FC347CA + 6BC4B0D1BC5A11A36ED065DC includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h path - Pods-BlocksKit-dummy.m + Pods-AFNetworking-prefix.pch sourceTree <group> - 5250FBDA15A4FFFCB590735E + 6CF0EE76050AFB7285DADE7F includeInIndex 1 @@ -3099,19 +3443,14 @@ PBXFileReference lastKnownFileType sourcecode.c.objc + name + UIWebView+BlocksKit.m path - Pods-JSONModel-dummy.m + BlocksKit/UIKit/UIWebView+BlocksKit.m sourceTree <group> - 52F62226E6A476122F9DC5BD - - fileRef - E69FDFB4BF30DFE24A0E75B0 - isa - PBXBuildFile - - 533DF62423CA139804028D26 + 6E185E87201BD42BAD8B7ABF includeInIndex 1 @@ -3120,54 +3459,89 @@ lastKnownFileType sourcecode.c.h name - SDWebImageDownloader.h + NSMutableIndexSet+BlocksKit.h path - SDWebImage/SDWebImageDownloader.h + BlocksKit/Core/NSMutableIndexSet+BlocksKit.h sourceTree <group> - 54C0321D031A0C9A77346B31 + 6E7B589F26B05EC8B26CA049 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + JSONModelClassProperty.m path - Pods-SDWebImage.xcconfig + JSONModel/JSONModel/JSONModelClassProperty.m sourceTree <group> - 54E7B5C02B73A9997458E614 + 6EB5C13ACCB829D1A607509C - buildActionMask - 2147483647 - files + buildConfigurationList + 63928992F94DEBCF518E7BB5 + buildPhases - 1A213BA6D6DB9C52AA94460F + 9FC863211A8F6CACA63EF61D + 17732F9F9958507E63CB81ED + D0BAD38530FB2ECD43ECA924 + buildRules + + dependencies + isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXNativeTarget + name + Pods-PulsingHalo + productName + Pods-PulsingHalo + productReference + 0D2FA560793C9F35EE8CF711 + productType + com.apple.product-type.library.static - 552EA2D01CA0FF643664DA63 + 6EE1F1A817F73E9B6131EC69 - includeInIndex - 1 + children + + 88AF46D4BBCBBB74B3819FB1 + EA1133D1AC208D651F9FA994 + 0E633252CEFE399E2644F472 + CBAF12F00EEC0B45A7C2B833 + B0CD6382CD0C5FF7216112A1 + 1910AB8E0EF3D41751C433A6 + 3C04BCBFC049C4FB4CF720F7 + F92BE1B22032FE7D262F2841 + 04744A27E774D09B064AE541 + 83EF4A897D1433A532B4B9EF + 5EC7857FB85A200C323A91A9 + 62B3D8664B9CF1FEBF52FB9C + BCB872EDED01BB99EA9B7042 + 6E7B589F26B05EC8B26CA049 + F98C76C5735C70F533C72EF5 + 49FE91938E34033033DE3107 + A559DF1EB46137F3BB75EA03 + 384C1C51A2A4F57653C1260F + 35C1D149EB88CE73604306D3 + 96FB4D9D0D7086D1545AD911 + 62B04B66DB698C570E114FAC + 8CD76DE605FDCE09A3FDBAD9 + isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXGroup name - A2BlockInvocation.h + JSONModel path - BlocksKit/DynamicDelegate/A2BlockInvocation.h + JSONModel sourceTree <group> - 558BF869FB3768D782C51914 + 6EF1229FF3560B36C49983D9 includeInIndex 1 @@ -3176,28 +3550,60 @@ lastKnownFileType sourcecode.c.objc name - NSArray+BlocksKit.m + BFAppLinkReturnToRefererController.m path - BlocksKit/Core/NSArray+BlocksKit.m + Bolts/iOS/BFAppLinkReturnToRefererController.m sourceTree <group> - 5596704E17549DA34073D8A3 + 7012EA4835E8B644CDD33DF6 + + buildConfigurationList + 1D597242DFE0C0EC5FB89137 + buildPhases + + B5350CAB630DCF9177262E92 + F40D35FC77351751094551AB + DDB5C9EBBEBD4DCAF2E9849D + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-BlocksKit + productName + Pods-BlocksKit + productReference + EEBDC712515D4152E956E696 + productType + com.apple.product-type.library.static + + 70B883D2BE05479330E34D88 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSObject+A2BlockDelegate.m + UIControl+BlocksKit.h path - BlocksKit/DynamicDelegate/NSObject+A2BlockDelegate.m + BlocksKit/UIKit/UIControl+BlocksKit.h sourceTree <group> - 561D42F4DB2E17957868DA75 + 70CCAAB2980BE30625B2699C + + fileRef + 035EE7F9FB81CAE4424E32A7 + isa + PBXBuildFile + + 711E69C74F5CF5E9A71B13DD includeInIndex 1 @@ -3206,148 +3612,93 @@ lastKnownFileType sourcecode.c.h path - Pods-AFNetworking-prefix.pch + Pods-environment.h sourceTree <group> - 568B480E5D95D0F3FE6DDC49 - - fileRef - 152EC5F40A438C32C353C342 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 572DD56D0E05C7EF43C16B0F + 71353F8DC2ADAC409BAECBEC includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - AFURLRequestSerialization.h + INTULocationManager.m path - AFNetworking/AFURLRequestSerialization.h + Source/INTULocationManager.m sourceTree <group> - 575518182203CA1251F57EA9 - - fileRef - 23BCE957D1CB75B2842D31E3 - isa - PBXBuildFile - - 579955E95AF3D22446670796 + 719FC94B3BB4C0BFF585E9DE - buildConfigurationList - 5FA4E980BEDB1B89635FBC4B - buildPhases - - E9C4718B0DB5927E057A6E23 - A7CEE5716752C401804F83A4 - - buildRules - - dependencies - - E29957561ACDC876114CCBF7 - AC9F4BA876B4BDD8AE94D37E - 585C86A39DC4F1DC89ADA223 - AB19EE30413708291E10F068 - 64BD1476C5888F22EF180D29 - 6C9F65F034126DC3429FAB4E - 8861D799B98AE8B2F852467A - DA70C596F044AD75B92C370A - + includeInIndex + 1 isa - PBXNativeTarget - name - Pods - productName - Pods - productReference - 4EF75162F23460C3E6118ACA - productType - com.apple.product-type.library.static + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-INTULocationManager-dummy.m + sourceTree + <group> - 57AF6B350993702234055B93 + 71AA0DB334C3DDE613299612 fileRef - 3273F1C71DC3B3371D45E497 + 2CC38DF8D7F49C3D17117035 isa PBXBuildFile - 585C86A39DC4F1DC89ADA223 - - isa - PBXTargetDependency - name - Pods-Bolts - target - F5DF2B105B7D55FACB239AE3 - targetProxy - 60222197B0E9A295D3566DE6 - - 59618F41899E5C5E024B84E8 + 71EEFB261915151F23CCF651 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - NSArray+BlocksKit.h + text path - BlocksKit/Core/NSArray+BlocksKit.h + Pods-acknowledgements.markdown sourceTree <group> - 597125B768AB48DAD4299145 + 72360C499E433387D88FC7EC fileRef - 372FC70CD8CA852B7F33D12A + F12A20ED5A4DB8D12827C2A9 isa PBXBuildFile - 59BC6769B664A485A09EABA3 + 72D5D1828708C6B60A50CD2F - includeInIndex - 1 + fileRef + 03B4302C87C36288605B8838 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+GIF.m - path - SDWebImage/UIImage+GIF.m - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 5A319A1C2C3B84875638CB3B + 74296E012B281EB244C6F212 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSArray+JSONModel.m + BFMeasurementEvent_Internal.h path - JSONModel/JSONModelCategories/NSArray+JSONModel.m + Bolts/iOS/BFMeasurementEvent_Internal.h sourceTree <group> - 5A4DD4A0DF2D53F550A38CF2 + 75145F3380A7D27880FB4441 includeInIndex 1 @@ -3356,77 +3707,41 @@ lastKnownFileType sourcecode.c.h name - BFMeasurementEvent_Internal.h + NSOrderedSet+BlocksKit.h path - Bolts/iOS/BFMeasurementEvent_Internal.h - sourceTree - <group> - - 5A665CC840BAA6EE4D4F8829 - - children - - C4BA309B51C3663700E1FB13 - 3446FC7C3B5DB7C3BD21102C - C47EB54D29447DBD644DDF6E - 9647ACC70B7ACA146C02284C - CC6C31BF2CB621A8648CD25E - C80693B40360C9643BDA2DF3 - 469F0B53511E9E710947CD4A - B58F364377B0AB8D64CB22C7 - - isa - PBXGroup - name - Pods + BlocksKit/Core/NSOrderedSet+BlocksKit.h sourceTree <group> - 5AE0A077E5264D36A17F8632 - - fileRef - F32ACBDAD35C5C155AC7EEBD - isa - PBXBuildFile - - 5B4ED1475078575E3205E8B8 - - fileRef - 403590E480A396DBB5442564 - isa - PBXBuildFile - - 5B6E723AB1C879E905E6BEC5 + 753A1CC7FFA4208EF559DE0F includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSURLConnection+BlocksKit.m + NSIndexSet+BlocksKit.h path - BlocksKit/DynamicDelegate/Foundation/NSURLConnection+BlocksKit.m + BlocksKit/Core/NSIndexSet+BlocksKit.h sourceTree <group> - 5CA5D10A38DC167A27D78E9E + 753D14223F73789F50E4EC68 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - View+MASAdditions.m + text.xcconfig path - Masonry/View+MASAdditions.m + Pods-AFNetworking-Private.xcconfig sourceTree <group> - 5CC4347EBA4A585847A48178 + 767A629BF4D85320AA9F0DD3 includeInIndex 1 @@ -3434,48 +3749,35 @@ PBXFileReference lastKnownFileType sourcecode.c.h + name + AFHTTPSessionManager.h path - Pods-JSONModel-prefix.pch + AFNetworking/AFHTTPSessionManager.h sourceTree <group> - 5CE11D641B9E5883B510165C + 76ADBE744B6E85BE5587AADC fileRef - 16E457A0D3AA3A1C38934927 + 5EC7857FB85A200C323A91A9 isa PBXBuildFile - 5D2D65FD367D1E324D426891 + 76B8E9B7F44D61DE39827991 fileRef - 9C0D8DC6D75C68201C3C928E + 70B883D2BE05479330E34D88 isa PBXBuildFile - 5D5921DDAB741C7693AEE4D0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFURL.m - path - Bolts/iOS/BFURL.m - sourceTree - <group> - - 5D7A3A648A0BA83FEF2C821F + 774ED244F1F1E1012C93967E fileRef - 49E3DFE05846D2B7513547B6 + A01A227CE12D24239011D7DA isa PBXBuildFile - 5DDBAB40366E9BF71829E6EA + 777D7A605899E33842DCCE7C includeInIndex 1 @@ -3484,78 +3786,55 @@ lastKnownFileType text.xcconfig path - Pods-JSONModel-Private.xcconfig + Pods-BlocksKit.xcconfig sourceTree <group> - 5EA352804B1A633BEBA0D59D - - fileRef - 7E01B60898CA8A366A65E10B - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 5EBAFC53CF4BF8C8FF4044D9 + 77F54E651C151896BB2DA9F9 children - 7E2305F801BE9A4E83C0F680 - 3790C31AACF796BF77993563 - 979EEEEE01B08E6BB6C92B0E - 2BA8E54A6D10B12E8F9BEC14 - 16E457A0D3AA3A1C38934927 - 9BCEC4ED4215EFCFB5D05DD2 - 10494C38D5B19B2B180C16CE - B4ECC329A6404DE83AC0D683 - DDC0098D37F11B10D8AA7242 + 99A1C416D6C8B33EE2FAD352 + DB265BCDFE3126A9B1B9F08C + E1C484227AA023816266A1C0 + A11ED65BC78D5D4818F5654E isa PBXGroup name - iOS + Support Files + path + ../Target Support Files/Pods-Masonry sourceTree <group> - 5FA4E980BEDB1B89635FBC4B - - buildConfigurations - - EA8DD40FA1DA64EAAD7CE8EF - 43FA67F8EC848AAA76870EC4 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 60222197B0E9A295D3566DE6 + 78190C283B5A536BF921599A containerPortal - 6118E734FC45DA15816BCADF + 65B7CDC446E744AF31F93987 isa PBXContainerItemProxy proxyType 1 remoteGlobalIDString - F5DF2B105B7D55FACB239AE3 + 988B566FD99333D7E7B64D9E remoteInfo - Pods-Bolts + Pods-INTULocationManager - 60725F95DF0B51DC6FE4DA2A + 786B2232CC0F6AED863DFDE2 - fileRef - FD8F2675490E4687DF544E49 + explicitFileType + archive.ar + includeInIndex + 0 isa - PBXBuildFile + PBXFileReference + path + libPods-AFNetworking.a + sourceTree + BUILT_PRODUCTS_DIR - 608644E00034C090F5B8EBFB + 7970AB8A7D305E75E4E72E7D includeInIndex 1 @@ -3564,75 +3843,67 @@ lastKnownFileType sourcecode.c.objc name - Bolts.m + View+MASAdditions.m path - Bolts/Common/Bolts.m + Masonry/View+MASAdditions.m sourceTree <group> - 6118E734FC45DA15816BCADF + 798211521E19DCA1F2A121DB - attributes - - LastUpgradeCheck - 0510 - - buildConfigurationList - 982FB14B6F886BE7E4A4ED13 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions + buildConfigurations - en + 36256D4F6D11E1EE2DB407D7 + 1B0B8670DA0D7D45848F6D89 - mainGroup - 8E152034CEA72CE0894CC326 - productRefGroup - C206CC8730ACDC55872931CC - projectDirPath - - projectReferences - - projectRoot - - targets + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 7D99FA303B16867974DD4C2C + + buildActionMask + 2147483647 + files - 579955E95AF3D22446670796 - 9BE12F2F0D92D3487E586044 - F02694B9579E71CD06FABAD1 - F5DF2B105B7D55FACB239AE3 - D606DC287C74CA013E4859A9 - 44B9A8F6BD0F1E0DB4FAA1BB - 8FDFABC2334238C3E291D229 - 96F0594F895DA3787DBE2789 - C18567EFF66757B06557E045 + E9FC8AD492C421942AA7E4D1 + 3175368D7861BBFB1A846727 + 46BE4303616CD5CC9412AC5D + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 7DA495937CA7B371C74B15FE + + fileRef + AA051E9B68D6077863B870B6 + isa + PBXBuildFile - 61A5004EB9996AF4BB6B9E89 + 7ED18F46A0B146711BF6DD7A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - JSONModelClassProperty.m + AFURLSessionManager.h path - JSONModel/JSONModel/JSONModelClassProperty.m + AFNetworking/AFURLSessionManager.h sourceTree <group> - 61F62BD1B27D095EF382D03A + 7EF78CCC34FD675FC91BF9B5 fileRef - B01D6DC71B7A753C071C7A1C + C2EF2C913F227B08FFE419FE isa PBXBuildFile settings @@ -3641,80 +3912,117 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 64BD1476C5888F22EF180D29 + 801D84422ADED05B12ACB6E9 + fileRef + 9CAEA23E02CFE684F499411E isa - PBXTargetDependency - name - Pods-JSONModel - target - 44B9A8F6BD0F1E0DB4FAA1BB - targetProxy - CAAFCF7058FBF54B846EBE2A + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 64BF1086DE341D67DB12177E + 8055D5E1309664F561EEEC13 - includeInIndex - 1 - isa + baseConfigurationReference + DEB91411F598F5CC8FE4778A + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 81DF29C0BF7CF5A722A2770A + + includeInIndex + 1 + isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSObject+BKBlockExecution.m + MASConstraint+Private.h path - BlocksKit/Core/NSObject+BKBlockExecution.m + Masonry/MASConstraint+Private.h sourceTree <group> - 651470D0BACA5DC61AE65D59 - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - 6531521483AA59217637C174 + 823594B050AAB3D0F4C0F555 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - BFURL_Internal.h + MASViewConstraint.m path - Bolts/iOS/BFURL_Internal.h + Masonry/MASViewConstraint.m sourceTree <group> - 6568D94DD6C798470D190B51 + 8249B5178C5E5CAD26FFAA48 - buildActionMask - 2147483647 - files - - 830C874F827F01E01D3423A1 - + fileRef + B0CD6382CD0C5FF7216112A1 isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXBuildFile - 6598C698C314A173AF5C2969 + 82AF5EE42C43DCC7E5FE17CF - fileRef - 86D1F1E6EFF567C74D1B77CA + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-Bolts-dummy.m + sourceTree + <group> - 65BDFCCB9C9BFD16E994BFFB + 82BD842904CBFFBE4C4D96EE includeInIndex 1 @@ -3723,97 +4031,68 @@ lastKnownFileType sourcecode.c.h name - NSSet+BlocksKit.h + BlocksKit+MessageUI.h path - BlocksKit/Core/NSSet+BlocksKit.h + BlocksKit/BlocksKit+MessageUI.h sourceTree <group> - 661D08815488D5F1E88E2337 + 83EF4A897D1433A532B4B9EF - fileRef - 2544247A515F344A1F788698 + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + JSONModel+networking.m + path + JSONModel/JSONModelNetworking/JSONModel+networking.m + sourceTree + <group> - 6643C25F1642E974A5DAD18D + 84240B651B236A70CA10FD3F fileRef - 2C8A923FA5A2BDBEA911BFA8 + 21E6FF19607FFC961BCE61CB isa PBXBuildFile - 685555D43713208FE5887AA7 + 84A8801295549C3F0AA4C4A9 fileRef - DA5F37EC0B909C30A83251B1 + 21E6FF19607FFC961BCE61CB isa PBXBuildFile - 6875A7560FB1733F98C6F4F8 + 84C462B1943C71B2511DC800 - includeInIndex - 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + wrapper.framework name - UITextField+BlocksKit.h + Security.framework path - BlocksKit/UIKit/UITextField+BlocksKit.h + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Security.framework sourceTree - <group> + DEVELOPER_DIR - 68B117FA6C4B1FAFDE661039 + 85071285539ABA8CC01C7646 children - 552EA2D01CA0FF643664DA63 - CD018C1C090795051F68BCE1 - ADF4160B15A9F30A8306C068 - 270DD996ADCFAA78756BDEF5 - B4CBC3F6AB42580AEE55B1B8 - CA35EBB633885B5393BA8D43 - 0AEF508CC46CE9A941AC4E9E - 5596704E17549DA34073D8A3 - 47A21167937B2BD77DADD5DF - 4350AC676491709A43A21E54 - A5ADA09BD1F1ABF82B1E4FB3 - 5B6E723AB1C879E905E6BEC5 + E3AA8CB2C4F67C55D83A9191 isa PBXGroup name - DynamicDelegate + Targets Support Files sourceTree <group> - 69461EE39460DE98A3F81770 - - fileRef - A9BB9066F2DFD446D0CB951D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 6A4B64B9CB95E6D382AC6ED0 - - fileRef - ADF4160B15A9F30A8306C068 - isa - PBXBuildFile - - 6AB83A85076648AD617D5137 + 85283F7DDC4F2BB5F5512AAB includeInIndex 1 @@ -3822,13 +4101,20 @@ lastKnownFileType sourcecode.c.h name - UIView+WebCacheOperation.h + BFURL_Internal.h path - SDWebImage/UIView+WebCacheOperation.h + Bolts/iOS/BFURL_Internal.h sourceTree <group> - 6AED5DDDD0915B104C031CEB + 86FA1671D62489368A0AF048 + + fileRef + 81DF29C0BF7CF5A722A2770A + isa + PBXBuildFile + + 8789B1516FE6CB4716D27344 includeInIndex 1 @@ -3837,93 +4123,112 @@ lastKnownFileType sourcecode.c.h name - MASConstraint.h + UIWebView+BlocksKit.h path - Masonry/MASConstraint.h + BlocksKit/UIKit/UIWebView+BlocksKit.h sourceTree <group> - 6B2A6B8C6B59C3E17A14B46D + 881C9B33D07D210AE06FFFE8 + + buildActionMask + 2147483647 + files + + B5D04D8F98D50742B585991E + 347DB5245E8125272C6E627F + D069A2324889F41BEB8070B3 + 801D84422ADED05B12ACB6E9 + 2DE6CF38041249BA7412C25C + 4C2BCE79ACF5F006FB115B69 + A636D3CB26F9297279AB1155 + B99067D522E78DB0B76A0BE0 + DD066C6836E91B42B3FA806C + 982E5A9088E88FD593D48C0A + D6886C7462D0FCE9323D19D6 + D32DAC78985110F350C68F71 + 577A586D5F1D078684E16626 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 88A0A28D29EA96F02F617F1C + + fileRef + 459FA6A69900D0FEA5A32896 + isa + PBXBuildFile + + 88AF46D4BBCBBB74B3819FB1 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSMutableDictionary+BlocksKit.m + JSONAPI.h path - BlocksKit/Core/NSMutableDictionary+BlocksKit.m + JSONModel/JSONModelNetworking/JSONAPI.h sourceTree <group> - 6B3A0B1510C31689F8191D9E + 896A678B64FD6A305BAD48C5 + + fileRef + B02BFB6CC63652F6CDC7C6C7 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + 89E8064270B0E273EE88E99A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIGestureRecognizer+BlocksKit.m + NSArray+MASShorthandAdditions.h path - BlocksKit/UIKit/UIGestureRecognizer+BlocksKit.m + Masonry/NSArray+MASShorthandAdditions.h sourceTree <group> - 6B7C754EE55731498DD0A468 + 8A816C815639158F928C9661 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - MASConstraint.m + UIProgressView+AFNetworking.h path - Masonry/MASConstraint.m + UIKit+AFNetworking/UIProgressView+AFNetworking.h sourceTree <group> - 6BDCBEDBC6F6772B9B4C5491 - - fileRef - 6F5505DDCCDA937DC7BF1B1A - isa - PBXBuildFile - - 6BEC1376D5D86AAB1E323361 - - fileRef - AD0344F887FC6EEBBDA4B09D - isa - PBXBuildFile - - 6C336CA5D8455DEF1E286DC2 + 8B1C5BEEE16C296E2E2F0E5C fileRef - F3A28A1027F57C1B81AC06F1 + 8A816C815639158F928C9661 isa PBXBuildFile - 6C9F65F034126DC3429FAB4E - - isa - PBXTargetDependency - name - Pods-Masonry - target - 8FDFABC2334238C3E291D229 - targetProxy - CAE5CFF3863730218DE72762 - - 6CECC8EB420728719070CE2B + 8B378352E924779511E6FEB2 fileRef - 4350AC676491709A43A21E54 + ADC6C0DEB06380E6B3ED5024 isa PBXBuildFile settings @@ -3932,1358 +4237,206 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 6D0B97F2C21AC1261F0CE7A1 + 8B8D70AECFF86D6D23735AE1 + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference - lastKnownFileType - sourcecode.c.h - name - INTULocationRequestDefines.h path - Source/INTULocationRequestDefines.h + libPods-Masonry.a sourceTree - <group> + BUILT_PRODUCTS_DIR - 6EC3664D521D036C65F33CAC + 8CB1D45C1CAF40EC2DD9F42D fileRef - 59BC6769B664A485A09EABA3 + 384C1C51A2A4F57653C1260F isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 6F5505DDCCDA937DC7BF1B1A + 8CB33BC80483DE65BFC27201 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - SDWebImageCompat.h + UIGestureRecognizer+BlocksKit.m path - SDWebImage/SDWebImageCompat.h + BlocksKit/UIKit/UIGestureRecognizer+BlocksKit.m sourceTree <group> - 70A86A67FEFE614DF1833E61 + 8CD76DE605FDCE09A3FDBAD9 children - 54C0321D031A0C9A77346B31 - A3BF58647708D82D86EFD4F2 - 496BE3428D683F64475AB042 - 19962BB4D6F12F011B4C3681 + A5337AB17B22DF27300D782D + 2F79EC045AD8E27BDB3B4545 + AA051E9B68D6077863B870B6 + 0CA9B0CF2E0C7E1B735DD100 isa PBXGroup name Support Files path - ../Target Support Files/Pods-SDWebImage + ../Target Support Files/Pods-JSONModel sourceTree <group> - 7113E20A0CA9E669FAED53F0 + 8D60A6334F59269A57165C7E - fileRef - 515A49A0440612819FC347CA + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImageView+AFNetworking.m + path + UIKit+AFNetworking/UIImageView+AFNetworking.m + sourceTree + <group> - 71A11A4929137F9D8BEED0F3 + 8D68C087A384A01568BDD1E0 fileRef - 10494C38D5B19B2B180C16CE + 04744A27E774D09B064AE541 isa PBXBuildFile - 71A831AFE40108660A137061 - - baseConfigurationReference - 783300DD144D448C2507FBE3 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-Masonry/Pods-Masonry-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 7251F6DAE21728F84E89070E - - fileRef - E29135DD8DEC012C4D12C333 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 72D85169166293BE7018D270 - - fileRef - 2467E22C82CCBCF6B01C311D - isa - PBXBuildFile - - 73159DF42C3037DCFC5175D5 - - fileRef - 07471E0463919470AE8E675F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 73EBA19E636E376E5C4676D2 - - fileRef - BF6B835D1F4FED9C85DA86C9 - isa - PBXBuildFile - - 7426AD39FFE2B30F1EDD4053 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - MASConstraintMaker.h - path - Masonry/MASConstraintMaker.h - sourceTree - <group> - - 74BCC055F59F29950EC9436E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+MultiFormat.m - path - SDWebImage/UIImage+MultiFormat.m - sourceTree - <group> - - 750A311E65FE1B9D83646D78 - - fileRef - 7895C96095E7EB0F47432970 - isa - PBXBuildFile - - 750B0AEEE7C168A01A6919A8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSObject+BKAssociatedObjects.m - path - BlocksKit/Core/NSObject+BKAssociatedObjects.m - sourceTree - <group> - - 75D0D6FDA27F9AC0301F0CBC - - fileRef - 65BDFCCB9C9BFD16E994BFFB - isa - PBXBuildFile - - 75F9CDEE923418CB8EFE78DD - - children - - 0D70F21E03D6E20665C45A36 - 5DDBAB40366E9BF71829E6EA - 5250FBDA15A4FFFCB590735E - 5CC4347EBA4A585847A48178 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Pods-JSONModel - sourceTree - <group> - - 763E53010F1A1F9587B1558C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIPopoverController+BlocksKit.m - path - BlocksKit/UIKit/UIPopoverController+BlocksKit.m - sourceTree - <group> - - 7715112EF42949C208E0A9F9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - MASViewAttribute.h - path - Masonry/MASViewAttribute.h - sourceTree - <group> - - 77481A4014034C6A3AF6A09E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIAlertView+AFNetworking.m - path - UIKit+AFNetworking/UIAlertView+AFNetworking.m - sourceTree - <group> - - 77C9BEBF6C794351DBC4AFF1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFAppLinkReturnToRefererController.m - path - Bolts/iOS/BFAppLinkReturnToRefererController.m - sourceTree - <group> - - 78216A746627AA7335631F5F - - baseConfigurationReference - 783300DD144D448C2507FBE3 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-Masonry/Pods-Masonry-prefix.pch - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 783300DD144D448C2507FBE3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-Masonry-Private.xcconfig - sourceTree - <group> - - 783D05DF6F20D4155DE4FD34 - - fileRef - 12DE37E81E4589B5F5E37C80 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 78606E11A79C2D22C9EEAB3C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MASCompositeConstraint.m - path - Masonry/MASCompositeConstraint.m - sourceTree - <group> - - 7895C96095E7EB0F47432970 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIActivityIndicatorView+AFNetworking.h - path - UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h - sourceTree - <group> - - 79586E493BCAECE1C3AB449D - - fileRef - 2243876FEBF90FB0087A463E - isa - PBXBuildFile - - 7983A47E5D4483635129224C - - buildActionMask - 2147483647 - files - - 5D7A3A648A0BA83FEF2C821F - A0EE0A94A7A46CDF5C77EF88 - 4C8DB01A7456ECB0D13F412A - 42DB898A9669340EC4A6B0A4 - EF16D0E350FA26BDCDC8B50E - 2CA14917BB12B695B4E4B9E2 - 2E5C260E175030297F1E07BD - F0E121A5C430C80DF4ADC493 - BC6E7DB3C6AA191EC0B06BDF - 44D2371B986B283635B298C6 - A9B1A1A28CA357CBFEF6D137 - BD2D403FA6C0F8C9C65BF6BD - 79586E493BCAECE1C3AB449D - 73EBA19E636E376E5C4676D2 - 28935D401B1C6738F7F5D4F5 - F9230C41153F85C93F7C2D75 - 854EA045AF96EB95FBAC2267 - 597125B768AB48DAD4299145 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 79F770942D7CADA299A3F91D - - fileRef - 6B3A0B1510C31689F8191D9E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 7A3B458E7AD5D2FBE75BB04D - - children - - 5EBAFC53CF4BF8C8FF4044D9 - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - 7B073DB814BDF1A653A4AD35 - - children - - 23BCE957D1CB75B2842D31E3 - FEBC9EB849B3F23A5EEDA6B4 - DAB913A12243839E12411660 - 9D399FFBA2D20612B2984D70 - CBC72485679C3CBCF7833023 - D76708C4EF957EB4B83F62A2 - - isa - PBXGroup - name - NSURLConnection - sourceTree - <group> - - 7B2DC6BF825AED670115CD97 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-INTULocationManager-prefix.pch - sourceTree - <group> - - 7B4F92448A3EA26141581EF3 - - fileRef - 8937DA6325FC2F445170DDAE - isa - PBXBuildFile - - 7CC209F9FD2920213B49DEE7 - - fileRef - 6B2A6B8C6B59C3E17A14B46D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 7D4011CBA6D3A4DDE936955C - - children - - 572DD56D0E05C7EF43C16B0F - 4424A03B6CFE1576E254D0F7 - 4B227C1E020DD5E73712D6A2 - 50C6B97EA7779FB9A8A6BBD1 - - isa - PBXGroup - name - Serialization - sourceTree - <group> - - 7DD5FCF7CAE41BFC81A7358A - - buildActionMask - 2147483647 - files - - 6BEC1376D5D86AAB1E323361 - A349E50E5E5B518773C62115 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 7E01B60898CA8A366A65E10B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIActionSheet+BlocksKit.m - path - BlocksKit/UIKit/UIActionSheet+BlocksKit.m - sourceTree - <group> - - 7E2305F801BE9A4E83C0F680 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreGraphics.framework - sourceTree - DEVELOPER_DIR - - 7F5726BCE2CFD55FBEAF3CEF - - fileRef - 77481A4014034C6A3AF6A09E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 7FD3C3F033524C7599AA2CBC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIPopoverController+BlocksKit.h - path - BlocksKit/UIKit/UIPopoverController+BlocksKit.h - sourceTree - <group> - - 8070B36C569619E5C4ACF54F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSArray+MASShorthandAdditions.h - path - Masonry/NSArray+MASShorthandAdditions.h - sourceTree - <group> - - 80E2D77DFB1750D3A417910F - - fileRef - EE94ACADAE411D5268B678D2 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 80EEAF80B3C8A84B97FE24B5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDownloaderOperation.h - path - SDWebImage/SDWebImageDownloaderOperation.h - sourceTree - <group> - - 8131ED05CDBF1D3C9CCC9230 - - fileRef - D76708C4EF957EB4B83F62A2 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 81557749F4AA67E153D5CDBA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MASLayoutConstraint.m - path - Masonry/MASLayoutConstraint.m - sourceTree - <group> - - 818C806394E9E5A5DE38E3DD - - fileRef - 4CE9C7F6DAF9B72D5DBF8A0A - isa - PBXBuildFile - - 8237F8FEFE9B7F93CB2C579B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - AFNetworkActivityIndicatorManager.m - path - UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m - sourceTree - <group> - - 823A9F4ADD6CC7AA4E3AB602 - - children - - 48E9DBE4BDED88E2D7E36373 - 14977C31B72CBEAF6251683E - AF8F2D6DA4ECE319BDEF1F40 - 561D42F4DB2E17957868DA75 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Pods-AFNetworking - sourceTree - <group> - - 82546B551737B0A7B59D3817 - - fileRef - 558BF869FB3768D782C51914 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 82736480231E3A814C78D3FB - - buildActionMask - 2147483647 - files - - A77C4D2A07513AA8495D8D3D - CC9EBBF9BCF3E2FC0AFCB110 - A146CC3262A3B9277C7DFC0B - 43CD648B5A11B5C45AF09070 - 6598C698C314A173AF5C2969 - E3B3BE95716D51E5F5A3FE6C - B22D51354933470C8EF4658E - DAA652AE4FA4439237DA6DA0 - C8EFA250AAE56CCA6B542E0F - DD08C9C8A7244748024226DB - 6EC3664D521D036C65F33CAC - 24333F19FAD2AE2B1A186301 - C5151C5EB760564719B26466 - 9135B3689DC15E2C930ABAAA - 0E410603F549AE9D8BB3CBBA - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 82F8D673532F83582EE12C46 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFAppLinkNavigation.m - path - Bolts/iOS/BFAppLinkNavigation.m - sourceTree - <group> - - 830C874F827F01E01D3423A1 - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - 83826AF6A9E655AEF7EB86D1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - JSONKeyMapper.m - path - JSONModel/JSONModelTransformations/JSONKeyMapper.m - sourceTree - <group> - - 83D3C1EDF6ADCD4EF28CCF6B - - children - - A411FCAE0D6C5226A46507B6 - 152B94C101255C5D267BD0FC - 8F985F218B132D9879B00E78 - BB1B8FE99A0355ECBD73243F - DE289CC7314A82693117DA1F - A8522625C372943F285A35F8 - A0AF09B719FE9595EF9BF1F0 - - isa - PBXGroup - name - Pods - path - Target Support Files/Pods - sourceTree - <group> - - 854EA045AF96EB95FBAC2267 - - fileRef - A13BDEFD86F33265E283B9CA - isa - PBXBuildFile - - 85A6B4D21FFB5A88DB9BF162 - - fileRef - 83826AF6A9E655AEF7EB86D1 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 8649A72EA919ECFD82658F94 - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - 867B8A08E8FA36F1F14D15D8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - PulsingHaloLayer.m - path - PulsingHalo/PulsingHaloLayer.m - sourceTree - <group> - - 86873A998058A0C8C4BBC666 - - children - - C6EC91C6685C50F3AE379E50 - 783300DD144D448C2507FBE3 - 32A64B95505347A0E5DF6694 - BE5D67BC6D1000BEE95E550A - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Pods-Masonry - sourceTree - <group> - - 86D1F1E6EFF567C74D1B77CA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDecoder.m - path - SDWebImage/SDWebImageDecoder.m - sourceTree - <group> - - 879C5A384278A7FF4B53F586 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - JSONHTTPClient.m - path - JSONModel/JSONModelNetworking/JSONHTTPClient.m - sourceTree - <group> - - 8834D79E1ACDB60999304C74 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BFAppLinkReturnToRefererView_Internal.h - path - Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h - sourceTree - <group> - - 8861D799B98AE8B2F852467A - - isa - PBXTargetDependency - name - Pods-PulsingHalo - target - 96F0594F895DA3787DBE2789 - targetProxy - B3FBCAEDE43803951B75318C - - 888D628FC608005B347B4CFE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSMutableOrderedSet+BlocksKit.m - path - BlocksKit/Core/NSMutableOrderedSet+BlocksKit.m - sourceTree - <group> - - 8937DA6325FC2F445170DDAE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-INTULocationManager-dummy.m - sourceTree - <group> - - 896022BACF9207ED3FC44EF0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - AFNetworkActivityIndicatorManager.h - path - UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h - sourceTree - <group> - - 8A20BA9FC2DE778AD4E7624A - - fileRef - 97948BCD2C3B6B129FB8BE7B - isa - PBXBuildFile - - 8A26477778EC576F90EA9CA2 - - baseConfigurationReference - DEA9B2AFB6485D63A2FB5A11 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 8A2C1D2A1427FDC0C0873EC3 - - fileRef - 7426AD39FFE2B30F1EDD4053 - isa - PBXBuildFile - - 8A946BB0B9E26B6CF4233184 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BlocksKit+UIKit.h - path - BlocksKit/BlocksKit+UIKit.h - sourceTree - <group> - - 8CAE47C139D5531E449220ED - - fileRef - 9BCEC4ED4215EFCFB5D05DD2 - isa - PBXBuildFile - - 8E00751375AA5F5D7745FC8D - - fileRef - BEDB0893D59FA2CDEB8A4467 - isa - PBXBuildFile - - 8E152034CEA72CE0894CC326 + 8DBFE16ED7939B0173FDDAB8 children - 32364430E2ADF01996017B85 - 7A3B458E7AD5D2FBE75BB04D - 5A665CC840BAA6EE4D4F8829 - C206CC8730ACDC55872931CC - 4A70B93A553CBA9715800667 + 48E47A26BB59F07740D045BB + 1373CFB2861AD894DB8B86D8 + E0869C21136A4394AB2DADD8 + 035EE7F9FB81CAE4424E32A7 + 29A544AE551362D553F13D4B + EAF77C5218A0EAA89205BE17 + 27D601C2B84FD610DAFD1039 + 70B883D2BE05479330E34D88 + ADC6C0DEB06380E6B3ED5024 + E44BAF399D32BBC5E0FE6964 + 8CB33BC80483DE65BFC27201 + A01A227CE12D24239011D7DA + B02BFB6CC63652F6CDC7C6C7 + 35EFFD89BF915F1753E8E4C7 + 5AAD1536F52A543FF9CDAE7A + 8EEFD11687F2B50DC966CA44 + 627591D40D58D4AE0D1EF1E3 + 8E967AFD271738B0ED16DC25 + 6ABF4C71A5ABCEF4525D2B65 + 8789B1516FE6CB4716D27344 + 6CF0EE76050AFB7285DADE7F isa PBXGroup - sourceTree - <group> - - 8F985F218B132D9879B00E78 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-dummy.m - sourceTree - <group> - - 8FC1DACCC17BDF21F9A0B163 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-PulsingHalo.xcconfig - sourceTree - <group> - - 8FDFABC2334238C3E291D229 - - buildConfigurationList - 968BDB7061A35A5684314C1B - buildPhases - - 1A3B71F8C47D659F9EE28ADE - 17DFF2B4926DF535219400B8 - A1097ACB38B191CF29C9E2E7 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-Masonry - productName - Pods-Masonry - productReference - FB7114E9D1CCEC5BB680EFF9 - productType - com.apple.product-type.library.static - - 90E953465511F636D3CBB16F - - fileRef - 4B4EE4F6E480132F9B440BC5 - isa - PBXBuildFile - - 9135B3689DC15E2C930ABAAA - - fileRef - EDA791832CCA5E0910B76444 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 91DCB86E37762E6E29657C92 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h name - MASViewConstraint.h - path - Masonry/MASViewConstraint.h + UIKit sourceTree <group> - 929BCF0136ABF6C807C64842 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-AFNetworking.a - sourceTree - BUILT_PRODUCTS_DIR - - 9346C4DCDD1C603EAE16EEEC + 8DF6BAE3370C613494788367 - includeInIndex - 1 isa PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSObject+BKAssociatedObjects.h - path - BlocksKit/Core/NSObject+BKAssociatedObjects.h - sourceTree - <group> - - 9430F6C99F6471AE598DA211 - - buildConfigurations - - 29680675A7803D2FC57D1623 - E346C05DF27BC7309984C74E - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 956DD12494FE50407732EBA4 - - fileRef - 763E53010F1A1F9587B1558C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - 95EFF0A0DBE7174AB394CFCF - - buildConfigurations - - 4DFDAEDD98043519E909FB2C - F0424EE54E6136742E45135C - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList + lastKnownFileType + wrapper.framework + name + QuartzCore.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework + sourceTree + DEVELOPER_DIR - 96322E470341B9247A69E30B + 8E967AFD271738B0ED16DC25 - children - - 309FE1A5E778F31CF46C168E - FA0552BD92A2480D74333C71 - BEDB0893D59FA2CDEB8A4467 - F6C70179F50E972F3A9154ED - 6F5505DDCCDA937DC7BF1B1A - A9464CFF7F3402A74A831DC6 - 26149256D6B4874481B175AD - 86D1F1E6EFF567C74D1B77CA - 533DF62423CA139804028D26 - E5DF8AA88C6094128B8A561E - 80EEAF80B3C8A84B97FE24B5 - DE30EF1D317C41DBF74FDF75 - 422A1F677F21EF2E53950A1F - 1F87C1C14534F6C96EF07150 - E69FDFB4BF30DFE24A0E75B0 - 353555E6C2E7F26F5B508606 - BD8AF10B04789AA707884938 - 36F3B37D4AC9633B324C8870 - DEC17F0B23CEC210671ED229 - B523682FAF1424ECE70D2E5C - 59BC6769B664A485A09EABA3 - 403590E480A396DBB5442564 - 74BCC055F59F29950EC9436E - 4A052C1C9564212595287A0D - BF858B96D4CE8BE162BAA06E - F32ACBDAD35C5C155AC7EEBD - EDA791832CCA5E0910B76444 - 6AB83A85076648AD617D5137 - C84A4ED86C76B3C2D00A58BE - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.h name - Core + UIView+BlocksKit.h + path + BlocksKit/UIKit/UIView+BlocksKit.h sourceTree <group> - 9647ACC70B7ACA146C02284C + 8EEFD11687F2B50DC966CA44 - children - - 3F00CF7C418CD5F9FD6EAC13 - 3E1DFBC3B964EC830CB2B6C5 - AF2FB2CCF7D02345D2904716 - 441B365487EDEFCB7470311E - 6D0B97F2C21AC1261F0CE7A1 - BBDE5F892FBE4465E9EAEF7A - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.h name - INTULocationManager + UITextField+BlocksKit.h path - INTULocationManager + BlocksKit/UIKit/UITextField+BlocksKit.h sourceTree <group> - 96577B84238EBBDB3BF94C83 + 8FCF102563DA9B7CD8D10EF7 fileRef - CD072A15D96732CF52199FF8 + A87A2556F95D9C9220356A67 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 968BDB7061A35A5684314C1B + 9072B51A1B33DEDB37EAD962 - buildConfigurations - - 71A831AFE40108660A137061 - 78216A746627AA7335631F5F - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release + fileRef + 7ED18F46A0B146711BF6DD7A isa - XCConfigurationList + PBXBuildFile - 96F0594F895DA3787DBE2789 + 9187D5593E300B02AF7F6C55 - buildConfigurationList - C4188BB70621F04AE88D8A70 - buildPhases - - 7DD5FCF7CAE41BFC81A7358A - DBA7FF7B23BA640C9BBD2802 - 15004B2F63A0EBCA8CEAF3E1 - - buildRules - - dependencies - + fileRef + 9E2F0417D674EECDECB5816C isa - PBXNativeTarget - name - Pods-PulsingHalo - productName - Pods-PulsingHalo - productReference - 4EA2B1BF6C6E9CBB04206FA1 - productType - com.apple.product-type.library.static + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - 9762F1CF86DA52CE84B46B2F + 9267A46E19C27C42E4C58A44 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSIndexSet+BlocksKit.h + BFAppLinkTarget.m path - BlocksKit/Core/NSIndexSet+BlocksKit.h + Bolts/iOS/BFAppLinkTarget.m sourceTree <group> - 97948BCD2C3B6B129FB8BE7B + 929FCE1C00D8D4F08C13A9DC + + fileRef + BD1D4212185B278C75C31551 + isa + PBXBuildFile + + 92F600EA53F888767A7DD8B8 includeInIndex 1 @@ -5291,25 +4444,28 @@ PBXFileReference lastKnownFileType sourcecode.c.objc + name + NSObject+A2BlockDelegate.m path - Pods-Bolts-dummy.m + BlocksKit/DynamicDelegate/NSObject+A2BlockDelegate.m sourceTree <group> - 979EEEEE01B08E6BB6C92B0E + 92FB844F9226D409F1896C35 + fileRef + 8789B1516FE6CB4716D27344 isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - ImageIO.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/ImageIO.framework - sourceTree - DEVELOPER_DIR + PBXBuildFile - 97F033D13F87B491C5674A79 + 9416E4B5BAC9D98D851F6163 + + fileRef + 48DEB574A62F7E1880E9BC86 + isa + PBXBuildFile + + 9491449B3B959E0C832865FC includeInIndex 1 @@ -5318,18 +4474,25 @@ lastKnownFileType sourcecode.c.objc name - UITextField+BlocksKit.m + AFURLSessionManager.m path - BlocksKit/UIKit/UITextField+BlocksKit.m + AFNetworking/AFURLSessionManager.m sourceTree <group> - 982FB14B6F886BE7E4A4ED13 + 94985543F101E0D313E17E22 + + fileRef + 1FCD059BE6A6B69918BE31C3 + isa + PBXBuildFile + + 94C7347CA1E816A11B0C293F buildConfigurations - 35CB645F2394450B08F0D4F4 - 2F803BFB7C0626F553905C33 + 0ECA87024321FB5FDFF00972 + 56F79C90E01ACD1E80AB92E8 defaultConfigurationIsVisible 0 @@ -5338,60 +4501,22 @@ isa XCConfigurationList - 985BB369747A3B6E7BAB5A02 + 95A274430C47F02EF4D96915 - baseConfigurationReference - 1FD22496086E9407C8BFDF27 - buildSettings + fileRef + BFD97E213BC7DC2086DAFDA8 + isa + PBXBuildFile + settings - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Target Support Files/Pods-Bolts/Pods-Bolts-prefix.pch - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - isa - XCBuildConfiguration - name - Release - 986E2571BE0D7998183CA33D + 964FCC9D5DCCA0936C4C1D9B fileRef - B755B0244754BB0B4DA0BCDF + 1910AB8E0EF3D41751C433A6 isa PBXBuildFile settings @@ -5400,14 +4525,22 @@ -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 98932BBE30711A24A241D693 + 96FB4D9D0D7086D1545AD911 - fileRef - CBC72485679C3CBCF7833023 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSArray+JSONModel.h + path + JSONModel/JSONModelCategories/NSArray+JSONModel.h + sourceTree + <group> - 990A2D45F40E8B570462731E + 971A07CDC15A3844CBD9C7DD includeInIndex 1 @@ -5416,34 +4549,27 @@ lastKnownFileType sourcecode.c.h name - UIView+BlocksKit.h + MASUtilities.h path - BlocksKit/UIKit/UIView+BlocksKit.h + Masonry/MASUtilities.h sourceTree <group> - 9A1646074006049174C4115C + 97301A3FE93204A78AC9539C - buildActionMask - 2147483647 - files + buildConfigurations - 2176C16AE534BCB0537AA6B1 - F7ECF7B6CD16136CABBB74B9 + B2C1F21E7EF61D8B476F84A7 + 9DD76A00A8B5C68D6C46C393 - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing + defaultConfigurationIsVisible 0 - - 9A701B0A082AFBC446AAD5C7 - - fileRef - A186EA55D8789FE5911E4A3A + defaultConfigurationName + Release isa - PBXBuildFile + XCConfigurationList - 9B58BA1DF819666F051E8DD6 + 974C7671E80E780F1CB54042 includeInIndex 1 @@ -5452,60 +4578,44 @@ lastKnownFileType sourcecode.c.h name - UIWebView+BlocksKit.h + BFAppLinkTarget.h path - BlocksKit/UIKit/UIWebView+BlocksKit.h + Bolts/iOS/BFAppLinkTarget.h sourceTree <group> - 9B5C09A3759C19F9BA2F17DF - - fileRef - 45F18281879EE11463DF2707 - isa - PBXBuildFile - - 9B6B4A38A70588815AD698D3 - - fileRef - AF2FB2CCF7D02345D2904716 - isa - PBXBuildFile - - 9B80FA6445E21259D67FD9A8 + 982E5A9088E88FD593D48C0A fileRef - 0263AF98E94FE9908F21EEBA + B3A19DED2644CC65C284E386 isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - 9BCEC4ED4215EFCFB5D05DD2 + 983B3FFCDBBA9E5CAF38329E isa - PBXFileReference - lastKnownFileType - wrapper.framework + PBXTargetDependency name - QuartzCore.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework - sourceTree - DEVELOPER_DIR + Pods-PulsingHalo + target + 6EB5C13ACCB829D1A607509C + targetProxy + A91658FF7DCFD17659DAB3E4 - 9BE12F2F0D92D3487E586044 + 988B566FD99333D7E7B64D9E buildConfigurationList - 95EFF0A0DBE7174AB394CFCF + 94C7347CA1E816A11B0C293F buildPhases - E435725AA6913809286508AB - F9BD6049D4F83DA2372319AC - 4A72FCA891D583B83A21F3D5 + 0D86FA1DB3E8476BEB914E8F + AC4C00713823C13B6AB77522 + 7D99FA303B16867974DD4C2C buildRules @@ -5514,15 +4624,15 @@ isa PBXNativeTarget name - Pods-AFNetworking + Pods-INTULocationManager productName - Pods-AFNetworking + Pods-INTULocationManager productReference - 929BCF0136ABF6C807C64842 + 33E8127E8BBAA5E74B4D13D4 productType com.apple.product-type.library.static - 9BE34D8D3D148665787F1B54 + 992F4839BAEF9170E0785245 includeInIndex 1 @@ -5531,68 +4641,91 @@ lastKnownFileType sourcecode.c.objc name - MASViewAttribute.m + UIRefreshControl+AFNetworking.m path - Masonry/MASViewAttribute.m + UIKit+AFNetworking/UIRefreshControl+AFNetworking.m sourceTree <group> - 9C0D8DC6D75C68201C3C928E + 998D3253E8CC119D94EDD90C + + buildConfigurations + + B0DDDE23CC8C4EF2F0BF1041 + 9CFE55D2B08252CB6249B96A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 99A1C416D6C8B33EE2FAD352 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - NSOrderedSet+BlocksKit.h + text.xcconfig path - BlocksKit/Core/NSOrderedSet+BlocksKit.h + Pods-Masonry.xcconfig + sourceTree + <group> + + 99AB94CD8492560802CCE637 + + children + + 21374E41E3B297317C9778FE + A48F1D62B33955FA1F9407D9 + + isa + PBXGroup + name + Security sourceTree <group> - 9D148F9BC390C27CB73CA7B5 + 9A467DA8BDEC6CB969A3074A fileRef - 6B7C754EE55731498DD0A468 + 8DF6BAE3370C613494788367 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - 9D399FFBA2D20612B2984D70 + 9A925D01616018549460CDEF includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFHTTPRequestOperationManager.m + NSArray+BlocksKit.h path - AFNetworking/AFHTTPRequestOperationManager.m + BlocksKit/Core/NSArray+BlocksKit.h sourceTree <group> - 9DC66D1A8C3DD0CAF1CA32A7 + 9CAEA23E02CFE684F499411E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc + name + BFAppLinkReturnToRefererView.m path - Pods-Bolts-prefix.pch + Bolts/iOS/BFAppLinkReturnToRefererView.m sourceTree <group> - 9E84CFA06A4DC0A426A5E1DA + 9CB47401413D8699832C2CB7 includeInIndex 1 @@ -5601,16 +4734,78 @@ lastKnownFileType sourcecode.c.h name - View+MASShorthandAdditions.h + NSObject+A2BlockDelegate.h path - Masonry/View+MASShorthandAdditions.h + BlocksKit/DynamicDelegate/NSObject+A2BlockDelegate.h sourceTree <group> - 9EB730ED285D2A0D0C35588F + 9CFE55D2B08252CB6249B96A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + COPY_PHASE_STRIP + NO + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PREPROCESSOR_DEFINITIONS + + RELEASE=1 + + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + STRIP_INSTALLED_PRODUCT + NO + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 9D2A4185801E115C868C799C fileRef - 50C6B97EA7779FB9A8A6BBD1 + 7970AB8A7D305E75E4E72E7D isa PBXBuildFile settings @@ -5619,60 +4814,100 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - A0AF09B719FE9595EF9BF1F0 + 9DD76A00A8B5C68D6C46C393 + + baseConfigurationReference + AA201513E93AB0D38A2DD4DA + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Target Support Files/Pods-Bolts/Pods-Bolts-prefix.pch + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 9E2F0417D674EECDECB5816C includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + NSURLConnection+BlocksKit.m path - Pods.release.xcconfig + BlocksKit/DynamicDelegate/Foundation/NSURLConnection+BlocksKit.m sourceTree <group> - A0EE0A94A7A46CDF5C77EF88 + 9E550D98A8C7C2BE3DFF9AB3 fileRef - 0EF5544002A84E86795BB98F + 21E6FF19607FFC961BCE61CB isa PBXBuildFile - A0F9BCE49ABBEF375C567250 + 9EFEC394A73B8315313C49A7 fileRef - B3B3A879640A6FB7AE712940 + 21374E41E3B297317C9778FE isa PBXBuildFile - A1097ACB38B191CF29C9E2E7 + 9FC863211A8F6CACA63EF61D buildActionMask 2147483647 files - DB468EA44EF686AF9112780B - 393916D6095BBC6230A264DD - E1255E1B8678FE5AF53409F4 - 8A2C1D2A1427FDC0C0873EC3 - B8F8F83B9B2E013D71B0BFEC - 23184F8E5577C5B25D0AA527 - CCE6BC36396F5C0E164846DC - ED7A5D5E89CEEE184005BEC0 - 3F22883F46D16BECF509C990 - 1C4F887095827396031E9F24 - A3705B6948F109AEF4157D11 - A34194CF642895CDF1611971 - 6643C25F1642E974A5DAD18D - E7BEC35C2F9F915EE35B59ED + 27650C433E96AC6676FCC738 + 1A7AECD3B5E9E51DD90B2DB2 isa - PBXHeadersBuildPhase + PBXSourcesBuildPhase runOnlyForDeploymentPostprocessing 0 - A13BDEFD86F33265E283B9CA + 9FD94D4CD0BBBC7D1C78CAE4 includeInIndex 1 @@ -5681,25 +4916,13 @@ lastKnownFileType sourcecode.c.h name - Bolts.h + BlocksKit.h path - Bolts/Common/Bolts.h + BlocksKit/BlocksKit.h sourceTree <group> - A146CC3262A3B9277C7DFC0B - - fileRef - F6C70179F50E972F3A9154ED - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - A186EA55D8789FE5911E4A3A + A01A227CE12D24239011D7DA includeInIndex 1 @@ -5708,28 +4931,51 @@ lastKnownFileType sourcecode.c.h name - AFNetworking.h + UIImagePickerController+BlocksKit.h path - AFNetworking/AFNetworking.h + BlocksKit/UIKit/UIImagePickerController+BlocksKit.h sourceTree <group> - A1EEF7E2DE4E0924396E9E31 + A11ED65BC78D5D4818F5654E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h + path + Pods-Masonry-prefix.pch + sourceTree + <group> + + A161DD1AAFA6818C57806598 + + fileRef + AA07E17EEB77211681783A8F + isa + PBXBuildFile + + A1BC6885AB8226E7377FC7A0 + + children + + 777D7A605899E33842DCCE7C + ACA8E6B9D1FDDBD2DD5304F6 + 2CC38DF8D7F49C3D17117035 + 4FAE4B93CD398889920AA398 + + isa + PBXGroup name - JSONModelError.m + Support Files path - JSONModel/JSONModel/JSONModelError.m + ../Target Support Files/Pods-BlocksKit sourceTree <group> - A22226BB1FC9C005A23D73E0 + A1D6025A61D0AAC3C213CFDF includeInIndex 1 @@ -5738,20 +4984,40 @@ lastKnownFileType sourcecode.c.objc name - BFAppLinkTarget.m + A2BlockInvocation.m path - Bolts/iOS/BFAppLinkTarget.m + BlocksKit/DynamicDelegate/A2BlockInvocation.m sourceTree <group> - A2B91C7F5E47037E98261B7B + A26D45EB470A5E392C0819ED fileRef - 094EE26BB30F027A7E9338C0 + 3C04BCBFC049C4FB4CF720F7 isa PBXBuildFile - A314087510CF1CA6FA1E6B33 + A2761F3B7B6452396FD62C32 + + children + + 3AFD8CFC9F006B55A09B29C3 + 71353F8DC2ADAC409BAECBEC + B3B5066669DAE72DE30AB310 + D811FDD40AA0F85DBF275287 + E10E48D5DC780BE095C78060 + 6228C8435445F48830319B7E + + isa + PBXGroup + name + INTULocationManager + path + INTULocationManager + sourceTree + <group> + + A2F8B3E8FD2A1C8B06719FCD includeInIndex 1 @@ -5760,63 +5026,91 @@ lastKnownFileType sourcecode.c.h name - NSInvocation+BlocksKit.h + NSMutableOrderedSet+BlocksKit.h path - BlocksKit/Core/NSInvocation+BlocksKit.h + BlocksKit/Core/NSMutableOrderedSet+BlocksKit.h sourceTree <group> - A3337C5F3AD8382E05886E03 + A30AC7BBB1C5AB05D012C997 - fileRef - A22226BB1FC9C005A23D73E0 + children + + E37D90801F9DB485FAD91785 + DD9A8C5C43649E89F0447031 + 3F32EB25400DDB6FC3228018 + AD331AA38834014E71AA35BC + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXGroup + name + Serialization + sourceTree + <group> - A335AF77D2EAA77FFE0202E1 + A4523833D5C8B4E018F0526A fileRef - 80EEAF80B3C8A84B97FE24B5 + ADE868D43216A60DF3A90DD1 isa PBXBuildFile - A33B3CF273045DED3D1CE080 + A460F7109A5FA9C11B3DFEB2 - fileRef - A5AFB93E16D149B7C3779344 + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + AFURLConnectionOperation.h + path + AFNetworking/AFURLConnectionOperation.h + sourceTree + <group> - A34194CF642895CDF1611971 + A48F1D62B33955FA1F9407D9 - fileRef - A76AD15DC3E1988F860AD813 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + AFSecurityPolicy.m + path + AFNetworking/AFSecurityPolicy.m + sourceTree + <group> - A349E50E5E5B518773C62115 + A500817B4A59FC565D18D8ED fileRef - 867B8A08E8FA36F1F14D15D8 + 92F600EA53F888767A7DD8B8 isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - A36521A97103B2DD613B175C + A5337AB17B22DF27300D782D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-JSONModel.xcconfig + sourceTree + <group> + + A559DF1EB46137F3BB75EA03 includeInIndex 1 @@ -5825,20 +5119,32 @@ lastKnownFileType sourcecode.c.h name - NSMutableOrderedSet+BlocksKit.h + JSONModelLib.h path - BlocksKit/Core/NSMutableOrderedSet+BlocksKit.h + JSONModel/JSONModelLib.h sourceTree <group> - A3705B6948F109AEF4157D11 + A5C890182B97C365AA4F105A + + fileRef + 48E47A26BB59F07740D045BB + isa + PBXBuildFile + + A636D3CB26F9297279AB1155 fileRef - 8070B36C569619E5C4ACF54F + 27919E59D83A164B284ED217 isa PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - A3984C454C845BC031A6C99C + A6B243AFCD4B1B65399A7AD6 includeInIndex 1 @@ -5847,53 +5153,56 @@ lastKnownFileType sourcecode.c.objc name - UIProgressView+AFNetworking.m + MASConstraint.m path - UIKit+AFNetworking/UIProgressView+AFNetworking.m + Masonry/MASConstraint.m sourceTree <group> - A3BF58647708D82D86EFD4F2 + A70DE56B0C777AD70B408F4D includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + NSMutableDictionary+BlocksKit.m path - Pods-SDWebImage-Private.xcconfig + BlocksKit/Core/NSMutableDictionary+BlocksKit.m sourceTree <group> - A3E4E1F75864CFEF3FE79E5F + A7479D879E5C11C27959779E buildActionMask 2147483647 files - DEEC2EEE4E4F859F0A641388 - AAA92C551B9FBC712CABDB47 + AA786725E4376330D9537ABA isa PBXFrameworksBuildPhase runOnlyForDeploymentPostprocessing 0 - A411FCAE0D6C5226A46507B6 + A75F25E585E0F634EA0C502F includeInIndex 1 isa PBXFileReference lastKnownFileType - text + sourcecode.c.h + name + NSInvocation+BlocksKit.h path - Pods-acknowledgements.markdown + BlocksKit/Core/NSInvocation+BlocksKit.h sourceTree <group> - A5ADA09BD1F1ABF82B1E4FB3 + A76D02F8A65B6EB725B4F4E9 includeInIndex 1 @@ -5902,86 +5211,133 @@ lastKnownFileType sourcecode.c.h name - NSURLConnection+BlocksKit.h + UIWebView+AFNetworking.h path - BlocksKit/DynamicDelegate/Foundation/NSURLConnection+BlocksKit.h + UIKit+AFNetworking/UIWebView+AFNetworking.h sourceTree <group> - A5AFB93E16D149B7C3779344 + A87274AA2F06BEB1C6ACB14C + + fileRef + EA1133D1AC208D651F9FA994 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + A87A2556F95D9C9220356A67 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - JSONModelArray.m + NSCache+BlocksKit.h path - JSONModel/JSONModel/JSONModelArray.m + BlocksKit/DynamicDelegate/Foundation/NSCache+BlocksKit.h sourceTree <group> - A5E7A1BDE07E6D766B29DE77 + A91658FF7DCFD17659DAB3E4 - fileRef - A314087510CF1CA6FA1E6B33 + containerPortal + 65B7CDC446E744AF31F93987 isa - PBXBuildFile + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6EB5C13ACCB829D1A607509C + remoteInfo + Pods-PulsingHalo + + A961996165B82E5A8A721ED9 + + isa + PBXTargetDependency + name + Pods-AFNetworking + target + 2E62E433FB1470A1076598A9 + targetProxy + 0C1F09A31291B24EF7D0B631 - A63C1288681A456766DD67D2 + A9DE267DC5AD89520502F93A fileRef - 0D3C53305131A0203D8DE006 + 472E7C50FECC4D16DC2E0158 isa PBXBuildFile - A65186CBD8B90E869F9AF2F8 + AA051E9B68D6077863B870B6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-JSONModel-dummy.m + sourceTree + <group> + + AA07E17EEB77211681783A8F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIActivityIndicatorView+AFNetworking.h + path + UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h + sourceTree + <group> + + AA201513E93AB0D38A2DD4DA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-Bolts-Private.xcconfig + sourceTree + <group> + + AA786725E4376330D9537ABA fileRef - 6D0B97F2C21AC1261F0CE7A1 + 21E6FF19607FFC961BCE61CB isa PBXBuildFile - A67688AA2D749197A8C2B96D + AB315F906086F1E4EE8EB94E fileRef - 97F033D13F87B491C5674A79 + 753A1CC7FFA4208EF559DE0F isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - A714E48C92D471293A0B784A + AB925CEBC2DD24307E1AAEE5 - buildActionMask - 2147483647 - files - - 661D08815488D5F1E88E2337 - DB649C47C36FCCD155BAA0B7 - 0A1094534DEAC366D5FEF754 - DD08DF5D8CC1DE55636C8873 - A3337C5F3AD8382E05886E03 - 986E2571BE0D7998183CA33D - 09DC8E063B40C8274EF9EFC5 - 08E5FA57A1C89117A342059E - 3CF5C7B12F1CCBDBA386C090 - E128132DF3BAFE032228971B - C19995E87EF70A43202F70ED - B5E07C6E1C0723A9FBCA4968 - 8A20BA9FC2DE778AD4E7624A - + fileRef + 21E6FF19607FFC961BCE61CB isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXBuildFile - A76AD15DC3E1988F860AD813 + ABBB3740275E2BFA5F4763A3 includeInIndex 1 @@ -5990,50 +5346,38 @@ lastKnownFileType sourcecode.c.h name - NSLayoutConstraint+MASDebugAdditions.h + NSArray+MASAdditions.h path - Masonry/NSLayoutConstraint+MASDebugAdditions.h + Masonry/NSArray+MASAdditions.h sourceTree <group> - A77C4D2A07513AA8495D8D3D - - fileRef - FA0552BD92A2480D74333C71 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - A7CEE5716752C401804F83A4 + AC4C00713823C13B6AB77522 buildActionMask 2147483647 files - AC46B857CC99CF538F595FF9 + 5AE44626ECD57A6E54477F39 isa PBXFrameworksBuildPhase runOnlyForDeploymentPostprocessing 0 - A7FD5D3E78D4255838BB8AA8 + AC88B1FD458B562156A2A9C1 fileRef - 879C5A384278A7FF4B53F586 + 29A544AE551362D553F13D4B isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - A8522625C372943F285A35F8 + ACA8E6B9D1FDDBD2DD5304F6 includeInIndex 1 @@ -6042,18 +5386,24 @@ lastKnownFileType text.xcconfig path - Pods.debug.xcconfig + Pods-BlocksKit-Private.xcconfig sourceTree <group> - A907EEEB9A51540529AAF567 + AD0CA277DD206DF9C430C7CD - fileRef - 1A767554BA2570EDFCB4A406 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + wrapper.framework + name + MobileCoreServices.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MobileCoreServices.framework + sourceTree + DEVELOPER_DIR - A9464CFF7F3402A74A831DC6 + AD331AA38834014E71AA35BC includeInIndex 1 @@ -6062,32 +5412,13 @@ lastKnownFileType sourcecode.c.objc name - SDWebImageCompat.m + AFURLResponseSerialization.m path - SDWebImage/SDWebImageCompat.m + AFNetworking/AFURLResponseSerialization.m sourceTree <group> - A9527D1E7251C37E4B56B189 - - fileRef - FEBC9EB849B3F23A5EEDA6B4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - A9B1A1A28CA357CBFEF6D137 - - fileRef - 5A4DD4A0DF2D53F550A38CF2 - isa - PBXBuildFile - - A9BB9066F2DFD446D0CB951D + ADC6C0DEB06380E6B3ED5024 includeInIndex 1 @@ -6096,143 +5427,256 @@ lastKnownFileType sourcecode.c.objc name - NSObject+BKBlockObservation.m + UIControl+BlocksKit.m path - BlocksKit/Core/NSObject+BKBlockObservation.m + BlocksKit/UIKit/UIControl+BlocksKit.m sourceTree <group> - AAA92C551B9FBC712CABDB47 + ADE10D099BFA101CBBB36504 fileRef - 979EEEEE01B08E6BB6C92B0E + 9FD94D4CD0BBBC7D1C78CAE4 isa PBXBuildFile - AB19EE30413708291E10F068 + ADE868D43216A60DF3A90DD1 + includeInIndex + 1 isa - PBXTargetDependency + PBXFileReference + lastKnownFileType + sourcecode.c.h name - Pods-INTULocationManager - target - D606DC287C74CA013E4859A9 - targetProxy - 1B243F905735D70161452ECA + NSTimer+BlocksKit.h + path + BlocksKit/Core/NSTimer+BlocksKit.h + sourceTree + <group> - ABF4ACA633AECFB2FD4563F1 + AEAE4EDFFF567AC82B45C74B - children - - 8FC1DACCC17BDF21F9A0B163 - 011DFADA1939E559F683618D - AD0344F887FC6EEBBDA4B09D - 4D3400087321A13FB324F7EB - + includeInIndex + 1 isa - PBXGroup - name - Support Files + PBXFileReference + lastKnownFileType + text.xcconfig path - ../Target Support Files/Pods-PulsingHalo + Pods-PulsingHalo-Private.xcconfig sourceTree <group> - AC46B857CC99CF538F595FF9 + AFCE9EB92A7354117DA46AE7 fileRef - 3790C31AACF796BF77993563 + CBAF12F00EEC0B45A7C2B833 isa PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - AC8014EA7791158E63DF5EF9 + B02BFB6CC63652F6CDC7C6C7 - fileRef - AF8F2D6DA4ECE319BDEF1F40 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImagePickerController+BlocksKit.m + path + BlocksKit/UIKit/UIImagePickerController+BlocksKit.m + sourceTree + <group> + + B0CD6382CD0C5FF7216112A1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + JSONKeyMapper.h + path + JSONModel/JSONModelTransformations/JSONKeyMapper.h + sourceTree + <group> - AC9F4BA876B4BDD8AE94D37E + B0DDDE23CC8C4EF2F0BF1041 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + COPY_PHASE_STRIP + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + ONLY_ACTIVE_ARCH + YES + STRIP_INSTALLED_PRODUCT + NO + isa - PBXTargetDependency + XCBuildConfiguration name - Pods-BlocksKit - target - F02694B9579E71CD06FABAD1 - targetProxy - BA1AA8DBF651EF42E6F2AD9D + Debug - AD0344F887FC6EEBBDA4B09D + B17A232CB6499CF9505D6C0E - includeInIndex - 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + wrapper.framework + name + SystemConfiguration.framework path - Pods-PulsingHalo-dummy.m + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework sourceTree - <group> - - AD2A8DF09C177ACEFF210215 - - fileRef - A36521A97103B2DD613B175C - isa - PBXBuildFile + DEVELOPER_DIR - ADBBFB453956196CF6234430 + B2C1F21E7EF61D8B476F84A7 - fileRef - 05B23CE7E46C517BDBBB92B2 - isa - PBXBuildFile - settings + baseConfigurationReference + AA201513E93AB0D38A2DD4DA + buildSettings - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Target Support Files/Pods-Bolts/Pods-Bolts-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + isa + XCBuildConfiguration + name + Debug - ADF4160B15A9F30A8306C068 + B2DDABDD83D51A4BEF7EC322 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - A2DynamicDelegate.h + UIButton+AFNetworking.m path - BlocksKit/DynamicDelegate/A2DynamicDelegate.h + UIKit+AFNetworking/UIButton+AFNetworking.m sourceTree <group> - AE012D22EC9B38ABC53F13EB + B3204AF1D6FAB915675B9412 fileRef - 0A1CCB1D9C201E7EAEE41A9B + 5FAB845E96C135AFF6E40E54 isa PBXBuildFile - AECDE59C6686685069320FE7 + B3A19DED2644CC65C284E386 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSMutableSet+BlocksKit.h + BFURL.m path - BlocksKit/Core/NSMutableSet+BlocksKit.h + Bolts/iOS/BFURL.m sourceTree <group> - AF2FB2CCF7D02345D2904716 + B3B5066669DAE72DE30AB310 includeInIndex 1 @@ -6247,91 +5691,71 @@ sourceTree <group> - AF8F2D6DA4ECE319BDEF1F40 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-AFNetworking-dummy.m - sourceTree - <group> - - B01D6DC71B7A753C071C7A1C + B407DE4E147BF6FD2A0AFB8A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIBarButtonItem+BlocksKit.m + BKMacros.h path - BlocksKit/UIKit/UIBarButtonItem+BlocksKit.m + BlocksKit/Core/BKMacros.h sourceTree <group> - B051F31091417EB269716F81 - - fileRef - CD018C1C090795051F68BCE1 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - B061E6C30A5EB797C9AD1F9F - - fileRef - 441B365487EDEFCB7470311E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - B0F214BFE714AFF4BFA163BE + B5350CAB630DCF9177262E92 - buildConfigurations + buildActionMask + 2147483647 + files - B65F256AD2946F618FDE48C7 - 985BB369747A3B6E7BAB5A02 + BBD4D36E23691E616027EAB9 + F96633082AEFE8D790AA8B9B + 4BFBCB6A0445FA73660BAD48 + 06677626A27A092123C917AB + 00451DE5DE075980E9158C8D + 95A274430C47F02EF4D96915 + 3C87B57189677F5B49652517 + 60A3276FDDBAEAB11461DE9F + 65C4BD713946B1D81AAA9C5C + BC85CADB1A4832C8B7D8BBCA + 148232F61C67B2DE98960042 + 1347C4873F221D6330879A63 + E204C202A161816819E0822A + 21390F764B0E66A84221B0E0 + A500817B4A59FC565D18D8ED + 1BFE69052392C3DA918EC94A + 536B0DC8080628236F59EE96 + D77AE7E3A952A58C99678947 + 1459DAF674FE19383439ED32 + 430F95830DBC94F2F81CEE4F + BEA378EEFF486E8DF79E7B55 + 38B0919DCE13D5E250059893 + 9187D5593E300B02AF7F6C55 + 71AA0DB334C3DDE613299612 + 4244A28C214C189DDF6DA30F + AC88B1FD458B562156A2A9C1 + B733BB21D7EE4DFDE82DA991 + 8B378352E924779511E6FEB2 + FE8BCBBC8BD40C9C1C52D723 + 896A678B64FD6A305BAD48C5 + 6B500414E572DB8990473797 + 24D47F01C82CC6E74E1FB60E + ECE266053874976ED00A04EE + 54B1B47BC56138FE02EC1127 - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - B12F762F6337879568F13423 - - includeInIndex - 1 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIWebView+AFNetworking.h - path - UIKit+AFNetworking/UIWebView+AFNetworking.h - sourceTree - <group> + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 - B22D51354933470C8EF4658E + B5D04D8F98D50742B585991E fileRef - DE30EF1D317C41DBF74FDF75 + 15770824A1FFA26C2678B8F9 isa PBXBuildFile settings @@ -6340,45 +5764,21 @@ -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - B29BA38A30A81ACF0107EED6 - - fileRef - DBE9FF11F25B5ABEB12F0081 - isa - PBXBuildFile - - B3B3A879640A6FB7AE712940 + B72BAC5074A94458ED5594C3 - includeInIndex - 1 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXTargetDependency name - JSONModel+networking.h - path - JSONModel/JSONModelNetworking/JSONModel+networking.h - sourceTree - <group> - - B3FBCAEDE43803951B75318C - - containerPortal - 6118E734FC45DA15816BCADF - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 96F0594F895DA3787DBE2789 - remoteInfo - Pods-PulsingHalo + Pods-INTULocationManager + target + 988B566FD99333D7E7B64D9E + targetProxy + 78190C283B5A536BF921599A - B49F638DCE576FA786473E12 + B733BB21D7EE4DFDE82DA991 fileRef - 8237F8FEFE9B7F93CB2C579B + 27D601C2B84FD610DAFD1039 isa PBXBuildFile settings @@ -6387,69 +5787,53 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - B4CBC3F6AB42580AEE55B1B8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSCache+BlocksKit.h - path - BlocksKit/DynamicDelegate/Foundation/NSCache+BlocksKit.h - sourceTree - <group> - - B4ECC329A6404DE83AC0D683 + B75A0B90535CBF008635951B + buildActionMask + 2147483647 + files + + 84240B651B236A70CA10FD3F + 588034A3DE6C92C5AB5E029B + isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - SystemConfiguration.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework - sourceTree - DEVELOPER_DIR - - B523682FAF1424ECE70D2E5C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+GIF.h - path - SDWebImage/UIImage+GIF.h - sourceTree - <group> + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 - B58F364377B0AB8D64CB22C7 + B97F28CFB17DCE0446E3AAFA children - 96322E470341B9247A69E30B - 70A86A67FEFE614DF1833E61 + F069254C5D09238667B61BE9 + 3DC99B21408B26018996E98B + AA07E17EEB77211681783A8F + 07420C4F1627DD8236035310 + 237DE58002763ACBAD1E04E4 + C2EF2C913F227B08FFE419FE + EB1908795D1C1DB564CBF3A2 + B2DDABDD83D51A4BEF7EC322 + DB10144BD85D105E918D9F77 + 8D60A6334F59269A57165C7E + 22EDD64EC0643798958CAE19 + 8A816C815639158F928C9661 + 665469E861EB73AFF3B4E664 + 62F2CA0CF1FDD12BEF3A0770 + 992F4839BAEF9170E0785245 + A76D02F8A65B6EB725B4F4E9 + 19A37BCD5EDEEE2AF2FEABCE isa PBXGroup name - SDWebImage - path - SDWebImage + UIKit sourceTree <group> - B5E07C6E1C0723A9FBCA4968 + B99067D522E78DB0B76A0BE0 fileRef - 608644E00034C090F5B8EBFB + FFFEA51341DF39891765426C isa PBXBuildFile settings @@ -6458,10 +5842,10 @@ -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - B65F256AD2946F618FDE48C7 + BA4B99F283178004BF8F9B87 baseConfigurationReference - 1FD22496086E9407C8BFDF27 + ACA8E6B9D1FDDBD2DD5304F6 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -6477,7 +5861,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-Bolts/Pods-Bolts-prefix.pch + Target Support Files/Pods-BlocksKit/Pods-BlocksKit-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -6507,106 +5891,54 @@ name Debug - B7235AF9F664C9A360280501 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - AFNetworkReachabilityManager.h - path - AFNetworking/AFNetworkReachabilityManager.h - sourceTree - <group> - - B742430AF023DDFAFE9FB8A3 - - buildActionMask - 2147483647 - files - - 136220F07BA49EE55C1ECE26 - B061E6C30A5EB797C9AD1F9F - 7B4F92448A3EA26141581EF3 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B755B0244754BB0B4DA0BCDF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFExecutor.m - path - Bolts/Common/BFExecutor.m - sourceTree - <group> - - B819BB2E8EA6A0815BC40D71 + BAC294D1F647099460C41A20 - buildActionMask - 2147483647 - files + buildConfigurations - 093E0A037A378AE6ABE129D2 - 9B6B4A38A70588815AD698D3 - A65186CBD8B90E869F9AF2F8 + F481DC6BA2D39D65DD67AEC7 + EC67942732B2AFAB5D40E30E - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing + defaultConfigurationIsVisible 0 - - B8476E3E027F3DA5F0A1B44D - - includeInIndex - 1 + defaultConfigurationName + Release isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIWebView+BlocksKit.m - path - BlocksKit/UIKit/UIWebView+BlocksKit.m - sourceTree - <group> + XCConfigurationList - B8B6ACAE166E6291B565AD0E + BAD4B1D0E1E4CED563592CF5 fileRef - B523682FAF1424ECE70D2E5C + CFAA507628129358CBC696A2 isa PBXBuildFile - B8DFA1C3048FCA9B95C9A8E9 + BBA4354919FA12FFC56F7481 fileRef - 26750DDD07122EA38B88F570 + 341E2DC58E1172EE1AB3C502 isa PBXBuildFile - B8F8F83B9B2E013D71B0BFEC + BBB9CDA128C29051DAED5DB9 - fileRef - 3F399927B8FCF3FE86B0DAE7 + children + + 767A629BF4D85320AA9F0DD3 + E35A2CF11DC16196EB5FFD52 + 7ED18F46A0B146711BF6DD7A + 9491449B3B959E0C832865FC + isa - PBXBuildFile + PBXGroup + name + NSURLSession + sourceTree + <group> - B99834715DDB05807B455A85 + BBD4D36E23691E616027EAB9 fileRef - 04CB8641BCF69F5189AA027D + A1D6025A61D0AAC3C213CFDF isa PBXBuildFile settings @@ -6615,10 +5947,10 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - B99F7D1F3E553FF01AB5542B + BC19265F42F9A14FCA38776A fileRef - 5596704E17549DA34073D8A3 + 0732F60BCE54E8921E505B49 isa PBXBuildFile settings @@ -6627,27 +5959,41 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - B9FA7B897D39ED56727A7076 + BC3125EA1413A46E6F30ACA8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSLayoutConstraint+MASDebugAdditions.m + path + Masonry/NSLayoutConstraint+MASDebugAdditions.m + sourceTree + <group> + + BC545E0D99E85149874B4ED9 fileRef - 1715E32D05A49D2A23628DF4 + 74296E012B281EB244C6F212 isa PBXBuildFile - BA1AA8DBF651EF42E6F2AD9D + BC85CADB1A4832C8B7D8BBCA - containerPortal - 6118E734FC45DA15816BCADF + fileRef + 2553ADAD57AFBD2149DCC8EA isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - F02694B9579E71CD06FABAD1 - remoteInfo - Pods-BlocksKit + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - BAA3E8FC2A370ADA20E95DE0 + BCB872EDED01BB99EA9B7042 includeInIndex 1 @@ -6656,13 +6002,63 @@ lastKnownFileType sourcecode.c.h name - NSTimer+BlocksKit.h + JSONModelClassProperty.h path - BlocksKit/Core/NSTimer+BlocksKit.h + JSONModel/JSONModel/JSONModelClassProperty.h sourceTree <group> - BB1B8FE99A0355ECBD73243F + BCC1BF84308E2EEE7C36D1E7 + + baseConfigurationReference + ACA8E6B9D1FDDBD2DD5304F6 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Target Support Files/Pods-BlocksKit/Pods-BlocksKit-prefix.pch + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + BD1D4212185B278C75C31551 includeInIndex 1 @@ -6670,15 +6066,17 @@ PBXFileReference lastKnownFileType sourcecode.c.h + name + BFAppLinkResolving.h path - Pods-environment.h + Bolts/iOS/BFAppLinkResolving.h sourceTree <group> - BB27C63F5742C5C8A0AA2EE2 + BEA378EEFF486E8DF79E7B55 fileRef - 64BF1086DE341D67DB12177E + 1A8A5DD0FC5ECEB7C829191E isa PBXBuildFile settings @@ -6687,111 +6085,52 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - BB42753A3C1D9C544B1F5541 + BF427CA55B85B27D23293EC4 - children + buildConfigurationList + 02A23A604E18DBE75223D6B7 + buildPhases - 0A1CCB1D9C201E7EAEE41A9B - 4CE9C7F6DAF9B72D5DBF8A0A - 2AEE38E042D3FABFFBBA79C2 - 1F39D5F9A46D99E6CCAC2798 - F2B7EE5A9DA06B8598DC04DB + CC8AFE718A70FCB42400D39B + 5FAC545FB16C7D65C85D3570 - isa - PBXGroup - name - MessageUI - sourceTree - <group> - - BBA3C959C973DAD98906B057 - - fileRef - DE4B532A08A90B46091E4951 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - BBC2B7581E7BF6E1844FDADC - - fileRef - E1E997F2735F0BFBBE295A6C - isa - PBXBuildFile - - BBCD16A6473E706424D7013A - - fileRef - 572DD56D0E05C7EF43C16B0F - isa - PBXBuildFile - - BBDE5F892FBE4465E9EAEF7A - - children + buildRules + + dependencies - CA78B6D0E396393465E08370 - DEA9B2AFB6485D63A2FB5A11 - 8937DA6325FC2F445170DDAE - 7B2DC6BF825AED670115CD97 + A961996165B82E5A8A721ED9 + 1D641E563C38BDC3A17AA55A + C78C666D56895458FBE98CDF + B72BAC5074A94458ED5594C3 + FB1C6082C5F45A3F4F9C0EA6 + EAAD176402C75C1C223F27E8 + 983B3FFCDBBA9E5CAF38329E isa - PBXGroup + PBXNativeTarget name - Support Files - path - ../Target Support Files/Pods-INTULocationManager - sourceTree - <group> - - BC6E7DB3C6AA191EC0B06BDF - - fileRef - 0419443F7A01862834445E09 - isa - PBXBuildFile + Pods + productName + Pods + productReference + 6AE9C6C381BAE4E7699F5E6B + productType + com.apple.product-type.library.static - BCD0F364A9B87F131E860A9E + BF97F02E39023B5EDEAB29E5 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - JSONModelLib.h + text.script.sh path - JSONModel/JSONModelLib.h - sourceTree - <group> - - BCF9E215F700369B5D3CFD12 - - children - - DA5F37EC0B909C30A83251B1 - 2AA5604E227E2FD77920344F - - isa - PBXGroup - name - Security + Pods-resources.sh sourceTree <group> - BD2D403FA6C0F8C9C65BF6BD - - fileRef - C01232C048C8E38E358389F7 - isa - PBXBuildFile - - BD8AF10B04789AA707884938 + BFD97E213BC7DC2086DAFDA8 includeInIndex 1 @@ -6800,85 +6139,53 @@ lastKnownFileType sourcecode.c.objc name - SDWebImagePrefetcher.m + NSCache+BlocksKit.m path - SDWebImage/SDWebImagePrefetcher.m + BlocksKit/DynamicDelegate/Foundation/NSCache+BlocksKit.m sourceTree <group> - BDAA163694D50EEC33D26DFA + BFF3E0A2CFFFE85798C43287 - children - - 3DE5C225F37BF948B0A541EB - D8ED9AD57565D8FC2304EDC7 - 59618F41899E5C5E024B84E8 - 558BF869FB3768D782C51914 - 4003CE0801923EBD6A094E8E - CD072A15D96732CF52199FF8 - 9762F1CF86DA52CE84B46B2F - 1D9E18C3D365D3FB78F79533 - A314087510CF1CA6FA1E6B33 - BF329C7E4024BBA170C52432 - 4ECACF9BAC71821867935E47 - 0E560872DC7535181F0B2EF2 - 278FD86F15A4BCC78F67D066 - 6B2A6B8C6B59C3E17A14B46D - 4C22048BB7D6AFDD645CB154 - DB4AF060FF70817C109389E4 - A36521A97103B2DD613B175C - 888D628FC608005B347B4CFE - AECDE59C6686685069320FE7 - C05B04E151E7AA96B9424592 - 9346C4DCDD1C603EAE16EEEC - 750B0AEEE7C168A01A6919A8 - 2467E22C82CCBCF6B01C311D - 64BF1086DE341D67DB12177E - 4BF3995A9037B404B5400FDA - A9BB9066F2DFD446D0CB951D - 9C0D8DC6D75C68201C3C928E - 03B2E19C4DA4B3367460CFEB - 65BDFCCB9C9BFD16E994BFFB - ED4DE37D9CB3767A4CC04C8F - BAA3E8FC2A370ADA20E95DE0 - EE791F5F0C05EF394F537438 - + fileRef + 59D195EB47201C6F4DF12512 isa - PBXGroup - name - Core - sourceTree - <group> + PBXBuildFile - BE5D67BC6D1000BEE95E550A + C0B31C7336688E24D2E682CE includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc path - Pods-Masonry-prefix.pch + Pods-dummy.m sourceTree <group> - BEDB0893D59FA2CDEB8A4467 + C19E707285A77723DEDB033E includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - SDImageCache.h + text.xcconfig path - SDWebImage/SDImageCache.h + Pods-Bolts.xcconfig sourceTree <group> - BF329C7E4024BBA170C52432 + C27E80B2B828B84D40D9525E + + fileRef + 19C994C57FFB2E9D5C11FABE + isa + PBXBuildFile + + C2EF2C913F227B08FFE419FE includeInIndex 1 @@ -6887,40 +6194,27 @@ lastKnownFileType sourcecode.c.objc name - NSInvocation+BlocksKit.m + UIAlertView+AFNetworking.m path - BlocksKit/Core/NSInvocation+BlocksKit.m + UIKit+AFNetworking/UIAlertView+AFNetworking.m sourceTree <group> - BF5ED930EA117F93357DB810 + C4AAFD83930809CE1041782C fileRef - 4A373CF10DCBF109A17778D0 + 75145F3380A7D27880FB4441 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - BF6B835D1F4FED9C85DA86C9 + C4ED1A836A26A1BC625F6569 - includeInIndex - 1 + fileRef + 1220455B8ABCF00896521C38 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BFURL.h - path - Bolts/iOS/BFURL.h - sourceTree - <group> + PBXBuildFile - BF858B96D4CE8BE162BAA06E + C553E73CBA03CC98AF65C3D6 includeInIndex 1 @@ -6929,13 +6223,13 @@ lastKnownFileType sourcecode.c.objc name - UIImageView+HighlightedWebCache.m + PulsingHaloLayer.m path - SDWebImage/UIImageView+HighlightedWebCache.m + PulsingHalo/PulsingHaloLayer.m sourceTree <group> - C01232C048C8E38E358389F7 + C6247CDFCA889AAE57F6A282 includeInIndex 1 @@ -6944,20 +6238,31 @@ lastKnownFileType sourcecode.c.h name - BFTask.h + View+MASAdditions.h path - Bolts/Common/BFTask.h + Masonry/View+MASAdditions.h sourceTree <group> - C026D60D0A03EA91A68E02CD + C78C666D56895458FBE98CDF + + isa + PBXTargetDependency + name + Pods-Bolts + target + 657E1D9EE11998314F3B8A5B + targetProxy + 0DD520D9B1E639D6C900F674 + + C7A53580547E391C7E2927F7 fileRef - 4B227C1E020DD5E73712D6A2 + 05B4E7294C036C4EC07D1FE9 isa PBXBuildFile - C05B04E151E7AA96B9424592 + C84E9B8B7BE7037278751CEB includeInIndex 1 @@ -6966,126 +6271,87 @@ lastKnownFileType sourcecode.c.objc name - NSMutableSet+BlocksKit.m + BFAppLinkNavigation.m path - BlocksKit/Core/NSMutableSet+BlocksKit.m + Bolts/iOS/BFAppLinkNavigation.m sourceTree <group> - C1597F01F6E0F8787CC7294D - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - C18567EFF66757B06557E045 + CA44B3A53C2C47FA0384666A - buildConfigurationList - 3CF0F380B9CC6625CEF50F1B - buildPhases - - 82736480231E3A814C78D3FB - A3E4E1F75864CFEF3FE79E5F - CC4AD8C62910A1B43669AA5C - - buildRules - - dependencies - isa - PBXNativeTarget + PBXFileReference + lastKnownFileType + wrapper.framework name - Pods-SDWebImage - productName - Pods-SDWebImage - productReference - E0A1DCFC3F3A625E95C4B9DB - productType - com.apple.product-type.library.static + UIKit.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework + sourceTree + DEVELOPER_DIR - C19995E87EF70A43202F70ED + CA6F684DC7D4431D752BB340 fileRef - 31E3D72FF57E51DDEAFEDFF8 + 5C9BA433EAC26A4670920A58 isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - C206CC8730ACDC55872931CC + CAF8F534F583E0E2C08F3B81 - children - - 4EF75162F23460C3E6118ACA - 929BCF0136ABF6C807C64842 - E9DEB22A2080B42EAE85D48A - FE431FE7B8B19F53D61E0B33 - 372993369437FBDA19079A19 - 071CC1BA2B1B4D3009084264 - FB7114E9D1CCEC5BB680EFF9 - 4EA2B1BF6C6E9CBB04206FA1 - E0A1DCFC3F3A625E95C4B9DB - + includeInIndex + 1 isa - PBXGroup + PBXFileReference + lastKnownFileType + sourcecode.c.h name - Products + MASConstraintMaker.h + path + Masonry/MASConstraintMaker.h sourceTree <group> - C4188BB70621F04AE88D8A70 - - buildConfigurations - - 4F81870BA45B86EF9F5740F8 - EA56B9BA5E64E0C06121CB23 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - C47EB54D29447DBD644DDF6E + CB7498F064AC95A0A72E0F38 children - 49E3DFE05846D2B7513547B6 - 2544247A515F344A1F788698 - 0EF5544002A84E86795BB98F - 82F8D673532F83582EE12C46 - 5153EBA80BD58A9BADE9E2D5 - 02008AB7432958BF61C87526 - 77C9BEBF6C794351DBC4AFF1 - F019186E42B1E125E53CDDEE - 4CE36FDA71AE0FBB792E26C8 - 8834D79E1ACDB60999304C74 - DDB69D9FA9958452D4375591 - A22226BB1FC9C005A23D73E0 - 1032D09CD1C93334D720F9A0 - 0419443F7A01862834445E09 - B755B0244754BB0B4DA0BCDF - 097FDF6DCECFC1F29AFB3631 - FCA38124F4EEA4146A7F4898 - 5A4DD4A0DF2D53F550A38CF2 - C01232C048C8E38E358389F7 - 09B41A348D4239C7A04C88C2 - 2243876FEBF90FB0087A463E - CDC92285717C7BDD89B95B75 - BF6B835D1F4FED9C85DA86C9 - 5D5921DDAB741C7693AEE4D0 - 6531521483AA59217637C174 - 1F404FBD86EF7E28ABD5E3FF - 31E3D72FF57E51DDEAFEDFF8 - A13BDEFD86F33265E283B9CA - 608644E00034C090F5B8EBFB - 372FC70CD8CA852B7F33D12A - F89E808B8D3461202599C5D7 + 565E52F7678003D81DFB3632 + 15770824A1FFA26C2678B8F9 + 341E2DC58E1172EE1AB3C502 + C84E9B8B7BE7037278751CEB + BD1D4212185B278C75C31551 + FA40F719E3A54A7486A6B799 + 6EF1229FF3560B36C49983D9 + 3E74146C3C50724D23683E91 + 9CAEA23E02CFE684F499411E + 48DEB574A62F7E1880E9BC86 + 974C7671E80E780F1CB54042 + 9267A46E19C27C42E4C58A44 + CD72B23950C2FBF3E03456F8 + CFAA507628129358CBC696A2 + D28F9D98E90F190238C1E0EE + 472E7C50FECC4D16DC2E0158 + 27919E59D83A164B284ED217 + 74296E012B281EB244C6F212 + 33E7F48BD83C173025FBF1C3 + FFFEA51341DF39891765426C + 2F8ABEC3EDC4EC2E6C01F2D8 + 3011E9E758F55276A76D3999 + 17A5E7799C175C2457740FF6 + B3A19DED2644CC65C284E386 + 85283F7DDC4F2BB5F5512AAB + 59D195EB47201C6F4DF12512 + E906A665BACA492CAFF46FF2 + 459FA6A69900D0FEA5A32896 + 4AAE956A27C7EF3B5055C7B6 + EEDE433846D49CAB2292CA41 + FDC3E2BBE8E8B3CA5B194502 isa PBXGroup @@ -7096,29 +6362,7 @@ sourceTree <group> - C4BA309B51C3663700E1FB13 - - children - - A186EA55D8789FE5911E4A3A - 7B073DB814BDF1A653A4AD35 - 22D04341354E1EDD5445FF66 - 2EE902B83F6271106CD8B67C - BCF9E215F700369B5D3CFD12 - 7D4011CBA6D3A4DDE936955C - 823A9F4ADD6CC7AA4E3AB602 - F7E3C1888BDDD597A48592C7 - - isa - PBXGroup - name - AFNetworking - path - AFNetworking - sourceTree - <group> - - C4C6DA4EF8AE0F848D53E896 + CBAF12F00EEC0B45A7C2B833 includeInIndex 1 @@ -7127,143 +6371,95 @@ lastKnownFileType sourcecode.c.objc name - UIAlertView+BlocksKit.m + JSONHTTPClient.m path - BlocksKit/UIKit/UIAlertView+BlocksKit.m + JSONModel/JSONModelNetworking/JSONHTTPClient.m sourceTree <group> - C4D13BF6BD251F1AE50D2638 - - fileRef - AECDE59C6686685069320FE7 - isa - PBXBuildFile - - C4EF5D832CD38C718605E543 + CC8AFE718A70FCB42400D39B buildActionMask 2147483647 files - EA7FD648CC4A3A53E915269D - 6A4B64B9CB95E6D382AC6ED0 - 32A44476FBC469620C4BCA65 - AE012D22EC9B38ABC53F13EB - 10EA9289CBD4FB9E10AAB113 - 3203EBE38CEBC6C656199F18 - 818C806394E9E5A5DE38E3DD - 075CD477962D2471254B3CF0 - C592ADA005760A1A254C735F - 0A956F573F0FE255BCCD7B69 - EDB8D48EEFED308858A19A68 - 1461BDEC81C43FCEEFA4BA02 - A5E7A1BDE07E6D766B29DE77 - EE67EE8D182FA13BDD0EB935 - EB7360193759090AF2205B84 - 37FD6A204A64269EE38E1E01 - AD2A8DF09C177ACEFF210215 - C4D13BF6BD251F1AE50D2638 - C57BE5653413BEE7C992BF9A - 2B17AC6CEF635F80BB7AAE26 - E648A096073AFF5A711A3F45 - 72D85169166293BE7018D270 - 28C4EE67CB4C5E43882E9230 - 5D2D65FD367D1E324D426891 - 75D0D6FDA27F9AC0301F0CBC - D9DDE08B2B520C803BD9C7B0 - F861CF70913FD176860B7AD9 - A907EEEB9A51540529AAF567 - EEAB710A8DB2CB740DC9A722 - E75FAF11A22345E294587B5A - FEAE2872288981D9E7F3448B - 3E7CA9A2E2CC90CDACC42B03 - B9FA7B897D39ED56727A7076 - DBBE7264EEF0DE14E29428D6 - E7F49813DC805A26F0BD580A - D818F4D2C9B3ECFE64DD15FB - 44CBA253C7BF175F7CA44CEE + FE410B9C3CA63AFA0D45E0B0 isa - PBXHeadersBuildPhase + PBXSourcesBuildPhase runOnlyForDeploymentPostprocessing 0 - C5151C5EB760564719B26466 - - fileRef - BF858B96D4CE8BE162BAA06E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - C57BE5653413BEE7C992BF9A + CCD363874FDD4CD61998150E fileRef - 0AEF508CC46CE9A941AC4E9E + AD0CA277DD206DF9C430C7CD isa PBXBuildFile - C592ADA005760A1A254C735F + CCF019C6E4EF12C62D1ACA6A - fileRef - 59618F41899E5C5E024B84E8 - isa - PBXBuildFile - - C5CE1306915E4B42E3E64220 - - fileRef - 36F3B37D4AC9633B324C8870 + buildActionMask + 2147483647 + files + + F6B612541BA0D22871796B45 + AB925CEBC2DD24307E1AAEE5 + CCD363874FDD4CD61998150E + 22781F52A8FFBD4E4CD34513 + 60E0F2F0AF008D77DC5DF634 + isa - PBXBuildFile + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 - C63649EBA7C346B10782CC0D + CD72B23950C2FBF3E03456F8 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.h + name + BFAppLink_Internal.h path - Pods-BlocksKit-Private.xcconfig + Bolts/iOS/BFAppLink_Internal.h sourceTree <group> - C6EC91C6685C50F3AE379E50 + CD9B298D6AF7B5F7A8765696 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + MASConstraintMaker.m path - Pods-Masonry.xcconfig + Masonry/MASConstraintMaker.m sourceTree <group> - C6F7EFD58E610843317B8E3E + CE2343F678DB0EC9A9D20835 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - NSArray+MASAdditions.h + NSArray+MASAdditions.m path - Masonry/NSArray+MASAdditions.h + Masonry/NSArray+MASAdditions.m sourceTree <group> - C7EA3107718DB0C6968B2AE1 + CFAA507628129358CBC696A2 includeInIndex 1 @@ -7272,78 +6468,90 @@ lastKnownFileType sourcecode.c.h name - NSArray+JSONModel.h + BFExecutor.h path - JSONModel/JSONModelCategories/NSArray+JSONModel.h + Bolts/Common/BFExecutor.h sourceTree <group> - C80693B40360C9643BDA2DF3 + D04EE2BA992B8A5E59160773 - children + fileRef + 237DE58002763ACBAD1E04E4 + isa + PBXBuildFile + + D069A2324889F41BEB8070B3 + + fileRef + 6EF1229FF3560B36C49983D9 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + D0BAD38530FB2ECD43ECA924 + + buildActionMask + 2147483647 + files - 07DFB5074E121260030E90D4 - 78606E11A79C2D22C9EEAB3C - 6AED5DDDD0915B104C031CEB - 6B7C754EE55731498DD0A468 - D05B05E3EEDA81258E663ACA - 7426AD39FFE2B30F1EDD4053 - 5103C35705D3DB6249CD363C - 3F399927B8FCF3FE86B0DAE7 - 81557749F4AA67E153D5CDBA - 20608617AE4F8F43B20BFE10 - 7715112EF42949C208E0A9F9 - 9BE34D8D3D148665787F1B54 - 91DCB86E37762E6E29657C92 - E5CAC0B7D7FD107411DF95A5 - FFF1E48DA3B8DBB0EF924B09 - C6F7EFD58E610843317B8E3E - 27A3670C6885CC7F1335B146 - 8070B36C569619E5C4ACF54F - A76AD15DC3E1988F860AD813 - CD5D156293E4D0E8917BF7A9 - 2C8A923FA5A2BDBEA911BFA8 - 5CA5D10A38DC167A27D78E9E - 9E84CFA06A4DC0A426A5E1DA - 86873A998058A0C8C4BBC666 + 671DCABA2EA988724C37DFD5 isa - PBXGroup + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + D0E1FA3DC8EFEC9397AC2635 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc name - Masonry + MASLayoutConstraint.m path - Masonry + Masonry/MASLayoutConstraint.m sourceTree <group> - C84A4ED86C76B3C2D00A58BE + D0F42AD475AC68418A3ACB51 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIView+WebCacheOperation.m + NSURLConnection+BlocksKit.h path - SDWebImage/UIView+WebCacheOperation.m + BlocksKit/DynamicDelegate/Foundation/NSURLConnection+BlocksKit.h sourceTree <group> - C8EFA250AAE56CCA6B542E0F + D1105D2668A4B9ED8854B625 - fileRef - BD8AF10B04789AA707884938 + children + + F03855D1DC8A469DD9AF8B37 + 26E3657E4B51AB5534BFA0C5 + 2E0CBD2A4965ED7281C0CC8B + 171109B43FB8E3D8F7FB98A4 + 85071285539ABA8CC01C7646 + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXGroup + sourceTree + <group> - CA35EBB633885B5393BA8D43 + D162F50ECDBA5567137C762C includeInIndex 1 @@ -7351,209 +6559,166 @@ PBXFileReference lastKnownFileType sourcecode.c.objc - name - NSCache+BlocksKit.m path - BlocksKit/DynamicDelegate/Foundation/NSCache+BlocksKit.m + Pods-AFNetworking-dummy.m sourceTree <group> - CA78B6D0E396393465E08370 + D16D8D35EE0EB24E5A2439A1 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + MessageUI.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MessageUI.framework + sourceTree + DEVELOPER_DIR + + D1B3FC7F86CFAF98242F0D60 + + fileRef + 719FC94B3BB4C0BFF585E9DE + isa + PBXBuildFile + + D28F9D98E90F190238C1E0EE includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.objc + name + BFExecutor.m path - Pods-INTULocationManager.xcconfig + Bolts/Common/BFExecutor.m sourceTree <group> - CAAFCF7058FBF54B846EBE2A + D32DAC78985110F350C68F71 - containerPortal - 6118E734FC45DA15816BCADF + fileRef + 4AAE956A27C7EF3B5055C7B6 isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 44B9A8F6BD0F1E0DB4FAA1BB - remoteInfo - Pods-JSONModel + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - CAE5CFF3863730218DE72762 + D3C587F106B40D8B741D73A6 - containerPortal - 6118E734FC45DA15816BCADF + fileRef + 3DA038DC4B9709ED8EA4FD5D isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 8FDFABC2334238C3E291D229 - remoteInfo - Pods-Masonry + PBXBuildFile - CBA0C70F8EBD03CA71BBFDA9 + D42E62E6F0C272CD2AF9858B fileRef - CA35EBB633885B5393BA8D43 + 62B04B66DB698C570E114FAC isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - CBC72485679C3CBCF7833023 + D483D4A329EEE052A23AB5FC - includeInIndex - 1 + fileRef + FA40F719E3A54A7486A6B799 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - AFURLConnectionOperation.h - path - AFNetworking/AFURLConnectionOperation.h - sourceTree - <group> + PBXBuildFile - CC4AD8C62910A1B43669AA5C + D4C50411A0F937E146FD6ACC - buildActionMask - 2147483647 - files - - 0987104CF4ADE1814BDEE259 - 8E00751375AA5F5D7745FC8D - 6BDCBEDBC6F6772B9B4C5491 - 3F144009E272CEF9283168D6 - CCE10DE77CED0420754C3D5F - A335AF77D2EAA77FFE0202E1 - F0F52BFAE5E50ED1DA65FD89 - 52F62226E6A476122F9DC5BD - D545658E7069707C75D6A9DF - C5CE1306915E4B42E3E64220 - B8B6ACAE166E6291B565AD0E - 5B4ED1475078575E3205E8B8 - DBA7EEFD784681E71007B6EB - 5AE0A077E5264D36A17F8632 - 3997FBAF3C0840A24CBFA85E - + fileRef + 71353F8DC2ADAC409BAECBEC isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - CC6C31BF2CB621A8648CD25E + D594A656F58D49268BAA23B8 children - 45F18281879EE11463DF2707 - E29135DD8DEC012C4D12C333 - 3273F1C71DC3B3371D45E497 - 879C5A384278A7FF4B53F586 - F3A28A1027F57C1B81AC06F1 - 83826AF6A9E655AEF7EB86D1 - D6B03FCEBD14D5AE58C650F7 - 12DE37E81E4589B5F5E37C80 - B3B3A879640A6FB7AE712940 - 152EC5F40A438C32C353C342 - CED53303212428A102AAF05C - A5AFB93E16D149B7C3779344 - 0D3C53305131A0203D8DE006 - 61A5004EB9996AF4BB6B9E89 - 054FA78887EAE6AFB60244AF - A1EEF7E2DE4E0924396E9E31 - BCD0F364A9B87F131E860A9E - FD8F2675490E4687DF544E49 - EE94ACADAE411D5268B678D2 - C7EA3107718DB0C6968B2AE1 - 5A319A1C2C3B84875638CB3B - 75F9CDEE923418CB8EFE78DD + 82BD842904CBFFBE4C4D96EE + 5FAB845E96C135AFF6E40E54 + 3524A1601F51FDB7BB31DB74 + 08FD2980D98C8CC64140A53B + DB4F1CD802E0810AB111F79C isa PBXGroup name - JSONModel - path - JSONModel + MessageUI sourceTree <group> - CC9EBBF9BCF3E2FC0AFCB110 + D5A41CFCD2263FF8571304BB fileRef - 496BE3428D683F64475AB042 + 9CB47401413D8699832C2CB7 isa PBXBuildFile - CCE10DE77CED0420754C3D5F + D60E8AC8EF31743C17F5A44A fileRef - 533DF62423CA139804028D26 + D162F50ECDBA5567137C762C isa PBXBuildFile - CCE6BC36396F5C0E164846DC + D63DA3E0A1FBE11DE15D2970 fileRef - 7715112EF42949C208E0A9F9 + CD72B23950C2FBF3E03456F8 isa PBXBuildFile - CD018C1C090795051F68BCE1 + D6886C7462D0FCE9323D19D6 - includeInIndex - 1 + fileRef + E906A665BACA492CAFF46FF2 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - A2BlockInvocation.m - path - BlocksKit/DynamicDelegate/A2BlockInvocation.m - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - CD072A15D96732CF52199FF8 + D75A8D3CA06F1DB3884E4E2B - includeInIndex - 1 + fileRef + DB10144BD85D105E918D9F77 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSDictionary+BlocksKit.m - path - BlocksKit/Core/NSDictionary+BlocksKit.m - sourceTree - <group> + PBXBuildFile - CD5D156293E4D0E8917BF7A9 + D77AE7E3A952A58C99678947 - includeInIndex - 1 + fileRef + 41EFD0BBC09072101CFDDA1E isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSLayoutConstraint+MASDebugAdditions.m - path - Masonry/NSLayoutConstraint+MASDebugAdditions.m - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - CDC92285717C7BDD89B95B75 + D811FDD40AA0F85DBF275287 includeInIndex 1 @@ -7562,28 +6727,71 @@ lastKnownFileType sourcecode.c.objc name - BFTaskCompletionSource.m + INTULocationRequest.m path - Bolts/Common/BFTaskCompletionSource.m + Source/INTULocationRequest.m sourceTree <group> - CDF5224EF355976067B86C0A + D85820FC15AE074BD0B0E011 + + fileRef + 823594B050AAB3D0F4C0F555 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + D92379F0968F632A926E2FDB + + fileRef + 312E8C063C3532AF913BC0BB + isa + PBXBuildFile + + D965FE22FA68342E08378713 + + fileRef + 19A37BCD5EDEEE2AF2FEABCE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + DA36C211F8B0E528A0ACFC90 + + fileRef + 665469E861EB73AFF3B4E664 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + DAC091820697D6E972A2E6DC includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIControl+BlocksKit.h + NSArray+BlocksKit.m path - BlocksKit/UIKit/UIControl+BlocksKit.h + BlocksKit/Core/NSArray+BlocksKit.m sourceTree <group> - CED53303212428A102AAF05C + DB10144BD85D105E918D9F77 includeInIndex 1 @@ -7592,355 +6800,280 @@ lastKnownFileType sourcecode.c.h name - JSONModelArray.h + UIImageView+AFNetworking.h path - JSONModel/JSONModel/JSONModelArray.h + UIKit+AFNetworking/UIImageView+AFNetworking.h sourceTree <group> - D05B05E3EEDA81258E663ACA + DB265BCDFE3126A9B1B9F08C includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - MASConstraint+Private.h + text.xcconfig path - Masonry/MASConstraint+Private.h + Pods-Masonry-Private.xcconfig sourceTree <group> - D25E6B34FFDFE41485FE2018 - - buildActionMask - 2147483647 - files - - C1597F01F6E0F8787CC7294D - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - D26624BC0603138B0104361F - - buildActionMask - 2147483647 - files - - 7251F6DAE21728F84E89070E - A7FD5D3E78D4255838BB8AA8 - 85A6B4D21FFB5A88DB9BF162 - 568B480E5D95D0F3FE6DDC49 - 783D05DF6F20D4155DE4FD34 - A33B3CF273045DED3D1CE080 - F2EE1708533C8C1243276B5C - 24C821A21E72C481620B868F - 80E2D77DFB1750D3A417910F - 35CB59B5605CB6D3FE7330EA - 09598D3E9431B74C1422FD31 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - D4558AE232352E4585B66D03 + DB4F1CD802E0810AB111F79C includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIKit+AFNetworking.h + MFMessageComposeViewController+BlocksKit.m path - UIKit+AFNetworking/UIKit+AFNetworking.h + BlocksKit/MessageUI/MFMessageComposeViewController+BlocksKit.m sourceTree <group> - D545658E7069707C75D6A9DF - - fileRef - 353555E6C2E7F26F5B508606 - isa - PBXBuildFile - - D558A5812E422C550363A383 - - fileRef - 8F985F218B132D9879B00E78 - isa - PBXBuildFile - - D606DC287C74CA013E4859A9 + DB8BE3BA53B169F3E805E408 - buildConfigurationList - E1DD3461C469638323D9DA43 - buildPhases + buildConfigurations - B742430AF023DDFAFE9FB8A3 - 6568D94DD6C798470D190B51 - B819BB2E8EA6A0815BC40D71 + 6685B2F222498D3F6BC91A90 + 6AF32D29232444B9D19388D5 - buildRules - - dependencies - + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release isa - PBXNativeTarget - name - Pods-INTULocationManager - productName - Pods-INTULocationManager - productReference - 372993369437FBDA19079A19 - productType - com.apple.product-type.library.static + XCConfigurationList - D6B03FCEBD14D5AE58C650F7 + DBDCA6BD5422B65B5FDA01BF + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference - lastKnownFileType - sourcecode.c.h - name - JSONModel.h path - JSONModel/JSONModel/JSONModel.h + libPods-Bolts.a sourceTree - <group> + BUILT_PRODUCTS_DIR - D76708C4EF957EB4B83F62A2 + DC7164EE727696A7955B43BF includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - AFURLConnectionOperation.m + A2BlockInvocation.h path - AFNetworking/AFURLConnectionOperation.m + BlocksKit/DynamicDelegate/A2BlockInvocation.h sourceTree <group> - D7F2BFE01E8627DB9AD1E4C0 - - fileRef - CD5D156293E4D0E8917BF7A9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - D818F4D2C9B3ECFE64DD15FB - - fileRef - 990A2D45F40E8B570462731E - isa - PBXBuildFile - - D8E8E44EC7FB159C0518833B + DD066C6836E91B42B3FA806C fileRef - ED4DE37D9CB3767A4CC04C8F + 3011E9E758F55276A76D3999 isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - D8ED9AD57565D8FC2304EDC7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - BlocksKit.h - path - BlocksKit/BlocksKit.h - sourceTree - <group> - - D9DDE08B2B520C803BD9C7B0 + DD782C1FEE94BAD81F0DEDFD fileRef - BAA3E8FC2A370ADA20E95DE0 + A559DF1EB46137F3BB75EA03 isa PBXBuildFile - DA5F37EC0B909C30A83251B1 + DD9A8C5C43649E89F0447031 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - AFSecurityPolicy.h + AFURLRequestSerialization.m path - AFNetworking/AFSecurityPolicy.h + AFNetworking/AFURLRequestSerialization.m sourceTree <group> - DA70C596F044AD75B92C370A + DDB5C9EBBEBD4DCAF2E9849D + buildActionMask + 2147483647 + files + + 571B2E259C20F065BD1EADC8 + F0C07B27192670D855EE3E37 + 057D40B708D6332B4FA56D36 + 4D473391849C9E90AD641EF8 + A5C890182B97C365AA4F105A + ADE10D099BFA101CBBB36504 + B3204AF1D6FAB915675B9412 + F7C038E893F308FE26FBCC6B + F887A56B0A6E8748A78B0C61 + 8FCF102563DA9B7CD8D10EF7 + F021DBDD6A4737C3BE32F543 + AB315F906086F1E4EE8EB94E + 25CE01314ED2E5E9FCF268F4 + D3C587F106B40D8B741D73A6 + EC901EAC7A4E9827B8A132A1 + 05E190B2D4DE3D29A5F5851B + DDFD1D2D349BA77C25535C3A + C7A53580547E391C7E2927F7 + D5A41CFCD2263FF8571304BB + C27E80B2B828B84D40D9525E + 39076B2B96EB7568A0142CFB + 2DAA80ECB7A23EE99492EEFD + 505E3BD1687422284D88156F + C4AAFD83930809CE1041782C + 1AFCA61969586874881C0FC1 + A4523833D5C8B4E018F0526A + 0D239B95959CA0860A621530 + F71BF9A9E934B324ACC188DD + 70CCAAB2980BE30625B2699C + 066A9D896E4AFCB40C76C988 + 76B8E9B7F44D61DE39827991 + EBA4F43B773C8A46E4A9E52C + 774ED244F1F1E1012C93967E + 6B64CD0D5F65199724825B62 + 0D2239BDF5970506846287A3 + 4B464328B298BF3751268A32 + 92FB844F9226D409F1896C35 + isa - PBXTargetDependency - name - Pods-SDWebImage - target - C18567EFF66757B06557E045 - targetProxy - 0DA84DFC77A3AF4A88AC8B67 + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 - DAA652AE4FA4439237DA6DA0 + DDE9CE7F4AB5D26F5CDC7804 fileRef - 1F87C1C14534F6C96EF07150 + 9491449B3B959E0C832865FC isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - DAB913A12243839E12411660 + DDFD1D2D349BA77C25535C3A + + fileRef + A2F8B3E8FD2A1C8B06719FCD + isa + PBXBuildFile + + DE6ACCEACE396B6E8F1777BE includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - AFHTTPRequestOperationManager.h + NSMutableSet+BlocksKit.m path - AFNetworking/AFHTTPRequestOperationManager.h + BlocksKit/Core/NSMutableSet+BlocksKit.m sourceTree <group> - DB468EA44EF686AF9112780B + DE90FA7501227EC467706527 fileRef - 07DFB5074E121260030E90D4 + 88AF46D4BBCBBB74B3819FB1 isa PBXBuildFile - DB4AF060FF70817C109389E4 + DEB91411F598F5CC8FE4778A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc - name - NSMutableIndexSet+BlocksKit.m + text.xcconfig path - BlocksKit/Core/NSMutableIndexSet+BlocksKit.m + Pods.release.xcconfig sourceTree <group> - DB649C47C36FCCD155BAA0B7 + DEDB438C61F93526444FB064 fileRef - 82F8D673532F83582EE12C46 + A48F1D62B33955FA1F9407D9 isa PBXBuildFile settings COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - DBA7EEFD784681E71007B6EB + DEFFA286AC72AC3C3F866BF5 fileRef - 4A052C1C9564212595287A0D + ABBB3740275E2BFA5F4763A3 isa PBXBuildFile - DBA7FF7B23BA640C9BBD2802 - - buildActionMask - 2147483647 - files - - 8649A72EA919ECFD82658F94 - 8CAE47C139D5531E449220ED - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - DBBE7264EEF0DE14E29428D6 + DF412B1F62168598AED0A08A fileRef - 7FD3C3F033524C7599AA2CBC + AD331AA38834014E71AA35BC isa PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + - DBE9FF11F25B5ABEB12F0081 + E0869C21136A4394AB2DADD8 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIAlertView+AFNetworking.h + UIActionSheet+BlocksKit.m path - UIKit+AFNetworking/UIAlertView+AFNetworking.h + BlocksKit/UIKit/UIActionSheet+BlocksKit.m sourceTree <group> - DD08C9C8A7244748024226DB + E0D8CDD695862B23B0C1AD7F fileRef - DEC17F0B23CEC210671ED229 + 767A629BF4D85320AA9F0DD3 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - DD08DF5D8CC1DE55636C8873 + E10920ABE4FA73C773BD5E8D fileRef - 4CE36FDA71AE0FBB792E26C8 + E1C484227AA023816266A1C0 isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - DDB69D9FA9958452D4375591 + E10E48D5DC780BE095C78060 includeInIndex 1 @@ -7949,39 +7082,28 @@ lastKnownFileType sourcecode.c.h name - BFAppLinkTarget.h + INTULocationRequestDefines.h path - Bolts/iOS/BFAppLinkTarget.h + Source/INTULocationRequestDefines.h sourceTree <group> - DDC0098D37F11B10D8AA7242 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - UIKit.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework - sourceTree - DEVELOPER_DIR - - DE289CC7314A82693117DA1F + E1954BBF2415CFF3FD0C877B includeInIndex 1 isa PBXFileReference lastKnownFileType - text.script.sh + sourcecode.c.objc + name + NSTimer+BlocksKit.m path - Pods-resources.sh + BlocksKit/Core/NSTimer+BlocksKit.m sourceTree <group> - DE30EF1D317C41DBF74FDF75 + E1C484227AA023816266A1C0 includeInIndex 1 @@ -7989,32 +7111,22 @@ PBXFileReference lastKnownFileType sourcecode.c.objc - name - SDWebImageDownloaderOperation.m path - SDWebImage/SDWebImageDownloaderOperation.m + Pods-Masonry-dummy.m sourceTree <group> - DE4B532A08A90B46091E4951 + E1E006F3514506B52DFBA95D - includeInIndex - 1 + fileRef + D16D8D35EE0EB24E5A2439A1 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIButton+AFNetworking.m - path - UIKit+AFNetworking/UIButton+AFNetworking.m - sourceTree - <group> + PBXBuildFile - DE78649262A306BFD97AC3AC + E204C202A161816819E0822A fileRef - 9BE34D8D3D148665787F1B54 + 52ECE8C064630A44C85ED548 isa PBXBuildFile settings @@ -8023,20 +7135,44 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - DEA9B2AFB6485D63A2FB5A11 + E285AF5FFFFA9271CB34EAE4 includeInIndex 1 isa PBXFileReference lastKnownFileType - text.xcconfig + sourcecode.c.h + name + MASCompositeConstraint.h path - Pods-INTULocationManager-Private.xcconfig + Masonry/MASCompositeConstraint.h sourceTree <group> - DEC17F0B23CEC210671ED229 + E33F58955E450EA46541D494 + + buildActionMask + 2147483647 + files + + 273F9F58833F6AE2E5AFE180 + 24425908911370E7587E0608 + 25CFAF547B81011512F63C8A + 136213736346C8CCA838F961 + 72D5D1828708C6B60A50CD2F + D85820FC15AE074BD0B0E011 + 565BA026531FF39F3BD0B2AD + 2D9DEE40E3D102CF3147F828 + E10920ABE4FA73C773BD5E8D + 9D2A4185801E115C868C799C + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + E35A2CF11DC16196EB5FFD52 includeInIndex 1 @@ -8045,66 +7181,79 @@ lastKnownFileType sourcecode.c.objc name - UIButton+WebCache.m + AFHTTPSessionManager.m path - SDWebImage/UIButton+WebCache.m + AFNetworking/AFHTTPSessionManager.m sourceTree <group> - DEEC2EEE4E4F859F0A641388 - - fileRef - 3790C31AACF796BF77993563 - isa - PBXBuildFile - - E0A1DCFC3F3A625E95C4B9DB + E37D90801F9DB485FAD91785 - explicitFileType - archive.ar includeInIndex - 0 + 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h + name + AFURLRequestSerialization.h path - libPods-SDWebImage.a + AFNetworking/AFURLRequestSerialization.h sourceTree - BUILT_PRODUCTS_DIR - - E1255E1B8678FE5AF53409F4 - - fileRef - 6AED5DDDD0915B104C031CEB - isa - PBXBuildFile + <group> - E128132DF3BAFE032228971B + E3AA8CB2C4F67C55D83A9191 - fileRef - 5D5921DDAB741C7693AEE4D0 + children + + 71EEFB261915151F23CCF651 + 054FF2B5184CF662AD28DA31 + C0B31C7336688E24D2E682CE + 711E69C74F5CF5E9A71B13DD + BF97F02E39023B5EDEAB29E5 + F11FB34E0A75E1593BF3BAF2 + DEB91411F598F5CC8FE4778A + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXGroup + name + Pods + path + Target Support Files/Pods + sourceTree + <group> - E1DD3461C469638323D9DA43 + E3E62B86BDC82E7C8BA7292B - buildConfigurations + buildActionMask + 2147483647 + files - 8A26477778EC576F90EA9CA2 - 1A7A063C60734551D7893494 + FBAF955B78BB9E04E6D866F4 + BBA4354919FA12FFC56F7481 + 929FCE1C00D8D4F08C13A9DC + D483D4A329EEE052A23AB5FC + 023F8FF651B59A00A33A9580 + 9416E4B5BAC9D98D851F6163 + 36A0A677866FD7308EA0FA0A + D63DA3E0A1FBE11DE15D2970 + BAD4B1D0E1E4CED563592CF5 + A9DE267DC5AD89520502F93A + BC545E0D99E85149874B4ED9 + 150814C98C81C05A3BE03944 + 47C4915ADF7203B069C681FE + 208146BFD102C09D4CBE355D + 1FBCEEDE080FEA3DC1A6F7B4 + BFF3E0A2CFFFE85798C43287 + 88A0A28D29EA96F02F617F1C + 047FB8E2AD9FCC1AFE8FB9C4 - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release isa - XCConfigurationList + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 - E1E997F2735F0BFBBE295A6C + E44BAF399D32BBC5E0FE6964 includeInIndex 1 @@ -8113,25 +7262,58 @@ lastKnownFileType sourcecode.c.h name - PulsingHaloLayer.h + UIGestureRecognizer+BlocksKit.h path - PulsingHalo/PulsingHaloLayer.h + BlocksKit/UIKit/UIGestureRecognizer+BlocksKit.h + sourceTree + <group> + + E4FCC5E152A1EC4531C7E254 + + children + + E285AF5FFFFA9271CB34EAE4 + 075035F1F3F3BE3A309DB8CC + 312E8C063C3532AF913BC0BB + A6B243AFCD4B1B65399A7AD6 + 81DF29C0BF7CF5A722A2770A + CAF8F534F583E0E2C08F3B81 + CD9B298D6AF7B5F7A8765696 + F08A2071D2B5A5FEAACB3B8B + D0E1FA3DC8EFEC9397AC2635 + 971A07CDC15A3844CBD9C7DD + 41F6FDE506351C53203E6F32 + 03B4302C87C36288605B8838 + 6A972D0967983291328EDCBD + 823594B050AAB3D0F4C0F555 + F12A20ED5A4DB8D12827C2A9 + ABBB3740275E2BFA5F4763A3 + CE2343F678DB0EC9A9D20835 + 89E8064270B0E273EE88E99A + 196E00261BFA619378C7A58B + BC3125EA1413A46E6F30ACA8 + C6247CDFCA889AAE57F6A282 + 7970AB8A7D305E75E4E72E7D + 1FCD059BE6A6B69918BE31C3 + 77F54E651C151896BB2DA9F9 + + isa + PBXGroup + name + Masonry + path + Masonry sourceTree <group> - E229D765A761133613070D60 + E658B0592F2ED8E1228E461A fileRef - F6B29F3D9E4B709A1FCE4AC9 + A460F7109A5FA9C11B3DFEB2 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - E29135DD8DEC012C4D12C333 + E6BAE20FBC86CC9796E86D49 includeInIndex 1 @@ -8140,53 +7322,43 @@ lastKnownFileType sourcecode.c.objc name - JSONAPI.m + AFHTTPRequestOperation.m path - JSONModel/JSONModelNetworking/JSONAPI.m + AFNetworking/AFHTTPRequestOperation.m sourceTree <group> - E29957561ACDC876114CCBF7 - - isa - PBXTargetDependency - name - Pods-AFNetworking - target - 9BE12F2F0D92D3487E586044 - targetProxy - 1852967EE204D268BC9C4FDB - - E346C05DF27BC7309984C74E + E7C72CAA13865BF6EBD46678 baseConfigurationReference - 5DDBAB40366E9BF71829E6EA + AEAE4EDFFF567AC82B45C74B buildSettings ALWAYS_SEARCH_USER_PATHS NO COPY_PHASE_STRIP - YES + NO DSTROOT /tmp/xcodeproj.dst + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-JSONModel/Pods-JSONModel-prefix.pch + Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - OTHER_LDFLAGS OTHER_LIBTOOLFLAGS @@ -8195,61 +7367,17 @@ $(TARGET_NAME) PUBLIC_HEADERS_FOLDER_PATH $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - E3B3BE95716D51E5F5A3FE6C - - fileRef - E5DF8AA88C6094128B8A561E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + SDKROOT + iphoneos + SKIP_INSTALL + YES - - E435725AA6913809286508AB - - buildActionMask - 2147483647 - files - - A9527D1E7251C37E4B56B189 - EA03C03B66986448853D9553 - 73159DF42C3037DCFC5175D5 - B49F638DCE576FA786473E12 - BF5ED930EA117F93357DB810 - 04801CFB4BA47B62A03BD9E1 - 8131ED05CDBF1D3C9CCC9230 - EAC7812DFAB398ED10F5FAC8 - 9EB730ED285D2A0D0C35588F - 36DF34447247CD0AA978A2F8 - AC8014EA7791158E63DF5EF9 - EB10E9C537B5170AACEF1CF7 - 7F5726BCE2CFD55FBEAF3CEF - BBA3C959C973DAD98906B057 - B99834715DDB05807B455A85 - 1230C560726B5489056BB346 - 2ACA40AA21BDEF3E70CBDD28 - 9B80FA6445E21259D67FD9A8 - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 + XCBuildConfiguration + name + Debug - E5CAC0B7D7FD107411DF95A5 + E906A665BACA492CAFF46FF2 includeInIndex 1 @@ -8258,143 +7386,115 @@ lastKnownFileType sourcecode.c.objc name - MASViewConstraint.m + BFWebViewAppLinkResolver.m path - Masonry/MASViewConstraint.m + Bolts/iOS/BFWebViewAppLinkResolver.m sourceTree <group> - E5DF8AA88C6094128B8A561E + E9E419EB794AED324BFCAD33 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - SDWebImageDownloader.m + PulsingHaloLayer.h path - SDWebImage/SDWebImageDownloader.m + PulsingHalo/PulsingHaloLayer.h sourceTree <group> - E648A096073AFF5A711A3F45 + E9FC8AD492C421942AA7E4D1 fileRef - 9346C4DCDD1C603EAE16EEEC + 3AFD8CFC9F006B55A09B29C3 isa PBXBuildFile - E69FDFB4BF30DFE24A0E75B0 + EA1133D1AC208D651F9FA994 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - SDWebImageOperation.h + JSONAPI.m path - SDWebImage/SDWebImageOperation.h + JSONModel/JSONModelNetworking/JSONAPI.m sourceTree <group> - E75FAF11A22345E294587B5A - - fileRef - 0081931C2235F682B1A46BE2 - isa - PBXBuildFile - - E7881676869025FECD6FFB87 - - fileRef - B12F762F6337879568F13423 - isa - PBXBuildFile - - E7BEC35C2F9F915EE35B59ED - - fileRef - 9E84CFA06A4DC0A426A5E1DA - isa - PBXBuildFile - - E7F49813DC805A26F0BD580A + EA57229DB7C6D8257B5D4864 fileRef - 6875A7560FB1733F98C6F4F8 + 21E6FF19607FFC961BCE61CB isa PBXBuildFile - E9C4718B0DB5927E057A6E23 + EAAD176402C75C1C223F27E8 - buildActionMask - 2147483647 - files - - D558A5812E422C550363A383 - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXTargetDependency + name + Pods-Masonry + target + 2942C5B3DFB0BCCB15DD4F47 + targetProxy + 2BE43893160AB5D8EF9C9A11 - E9DEB22A2080B42EAE85D48A + EAF77C5218A0EAA89205BE17 - explicitFileType - archive.ar includeInIndex - 0 + 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIBarButtonItem+BlocksKit.h path - libPods-BlocksKit.a + BlocksKit/UIKit/UIBarButtonItem+BlocksKit.h sourceTree - BUILT_PRODUCTS_DIR + <group> - EA03C03B66986448853D9553 + EB1908795D1C1DB564CBF3A2 - fileRef - 9D399FFBA2D20612B2984D70 + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIButton+AFNetworking.h + path + UIKit+AFNetworking/UIButton+AFNetworking.h + sourceTree + <group> - EA058A6631E4E9C466041A5C + EBA4F43B773C8A46E4A9E52C fileRef - 5B6E723AB1C879E905E6BEC5 + E44BAF399D32BBC5E0FE6964 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - EA147D65564AF87F104A2D2D + EC5C76FF6B3E4CDC45A9D1A3 fileRef - F2B7EE5A9DA06B8598DC04DB + 96FB4D9D0D7086D1545AD911 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - EA56B9BA5E64E0C06121CB23 + EC67942732B2AFAB5D40E30E baseConfigurationReference - 011DFADA1939E559F683618D + 753D14223F73789F50E4EC68 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -8406,7 +7506,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-prefix.pch + Target Support Files/Pods-AFNetworking/Pods-AFNetworking-prefix.pch INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET @@ -8441,76 +7541,17 @@ name Release - EA7FD648CC4A3A53E915269D - - fileRef - 552EA2D01CA0FF643664DA63 - isa - PBXBuildFile - - EA8DD40FA1DA64EAAD7CE8EF - - baseConfigurationReference - A8522625C372943F285A35F8 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - EAC7812DFAB398ED10F5FAC8 + EC901EAC7A4E9827B8A132A1 fileRef - 4424A03B6CFE1576E254D0F7 + 50813AEA970337D048101315 isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - EB10E9C537B5170AACEF1CF7 + ECE266053874976ED00A04EE fileRef - 17EBF181743D301CE2746F08 + 6ABF4C71A5ABCEF4525D2B65 isa PBXBuildFile settings @@ -8519,128 +7560,137 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - EB7360193759090AF2205B84 + EEBDC712515D4152E956E696 - fileRef - 278FD86F15A4BCC78F67D066 + explicitFileType + archive.ar + includeInIndex + 0 isa - PBXBuildFile + PBXFileReference + path + libPods-BlocksKit.a + sourceTree + BUILT_PRODUCTS_DIR - ED4DE37D9CB3767A4CC04C8F + EEDE433846D49CAB2292CA41 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSSet+BlocksKit.m + BoltsVersion.h path - BlocksKit/Core/NSSet+BlocksKit.m + Bolts/Common/BoltsVersion.h sourceTree <group> - ED7A5D5E89CEEE184005BEC0 - - fileRef - 91DCB86E37762E6E29657C92 - isa - PBXBuildFile - - EDA1F76CB75CCA1606784460 - - fileRef - 32A64B95505347A0E5DF6694 - isa - PBXBuildFile - - EDA791832CCA5E0910B76444 + EF2E02D88C6B63E4717EB1FC includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIImageView+WebCache.m + NSObject+BKBlockExecution.h path - SDWebImage/UIImageView+WebCache.m + BlocksKit/Core/NSObject+BKBlockExecution.h sourceTree <group> - EDB8D48EEFED308858A19A68 - - fileRef - 4003CE0801923EBD6A094E8E - isa - PBXBuildFile - - EE67EE8D182FA13BDD0EB935 + F021DBDD6A4737C3BE32F543 fileRef - 4ECACF9BAC71821867935E47 + 600104A4F1CEE6526C99E1CF isa PBXBuildFile - EE7401BFD8CA72411DCDBC07 + F03855D1DC8A469DD9AF8B37 - fileRef - 03B2E19C4DA4B3367460CFEB + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - + PBXFileReference + lastKnownFileType + text + name + Podfile + path + ../Podfile + sourceTree + SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby - EE791F5F0C05EF394F537438 + F069254C5D09238667B61BE9 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - NSTimer+BlocksKit.m + AFNetworkActivityIndicatorManager.h path - BlocksKit/Core/NSTimer+BlocksKit.m + UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h sourceTree <group> - EE94ACADAE411D5268B678D2 + F07C51AE09A1440CB78BB63D + + containerPortal + 65B7CDC446E744AF31F93987 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 1443F9E4C7642F8B293AE8EF + remoteInfo + Pods-JSONModel + + F08A2071D2B5A5FEAACB3B8B includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - JSONValueTransformer.m + MASLayoutConstraint.h path - JSONModel/JSONModelTransformations/JSONValueTransformer.m + Masonry/MASLayoutConstraint.h sourceTree <group> - EEAB710A8DB2CB740DC9A722 + F0C07B27192670D855EE3E37 fileRef - 1C1C53E213EA487F68064EF1 + 074C3F56DEA0E42E14FB3D3F isa PBXBuildFile - EF16D0E350FA26BDCDC8B50E + F11FB34E0A75E1593BF3BAF2 - fileRef - F019186E42B1E125E53CDDEE + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods.debug.xcconfig + sourceTree + <group> - F019186E42B1E125E53CDDEE + F12A20ED5A4DB8D12827C2A9 includeInIndex 1 @@ -8649,67 +7699,69 @@ lastKnownFileType sourcecode.c.h name - BFAppLinkReturnToRefererView.h + Masonry.h path - Bolts/iOS/BFAppLinkReturnToRefererView.h + Masonry/Masonry.h sourceTree <group> - F02694B9579E71CD06FABAD1 + F1500F75C0BECEBAEEACF838 + + fileRef + D811FDD40AA0F85DBF275287 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + + + F40D35FC77351751094551AB - buildConfigurationList - 2E1790F373E328A5D496D5E8 - buildPhases + buildActionMask + 2147483647 + files - 05CF96E7F652A00802D54B22 - 9A1646074006049174C4115C - C4EF5D832CD38C718605E543 + 84A8801295549C3F0AA4C4A9 + E1E006F3514506B52DFBA95D - buildRules - - dependencies - isa - PBXNativeTarget - name - Pods-BlocksKit - productName - Pods-BlocksKit - productReference - E9DEB22A2080B42EAE85D48A - productType - com.apple.product-type.library.static + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 - F0424EE54E6136742E45135C + F481DC6BA2D39D65DD67AEC7 baseConfigurationReference - 14977C31B72CBEAF6251683E + 753D14223F73789F50E4EC68 buildSettings ALWAYS_SEARCH_USER_PATHS NO COPY_PHASE_STRIP - YES + NO DSTROOT /tmp/xcodeproj.dst + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER Target Support Files/Pods-AFNetworking/Pods-AFNetworking-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - OTHER_LDFLAGS OTHER_LIBTOOLFLAGS @@ -8722,71 +7774,63 @@ iphoneos SKIP_INSTALL YES - VALIDATE_PRODUCT - YES isa XCBuildConfiguration name - Release + Debug - F0E121A5C430C80DF4ADC493 + F6B612541BA0D22871796B45 fileRef - 1032D09CD1C93334D720F9A0 + 21C05981AC09578C3CD751FB isa PBXBuildFile - F0F52BFAE5E50ED1DA65FD89 + F71BF9A9E934B324ACC188DD fileRef - 422A1F677F21EF2E53950A1F + 1373CFB2861AD894DB8B86D8 isa PBXBuildFile - F2B7EE5A9DA06B8598DC04DB + F759472332FEC770FD47723B - includeInIndex - 1 + fileRef + 655F2754F4D92D1724767AB8 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MFMessageComposeViewController+BlocksKit.m - path - BlocksKit/MessageUI/MFMessageComposeViewController+BlocksKit.m - sourceTree - <group> + PBXBuildFile - F2EE1708533C8C1243276B5C + F7C038E893F308FE26FBCC6B fileRef - 61A5004EB9996AF4BB6B9E89 + 08FD2980D98C8CC64140A53B + isa + PBXBuildFile + + F887A56B0A6E8748A78B0C61 + + fileRef + 9A925D01616018549460CDEF isa PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - F32ACBDAD35C5C155AC7EEBD + F92BE1B22032FE7D262F2841 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - UIImageView+WebCache.h + JSONModel.m path - SDWebImage/UIImageView+WebCache.h + JSONModel/JSONModel/JSONModel.m sourceTree <group> - F3A28A1027F57C1B81AC06F1 + F9546E15320F02C23E15FB8C includeInIndex 1 @@ -8795,16 +7839,16 @@ lastKnownFileType sourcecode.c.h name - JSONKeyMapper.h + NSObject+BKAssociatedObjects.h path - JSONModel/JSONModelTransformations/JSONKeyMapper.h + BlocksKit/Core/NSObject+BKAssociatedObjects.h sourceTree <group> - F51DB6B7CAC99CB91A3F18BA + F96633082AEFE8D790AA8B9B fileRef - 5103C35705D3DB6249CD363C + 0AC884989C90A9C55CCABE84 isa PBXBuildFile settings @@ -8813,51 +7857,51 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - F5BCA4FD1F3B8BAF04ED4FF9 + F98C76C5735C70F533C72EF5 - fileRef - D4558AE232352E4585B66D03 + includeInIndex + 1 isa - PBXBuildFile + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + JSONModelError.h + path + JSONModel/JSONModel/JSONModelError.h + sourceTree + <group> - F5DF2B105B7D55FACB239AE3 + F9CA1C2DA62FBE41C2096498 - buildConfigurationList - B0F214BFE714AFF4BFA163BE - buildPhases + children - A714E48C92D471293A0B784A - D25E6B34FFDFE41485FE2018 - 7983A47E5D4483635129224C + E9E419EB794AED324BFCAD33 + C553E73CBA03CC98AF65C3D6 + 1550657149AE64EDBD235265 - buildRules - - dependencies - isa - PBXNativeTarget + PBXGroup name - Pods-Bolts - productName - Pods-Bolts - productReference - FE431FE7B8B19F53D61E0B33 - productType - com.apple.product-type.library.static + PulsingHalo + path + PulsingHalo + sourceTree + <group> - F60342DBF6C556AB713B100F + FA2379E731DA85BABE4426AC fileRef - 2AEE38E042D3FABFFBBA79C2 + 49FE91938E34033033DE3107 isa PBXBuildFile settings COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode + -DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - F6B29F3D9E4B709A1FCE4AC9 + FA3C62253FFB0C2C1FA5B068 includeInIndex 1 @@ -8866,85 +7910,53 @@ lastKnownFileType sourcecode.c.objc name - UIView+BlocksKit.m + AFURLConnectionOperation.m path - BlocksKit/UIKit/UIView+BlocksKit.m + AFNetworking/AFURLConnectionOperation.m sourceTree <group> - F6C70179F50E972F3A9154ED + FA40F719E3A54A7486A6B799 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - SDImageCache.m + BFAppLinkReturnToRefererController.h path - SDWebImage/SDImageCache.m + Bolts/iOS/BFAppLinkReturnToRefererController.h sourceTree <group> - F7E3C1888BDDD597A48592C7 + FB1C6082C5F45A3F4F9C0EA6 - children - - 896022BACF9207ED3FC44EF0 - 8237F8FEFE9B7F93CB2C579B - 7895C96095E7EB0F47432970 - 17EBF181743D301CE2746F08 - DBE9FF11F25B5ABEB12F0081 - 77481A4014034C6A3AF6A09E - 2FF0B0BE08746E8A75DA37D4 - DE4B532A08A90B46091E4951 - 026E2E4C15F3D2E72D72B786 - 04CB8641BCF69F5189AA027D - D4558AE232352E4585B66D03 - 3259FC861F2A3A441CF674F9 - A3984C454C845BC031A6C99C - 094EE26BB30F027A7E9338C0 - 27668C8298EB03611C5A2C62 - B12F762F6337879568F13423 - 0263AF98E94FE9908F21EEBA - isa - PBXGroup + PBXTargetDependency name - UIKit - sourceTree - <group> - - F7ECF7B6CD16136CABBB74B9 - - fileRef - 2BA8E54A6D10B12E8F9BEC14 - isa - PBXBuildFile - - F861CF70913FD176860B7AD9 - - fileRef - A5ADA09BD1F1ABF82B1E4FB3 - isa - PBXBuildFile + Pods-JSONModel + target + 1443F9E4C7642F8B293AE8EF + targetProxy + F07C51AE09A1440CB78BB63D - F8916B5F4E498B8E3BB124C2 + FBAF955B78BB9E04E6D866F4 fileRef - 3259FC861F2A3A441CF674F9 + 565E52F7678003D81DFB3632 isa PBXBuildFile - F89E808B8D3461202599C5D7 + FDC3E2BBE8E8B3CA5B194502 children - 1ECA84758A152C483F1FFCC6 - 1FD22496086E9407C8BFDF27 - 97948BCD2C3B6B129FB8BE7B - 9DC66D1A8C3DD0CAF1CA32A7 + C19E707285A77723DEDB033E + AA201513E93AB0D38A2DD4DA + 82AF5EE42C43DCC7E5FE17CF + 5422D98048FAD86559608427 isa PBXGroup @@ -8955,96 +7967,17 @@ sourceTree <group> - F9230C41153F85C93F7C2D75 - - fileRef - 1F404FBD86EF7E28ABD5E3FF - isa - PBXBuildFile - - F9BD6049D4F83DA2372319AC - - buildActionMask - 2147483647 - files - - 1450393375C8287782D1B749 - 651470D0BACA5DC61AE65D59 - 5CE11D641B9E5883B510165C - 71A11A4929137F9D8BEED0F3 - 00A44DED38285D7C8A928D3B - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F9CD43FEEC78845F7BD0FE5B - - fileRef - CED53303212428A102AAF05C - isa - PBXBuildFile - - FA0552BD92A2480D74333C71 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSData+ImageContentType.m - path - SDWebImage/NSData+ImageContentType.m - sourceTree - <group> - - FB7114E9D1CCEC5BB680EFF9 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-Masonry.a - sourceTree - BUILT_PRODUCTS_DIR - - FBA5B95CA8180A5C9EB38A91 + FE410B9C3CA63AFA0D45E0B0 fileRef - 270DD996ADCFAA78756BDEF5 + C0B31C7336688E24D2E682CE isa PBXBuildFile - settings - - COMPILER_FLAGS - -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - - - FCA38124F4EEA4146A7F4898 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - BFMeasurementEvent.m - path - Bolts/iOS/BFMeasurementEvent.m - sourceTree - <group> - FCE2C38603D11DB6772C8432 + FE8BCBBC8BD40C9C1C52D723 fileRef - 81557749F4AA67E153D5CDBA + 8CB33BC80483DE65BFC27201 isa PBXBuildFile settings @@ -9053,42 +7986,7 @@ -w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode - FD8F2675490E4687DF544E49 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - JSONValueTransformer.h - path - JSONModel/JSONModelTransformations/JSONValueTransformer.h - sourceTree - <group> - - FE431FE7B8B19F53D61E0B33 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-Bolts.a - sourceTree - BUILT_PRODUCTS_DIR - - FEAE2872288981D9E7F3448B - - fileRef - CDF5224EF355976067B86C0A - isa - PBXBuildFile - - FEBC9EB849B3F23A5EEDA6B4 + FFFEA51341DF39891765426C includeInIndex 1 @@ -9097,29 +7995,14 @@ lastKnownFileType sourcecode.c.objc name - AFHTTPRequestOperation.m - path - AFNetworking/AFHTTPRequestOperation.m - sourceTree - <group> - - FFF1E48DA3B8DBB0EF924B09 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - Masonry.h + BFTask.m path - Masonry/Masonry.h + Bolts/Common/BFTask.m sourceTree <group> rootObject - 6118E734FC45DA15816BCADF + 65B7CDC446E744AF31F93987 diff --git a/GPUberViewDemo/Pods/SDWebImage/LICENSE b/GPUberViewDemo/Pods/SDWebImage/LICENSE deleted file mode 100644 index ae783e1..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2009 Olivier Poitrey - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/GPUberViewDemo/Pods/SDWebImage/README.md b/GPUberViewDemo/Pods/SDWebImage/README.md deleted file mode 100644 index 9bbcca5..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/README.md +++ /dev/null @@ -1,280 +0,0 @@ -Web Image -========= -[![Build Status](http://img.shields.io/travis/rs/SDWebImage/master.svg?style=flat)](https://travis-ci.org/rs/SDWebImage) -[![Pod Version](http://img.shields.io/cocoapods/v/SDWebImage.svg?style=flat)](http://cocoadocs.org/docsets/SDWebImage/) -[![Pod Platform](http://img.shields.io/cocoapods/p/SDWebImage.svg?style=flat)](http://cocoadocs.org/docsets/SDWebImage/) -[![Pod License](http://img.shields.io/cocoapods/l/SDWebImage.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html) - -This library provides a category for UIImageView with support for remote images coming from the web. - -It provides: - -- An UIImageView category adding web image and cache management to the Cocoa Touch framework -- An asynchronous image downloader -- An asynchronous memory + disk image caching with automatic cache expiration handling -- Animated GIF support -- WebP format support -- A background image decompression -- A guarantee that the same URL won't be downloaded several times -- A guarantee that bogus URLs won't be retried again and again -- A guarantee that main thread will never be blocked -- Performances! -- Use GCD and ARC -- Arm64 support - -NOTE: The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.1.1 -minimum deployement version. If you need iOS < 5.0 support, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). - -[How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) - -Who Use It ----------- - -Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. - -How To Use ----------- - -API documentation is available at [http://hackemist.com/SDWebImage/doc/](http://hackemist.com/SDWebImage/doc/) - -### Using UIImageView+WebCache category with UITableView - -Just #import the UIImageView+WebCache.h header, and call the setImageWithURL:placeholderImage: -method from the tableView:cellForRowAtIndexPath: UITableViewDataSource method. Everything will be -handled for you, from async downloads to caching management. - -```objective-c -#import - -... - -- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath -{ - static NSString *MyIdentifier = @"MyIdentifier"; - - UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:MyIdentifier]; - - if (cell == nil) - { - cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault - reuseIdentifier:MyIdentifier] autorelease]; - } - - // Here we use the new provided setImageWithURL: method to load the web image - [cell.imageView setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.jpg"] - placeholderImage:[UIImage imageNamed:@"placeholder.png"]]; - - cell.textLabel.text = @"My Text"; - return cell; -} -``` - -### Using blocks - -With blocks, you can be notified about the image download progress and whenever the image retrival -has completed with success or not: - -```objective-c -// Here we use the new provided setImageWithURL: method to load the web image -[cell.imageView setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.jpg"] - placeholderImage:[UIImage imageNamed:@"placeholder.png"] - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType) {... completion code here ...}]; -``` - -Note: neither your success nor failure block will be call if your image request is canceled before completion. - -### Using SDWebImageManager - -The SDWebImageManager is the class behind the UIImageView+WebCache category. It ties the -asynchronous downloader with the image cache store. You can use this class directly to benefit -from web image downloading with caching in another context than a UIView (ie: with Cocoa). - -Here is a simple example of how to use SDWebImageManager: - -```objective-c -SDWebImageManager *manager = [SDWebImageManager sharedManager]; -[manager downloadWithURL:imageURL - options:0 - progress:^(NSInteger receivedSize, NSInteger expectedSize) - { - // progression tracking code - } - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) - { - if (image) - { - // do something with image - } - }]; -``` - -### Using Asynchronous Image Downloader Independently - -It's also possible to use the async image downloader independently: - -```objective-c -[SDWebImageDownloader.sharedDownloader downloadImageWithURL:imageURL - options:0 - progress:^(NSInteger receivedSize, NSInteger expectedSize) - { - // progression tracking code - } - completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) - { - if (image && finished) - { - // do something with image - } - }]; -``` - -### Using Asynchronous Image Caching Independently - -It is also possible to use the aync based image cache store independently. SDImageCache -maintains a memory cache and an optional disk cache. Disk cache write operations are performed -asynchronous so it doesn't add unnecessary latency to the UI. - -The SDImageCache class provides a singleton instance for convenience but you can create your own -instance if you want to create separated cache namespace. - -To lookup the cache, you use the `queryDiskCacheForKey:done:` method. If the method returns nil, it means the cache -doesn't currently own the image. You are thus responsible for generating and caching it. The cache -key is an application unique identifier for the image to cache. It is generally the absolute URL of -the image. - -```objective-c -SDImageCache *imageCache = [[SDImageCache alloc] initWithNamespace:@"myNamespace"]; -[imageCache queryDiskCacheForKey:myCacheKey done:^(UIImage *image) -{ - // image is not nil if image was found -}]; -``` - -By default SDImageCache will lookup the disk cache if an image can't be found in the memory cache. -You can prevent this from happening by calling the alternative method `imageFromMemoryCacheForKey:`. - -To store an image into the cache, you use the storeImage:forKey: method: - -```objective-c -[[SDImageCache sharedImageCache] storeImage:myImage forKey:myCacheKey]; -``` - -By default, the image will be stored in memory cache as well as on disk cache (asynchronously). If -you want only the memory cache, use the alternative method storeImage:forKey:toDisk: with a negative -third argument. - -### Using cache key filter - -Sometime, you may not want to use the image URL as cache key because part of the URL is dynamic -(i.e.: for access control purpose). SDWebImageManager provides a way to set a cache key filter that -takes the NSURL as input, and output a cache key NSString. - -The following example sets a filter in the application delegate that will remove any query-string from -the URL before to use it as a cache key: - -```objective-c -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - SDWebImageManager.sharedManager.cacheKeyFilter:^(NSURL *url) - { - url = [[[NSURL alloc] initWithScheme:url.scheme host:url.host path:url.path] autorelease]; - return [url absoluteString]; - }; - - // Your app init code... - return YES; -} -``` - - -Common Problems ---------------- - -### Using dynamic image size with UITableViewCell - -UITableView determins the size of the image by the first image set for a cell. If your remote images -don't have the same size as your placeholder image, you may experience strange anamorphic scaling issue. -The following article gives a way to workaround this issue: - -[http://www.wrichards.com/blog/2011/11/sdwebimage-fixed-width-cell-images/](http://www.wrichards.com/blog/2011/11/sdwebimage-fixed-width-cell-images/) - - -### Handle image refresh - -SDWebImage does very aggressive caching by default. It ignores all kind of caching control header returned by the HTTP server and cache the returned images with no time restriction. It implies your images URLs are static URLs pointing to images that never change. If the pointed image happen to change, some parts of the URL should change accordingly. - -If you don't control the image server you're using, you may not be able to change the URL when its content is updated. This is the case for Facebook avatar URLs for instance. In such case, you may use the `SDWebImageRefreshCached` flag. This will slightly degrade the performance but will respect the HTTP caching control headers: - -``` objective-c -[imageView setImageWithURL:[NSURL URLWithString:@"https://graph.facebook.com/olivier.poitrey/picture"] - placeholderImage:[UIImage imageNamed:@"avatar-placeholder.png"] - options:SDWebImageRefreshCached]; -``` - -### Add a progress indicator - -See this category: https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage - -Installation ------------- - -There are three ways to use SDWebImage in your project: -- using Cocoapods -- copying all the files into your project -- importing the project as a static library - -### Installation with CocoaPods - -[CocoaPods](http://cocoapods.org/) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the [Get Started](http://cocoapods.org/#get_started) section for more details. - -#### Podfile -``` -platform :ios, '6.1' -pod 'SDWebImage', '~>3.6' -``` - -### Add the SDWebImage project to your project - -- Download and unzip the last version of the framework from the [download page](https://github.com/rs/SDWebImage/releases) -- Right-click on the project navigator and select "Add Files to "Your Project": -- In the dialog, select SDWebImage.framework: -- Check the "Copy items into destination group's folder (if needed)" checkbox - -### Add dependencies - -- In you application project app’s target settings, find the "Build Phases" section and open the "Link Binary With Libraries" block: -- Click the "+" button again and select the "ImageIO.framework", this is needed by the progressive download feature: - -### Add Linker Flag - -Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linker Flags" setting and add the "-ObjC" flag: - -![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg) - -Alternatively, if this causes compilation problems with frameworks that extend optional libraries, such as Parse, RestKit or opencv2, instead of the -ObjC flag use: - -``` --force_load SDWebImage.framework/Versions/Current/SDWebImage -``` - -### Import headers in your source files - -In the source files where you need to use the library, import the header file: - -```objective-c -#import -``` - -### Build Project - -At this point your workspace should build without error. If you are having problem, post to the Issue and the -community can help you solve it. - -Future Enhancements -------------------- - -- LRU memory cache cleanup instead of reset on memory warning - -## Licenses - -All source code is licensed under the [MIT License](https://raw.github.com/rs/SDWebImage/master/LICENSE). diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h deleted file mode 100644 index 69c76dc..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// - -#import - -@interface NSData (ImageContentType) - -/** - * Compute the content type for an image data - * - * @param data the input data - * - * @return the content type as string (i.e. image/jpeg, image/gif) - */ -+ (NSString *)sd_contentTypeForImageData:(NSData *)data; - -@end - - -@interface NSData (ImageContentTypeDeprecated) - -+ (NSString *)contentTypeForImageData:(NSData *)data __deprecated_msg("Use `sd_contentTypeForImageData:`"); - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m deleted file mode 100644 index 0941cfa..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m +++ /dev/null @@ -1,49 +0,0 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// - -#import "NSData+ImageContentType.h" - - -@implementation NSData (ImageContentType) - -+ (NSString *)sd_contentTypeForImageData:(NSData *)data { - uint8_t c; - [data getBytes:&c length:1]; - switch (c) { - case 0xFF: - return @"image/jpeg"; - case 0x89: - return @"image/png"; - case 0x47: - return @"image/gif"; - case 0x49: - case 0x4D: - return @"image/tiff"; - case 0x52: - // R as RIFF for WEBP - if ([data length] < 12) { - return nil; - } - - NSString *testString = [[NSString alloc] initWithData:[data subdataWithRange:NSMakeRange(0, 12)] encoding:NSASCIIStringEncoding]; - if ([testString hasPrefix:@"RIFF"] && [testString hasSuffix:@"WEBP"]) { - return @"image/webp"; - } - - return nil; - } - return nil; -} - -@end - - -@implementation NSData (ImageContentTypeDeprecated) - -+ (NSString *)contentTypeForImageData:(NSData *)data { - return [self sd_contentTypeForImageData:data]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.h deleted file mode 100644 index bde9d5d..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.h +++ /dev/null @@ -1,241 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageCompat.h" - -typedef NS_ENUM(NSInteger, SDImageCacheType) { - /** - * The image wasn't available the SDWebImage caches, but was downloaded from the web. - */ - SDImageCacheTypeNone, - /** - * The image was obtained from the disk cache. - */ - SDImageCacheTypeDisk, - /** - * The image was obtained from the memory cache. - */ - SDImageCacheTypeMemory -}; - -typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType cacheType); - -typedef void(^SDWebImageCheckCacheCompletionBlock)(BOOL isInCache); - -typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger totalSize); - -/** - * SDImageCache maintains a memory cache and an optional disk cache. Disk cache write operations are performed - * asynchronous so it doesn’t add unnecessary latency to the UI. - */ -@interface SDImageCache : NSObject - -/** - * The maximum "total cost" of the in-memory image cache. The cost function is the number of pixels held in memory. - */ -@property (assign, nonatomic) NSUInteger maxMemoryCost; - -/** - * The maximum length of time to keep an image in the cache, in seconds - */ -@property (assign, nonatomic) NSInteger maxCacheAge; - -/** - * The maximum size of the cache, in bytes. - */ -@property (assign, nonatomic) NSUInteger maxCacheSize; - -/** - * Returns global shared cache instance - * - * @return SDImageCache global instance - */ -+ (SDImageCache *)sharedImageCache; - -/** - * Init a new cache store with a specific namespace - * - * @param ns The namespace to use for this cache store - */ -- (id)initWithNamespace:(NSString *)ns; - -/** - * Add a read-only cache path to search for images pre-cached by SDImageCache - * Useful if you want to bundle pre-loaded images with your app - * - * @param path The path to use for this read-only cache path - */ -- (void)addReadOnlyCachePath:(NSString *)path; - -/** - * Store an image into memory and disk cache at the given key. - * - * @param image The image to store - * @param key The unique image cache key, usually it's image absolute URL - */ -- (void)storeImage:(UIImage *)image forKey:(NSString *)key; - -/** - * Store an image into memory and optionally disk cache at the given key. - * - * @param image The image to store - * @param key The unique image cache key, usually it's image absolute URL - * @param toDisk Store the image to disk cache if YES - */ -- (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk; - -/** - * Store an image into memory and optionally disk cache at the given key. - * - * @param image The image to store - * @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage - * @param imageData The image data as returned by the server, this representation will be used for disk storage - * instead of converting the given image object into a storable/compressed image format in order - * to save quality and CPU - * @param key The unique image cache key, usually it's image absolute URL - * @param toDisk Store the image to disk cache if YES - */ -- (void)storeImage:(UIImage *)image recalculateFromImage:(BOOL)recalculate imageData:(NSData *)imageData forKey:(NSString *)key toDisk:(BOOL)toDisk; - -/** - * Query the disk cache asynchronously. - * - * @param key The unique key used to store the wanted image - */ -- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(SDWebImageQueryCompletedBlock)doneBlock; - -/** - * Query the memory cache synchronously. - * - * @param key The unique key used to store the wanted image - */ -- (UIImage *)imageFromMemoryCacheForKey:(NSString *)key; - -/** - * Query the disk cache synchronously after checking the memory cache. - * - * @param key The unique key used to store the wanted image - */ -- (UIImage *)imageFromDiskCacheForKey:(NSString *)key; - -/** - * Remove the image from memory and disk cache synchronously - * - * @param key The unique image cache key - */ -- (void)removeImageForKey:(NSString *)key; - - -/** - * Remove the image from memory and disk cache synchronously - * - * @param key The unique image cache key - * @param completionBlock An block that should be executed after the image has been removed (optional) - */ -- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion; - -/** - * Remove the image from memory and optionally disk cache synchronously - * - * @param key The unique image cache key - * @param fromDisk Also remove cache entry from disk if YES - */ -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk; - -/** - * Remove the image from memory and optionally disk cache synchronously - * - * @param key The unique image cache key - * @param fromDisk Also remove cache entry from disk if YES - * @param completionBlock An block that should be executed after the image has been removed (optional) - */ -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion; - -/** - * Clear all memory cached images - */ -- (void)clearMemory; - -/** - * Clear all disk cached images. Non-blocking method - returns immediately. - * @param completionBlock An block that should be executed after cache expiration completes (optional) - */ -- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion; - -/** - * Clear all disk cached images - * @see clearDiskOnCompletion: - */ -- (void)clearDisk; - -/** - * Remove all expired cached image from disk. Non-blocking method - returns immediately. - * @param completionBlock An block that should be executed after cache expiration completes (optional) - */ -- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock; - -/** - * Remove all expired cached image from disk - * @see cleanDiskWithCompletionBlock: - */ -- (void)cleanDisk; - -/** - * Get the size used by the disk cache - */ -- (NSUInteger)getSize; - -/** - * Get the number of images in the disk cache - */ -- (NSUInteger)getDiskCount; - -/** - * Asynchronously calculate the disk cache's size. - */ -- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock; - -/** - * Async check if image exists in disk cache already (does not load the image) - * - * @param key the key describing the url - * @param completionBlock the block to be executed when the check is done. - * @note the completion block will be always executed on the main queue - */ -- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; - -/** - * Check if image exists in disk cache already (does not load the image) - * - * @param key the key describing the url - * - * @return YES if an image exists for the given key - */ -- (BOOL)diskImageExistsWithKey:(NSString *)key; - -/** - * Get the cache path for a certain key (needs the cache path root folder) - * - * @param key the key (can be obtained from url using cacheKeyForURL) - * @param path the cach path root folder - * - * @return the cache path - */ -- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path; - -/** - * Get the default cache path for a certain key - * - * @param key the key (can be obtained from url using cacheKeyForURL) - * - * @return the default cache path - */ -- (NSString *)defaultCachePathForKey:(NSString *)key; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.m deleted file mode 100644 index 59c3471..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDImageCache.m +++ /dev/null @@ -1,534 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDImageCache.h" -#import "SDWebImageDecoder.h" -#import "UIImage+MultiFormat.h" -#import - -static const NSInteger kDefaultCacheMaxCacheAge = 60 * 60 * 24 * 7; // 1 week -// PNG signature bytes and data (below) -static unsigned char kPNGSignatureBytes[8] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A}; -static NSData *kPNGSignatureData = nil; - -BOOL ImageDataHasPNGPreffix(NSData *data); - -BOOL ImageDataHasPNGPreffix(NSData *data) { - NSUInteger pngSignatureLength = [kPNGSignatureData length]; - if ([data length] >= pngSignatureLength) { - if ([[data subdataWithRange:NSMakeRange(0, pngSignatureLength)] isEqualToData:kPNGSignatureData]) { - return YES; - } - } - - return NO; -} - -@interface SDImageCache () - -@property (strong, nonatomic) NSCache *memCache; -@property (strong, nonatomic) NSString *diskCachePath; -@property (strong, nonatomic) NSMutableArray *customPaths; -@property (SDDispatchQueueSetterSementics, nonatomic) dispatch_queue_t ioQueue; - -@end - - -@implementation SDImageCache { - NSFileManager *_fileManager; -} - -+ (SDImageCache *)sharedImageCache { - static dispatch_once_t once; - static id instance; - dispatch_once(&once, ^{ - instance = [self new]; - kPNGSignatureData = [NSData dataWithBytes:kPNGSignatureBytes length:8]; - }); - return instance; -} - -- (id)init { - return [self initWithNamespace:@"default"]; -} - -- (id)initWithNamespace:(NSString *)ns { - if ((self = [super init])) { - NSString *fullNamespace = [@"com.hackemist.SDWebImageCache." stringByAppendingString:ns]; - - // Create IO serial queue - _ioQueue = dispatch_queue_create("com.hackemist.SDWebImageCache", DISPATCH_QUEUE_SERIAL); - - // Init default values - _maxCacheAge = kDefaultCacheMaxCacheAge; - - // Init the memory cache - _memCache = [[NSCache alloc] init]; - _memCache.name = fullNamespace; - - // Init the disk cache - NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); - _diskCachePath = [paths[0] stringByAppendingPathComponent:fullNamespace]; - - dispatch_sync(_ioQueue, ^{ - _fileManager = [NSFileManager new]; - }); - -#if TARGET_OS_IPHONE - // Subscribe to app events - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(clearMemory) - name:UIApplicationDidReceiveMemoryWarningNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(cleanDisk) - name:UIApplicationWillTerminateNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(backgroundCleanDisk) - name:UIApplicationDidEnterBackgroundNotification - object:nil]; -#endif - } - - return self; -} - -- (void)dealloc { - [[NSNotificationCenter defaultCenter] removeObserver:self]; - SDDispatchQueueRelease(_ioQueue); -} - -- (void)addReadOnlyCachePath:(NSString *)path { - if (!self.customPaths) { - self.customPaths = [NSMutableArray new]; - } - - if (![self.customPaths containsObject:path]) { - [self.customPaths addObject:path]; - } -} - -- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path { - NSString *filename = [self cachedFileNameForKey:key]; - return [path stringByAppendingPathComponent:filename]; -} - -- (NSString *)defaultCachePathForKey:(NSString *)key { - return [self cachePathForKey:key inPath:self.diskCachePath]; -} - -#pragma mark SDImageCache (private) - -- (NSString *)cachedFileNameForKey:(NSString *)key { - const char *str = [key UTF8String]; - if (str == NULL) { - str = ""; - } - unsigned char r[CC_MD5_DIGEST_LENGTH]; - CC_MD5(str, (CC_LONG)strlen(str), r); - NSString *filename = [NSString stringWithFormat:@"%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x", - r[0], r[1], r[2], r[3], r[4], r[5], r[6], r[7], r[8], r[9], r[10], r[11], r[12], r[13], r[14], r[15]]; - - return filename; -} - -#pragma mark ImageCache - -- (void)storeImage:(UIImage *)image recalculateFromImage:(BOOL)recalculate imageData:(NSData *)imageData forKey:(NSString *)key toDisk:(BOOL)toDisk { - if (!image || !key) { - return; - } - - [self.memCache setObject:image forKey:key cost:image.size.height * image.size.width * image.scale]; - - if (toDisk) { - dispatch_async(self.ioQueue, ^{ - NSData *data = imageData; - - if (image && (recalculate || !data)) { -#if TARGET_OS_IPHONE - // We need to determine if the image is a PNG or a JPEG - // PNGs are easier to detect because they have a unique signature (http://www.w3.org/TR/PNG-Structure.html) - // The first eight bytes of a PNG file always contain the following (decimal) values: - // 137 80 78 71 13 10 26 10 - - // We assume the image is PNG, in case the imageData is nil (i.e. if trying to save a UIImage directly), - // we will consider it PNG to avoid loosing the transparency - BOOL imageIsPng = YES; - - // But if we have an image data, we will look at the preffix - if ([imageData length] >= [kPNGSignatureData length]) { - imageIsPng = ImageDataHasPNGPreffix(imageData); - } - - if (imageIsPng) { - data = UIImagePNGRepresentation(image); - } - else { - data = UIImageJPEGRepresentation(image, (CGFloat)1.0); - } -#else - data = [NSBitmapImageRep representationOfImageRepsInArray:image.representations usingType: NSJPEGFileType properties:nil]; -#endif - } - - if (data) { - if (![_fileManager fileExistsAtPath:_diskCachePath]) { - [_fileManager createDirectoryAtPath:_diskCachePath withIntermediateDirectories:YES attributes:nil error:NULL]; - } - - [_fileManager createFileAtPath:[self defaultCachePathForKey:key] contents:data attributes:nil]; - } - }); - } -} - -- (void)storeImage:(UIImage *)image forKey:(NSString *)key { - [self storeImage:image recalculateFromImage:YES imageData:nil forKey:key toDisk:YES]; -} - -- (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk { - [self storeImage:image recalculateFromImage:YES imageData:nil forKey:key toDisk:toDisk]; -} - -- (BOOL)diskImageExistsWithKey:(NSString *)key { - BOOL exists = NO; - - // this is an exception to access the filemanager on another queue than ioQueue, but we are using the shared instance - // from apple docs on NSFileManager: The methods of the shared NSFileManager object can be called from multiple threads safely. - exists = [[NSFileManager defaultManager] fileExistsAtPath:[self defaultCachePathForKey:key]]; - - return exists; -} - -- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { - dispatch_async(_ioQueue, ^{ - BOOL exists = [_fileManager fileExistsAtPath:[self defaultCachePathForKey:key]]; - if (completionBlock) { - dispatch_async(dispatch_get_main_queue(), ^{ - completionBlock(exists); - }); - } - }); -} - -- (UIImage *)imageFromMemoryCacheForKey:(NSString *)key { - return [self.memCache objectForKey:key]; -} - -- (UIImage *)imageFromDiskCacheForKey:(NSString *)key { - // First check the in-memory cache... - UIImage *image = [self imageFromMemoryCacheForKey:key]; - if (image) { - return image; - } - - // Second check the disk cache... - UIImage *diskImage = [self diskImageForKey:key]; - if (diskImage) { - CGFloat cost = diskImage.size.height * diskImage.size.width * diskImage.scale; - [self.memCache setObject:diskImage forKey:key cost:cost]; - } - - return diskImage; -} - -- (NSData *)diskImageDataBySearchingAllPathsForKey:(NSString *)key { - NSString *defaultPath = [self defaultCachePathForKey:key]; - NSData *data = [NSData dataWithContentsOfFile:defaultPath]; - if (data) { - return data; - } - - for (NSString *path in self.customPaths) { - NSString *filePath = [self cachePathForKey:key inPath:path]; - NSData *imageData = [NSData dataWithContentsOfFile:filePath]; - if (imageData) { - return imageData; - } - } - - return nil; -} - -- (UIImage *)diskImageForKey:(NSString *)key { - NSData *data = [self diskImageDataBySearchingAllPathsForKey:key]; - if (data) { - UIImage *image = [UIImage sd_imageWithData:data]; - image = [self scaledImageForKey:key image:image]; - image = [UIImage decodedImageWithImage:image]; - return image; - } - else { - return nil; - } -} - -- (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image { - return SDScaledImageForKey(key, image); -} - -- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(SDWebImageQueryCompletedBlock)doneBlock { - if (!doneBlock) { - return nil; - } - - if (!key) { - doneBlock(nil, SDImageCacheTypeNone); - return nil; - } - - // First check the in-memory cache... - UIImage *image = [self imageFromMemoryCacheForKey:key]; - if (image) { - doneBlock(image, SDImageCacheTypeMemory); - return nil; - } - - NSOperation *operation = [NSOperation new]; - dispatch_async(self.ioQueue, ^{ - if (operation.isCancelled) { - return; - } - - @autoreleasepool { - UIImage *diskImage = [self diskImageForKey:key]; - if (diskImage) { - CGFloat cost = diskImage.size.height * diskImage.size.width * diskImage.scale; - [self.memCache setObject:diskImage forKey:key cost:cost]; - } - - dispatch_async(dispatch_get_main_queue(), ^{ - doneBlock(diskImage, SDImageCacheTypeDisk); - }); - } - }); - - return operation; -} - -- (void)removeImageForKey:(NSString *)key { - [self removeImageForKey:key withCompletion:nil]; -} - -- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion { - [self removeImageForKey:key fromDisk:YES withCompletion:completion]; -} - -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk { - [self removeImageForKey:key fromDisk:fromDisk withCompletion:nil]; -} - -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion { - - if (key == nil) { - return; - } - - [self.memCache removeObjectForKey:key]; - - if (fromDisk) { - dispatch_async(self.ioQueue, ^{ - [_fileManager removeItemAtPath:[self defaultCachePathForKey:key] error:nil]; - - if (completion) { - dispatch_async(dispatch_get_main_queue(), ^{ - completion(); - }); - } - }); - } else if (completion){ - completion(); - } - -} - -- (void)setMaxMemoryCost:(NSUInteger)maxMemoryCost { - self.memCache.totalCostLimit = maxMemoryCost; -} - -- (NSUInteger)maxMemoryCost { - return self.memCache.totalCostLimit; -} - -- (void)clearMemory { - [self.memCache removeAllObjects]; -} - -- (void)clearDisk { - [self clearDiskOnCompletion:nil]; -} - -- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion -{ - dispatch_async(self.ioQueue, ^{ - [_fileManager removeItemAtPath:self.diskCachePath error:nil]; - [_fileManager createDirectoryAtPath:self.diskCachePath - withIntermediateDirectories:YES - attributes:nil - error:NULL]; - - if (completion) { - dispatch_async(dispatch_get_main_queue(), ^{ - completion(); - }); - } - }); -} - -- (void)cleanDisk { - [self cleanDiskWithCompletionBlock:nil]; -} - -- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { - dispatch_async(self.ioQueue, ^{ - NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES]; - NSArray *resourceKeys = @[NSURLIsDirectoryKey, NSURLContentModificationDateKey, NSURLTotalFileAllocatedSizeKey]; - - // This enumerator prefetches useful properties for our cache files. - NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtURL:diskCacheURL - includingPropertiesForKeys:resourceKeys - options:NSDirectoryEnumerationSkipsHiddenFiles - errorHandler:NULL]; - - NSDate *expirationDate = [NSDate dateWithTimeIntervalSinceNow:-self.maxCacheAge]; - NSMutableDictionary *cacheFiles = [NSMutableDictionary dictionary]; - NSUInteger currentCacheSize = 0; - - // Enumerate all of the files in the cache directory. This loop has two purposes: - // - // 1. Removing files that are older than the expiration date. - // 2. Storing file attributes for the size-based cleanup pass. - NSMutableArray *urlsToDelete = [[NSMutableArray alloc] init]; - for (NSURL *fileURL in fileEnumerator) { - NSDictionary *resourceValues = [fileURL resourceValuesForKeys:resourceKeys error:NULL]; - - // Skip directories. - if ([resourceValues[NSURLIsDirectoryKey] boolValue]) { - continue; - } - - // Remove files that are older than the expiration date; - NSDate *modificationDate = resourceValues[NSURLContentModificationDateKey]; - if ([[modificationDate laterDate:expirationDate] isEqualToDate:expirationDate]) { - [urlsToDelete addObject:fileURL]; - continue; - } - - // Store a reference to this file and account for its total size. - NSNumber *totalAllocatedSize = resourceValues[NSURLTotalFileAllocatedSizeKey]; - currentCacheSize += [totalAllocatedSize unsignedIntegerValue]; - [cacheFiles setObject:resourceValues forKey:fileURL]; - } - - for (NSURL *fileURL in urlsToDelete) { - [_fileManager removeItemAtURL:fileURL error:nil]; - } - - // If our remaining disk cache exceeds a configured maximum size, perform a second - // size-based cleanup pass. We delete the oldest files first. - if (self.maxCacheSize > 0 && currentCacheSize > self.maxCacheSize) { - // Target half of our maximum cache size for this cleanup pass. - const NSUInteger desiredCacheSize = self.maxCacheSize / 2; - - // Sort the remaining cache files by their last modification time (oldest first). - NSArray *sortedFiles = [cacheFiles keysSortedByValueWithOptions:NSSortConcurrent - usingComparator:^NSComparisonResult(id obj1, id obj2) { - return [obj1[NSURLContentModificationDateKey] compare:obj2[NSURLContentModificationDateKey]]; - }]; - - // Delete files until we fall below our desired cache size. - for (NSURL *fileURL in sortedFiles) { - if ([_fileManager removeItemAtURL:fileURL error:nil]) { - NSDictionary *resourceValues = cacheFiles[fileURL]; - NSNumber *totalAllocatedSize = resourceValues[NSURLTotalFileAllocatedSizeKey]; - currentCacheSize -= [totalAllocatedSize unsignedIntegerValue]; - - if (currentCacheSize < desiredCacheSize) { - break; - } - } - } - } - if (completionBlock) { - dispatch_async(dispatch_get_main_queue(), ^{ - completionBlock(); - }); - } - }); -} - -- (void)backgroundCleanDisk { - UIApplication *application = [UIApplication sharedApplication]; - __block UIBackgroundTaskIdentifier bgTask = [application beginBackgroundTaskWithExpirationHandler:^{ - // Clean up any unfinished task business by marking where you - // stopped or ending the task outright. - [application endBackgroundTask:bgTask]; - bgTask = UIBackgroundTaskInvalid; - }]; - - // Start the long-running task and return immediately. - [self cleanDiskWithCompletionBlock:^{ - [application endBackgroundTask:bgTask]; - bgTask = UIBackgroundTaskInvalid; - }]; -} - -- (NSUInteger)getSize { - __block NSUInteger size = 0; - dispatch_sync(self.ioQueue, ^{ - NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtPath:self.diskCachePath]; - for (NSString *fileName in fileEnumerator) { - NSString *filePath = [self.diskCachePath stringByAppendingPathComponent:fileName]; - NSDictionary *attrs = [[NSFileManager defaultManager] attributesOfItemAtPath:filePath error:nil]; - size += [attrs fileSize]; - } - }); - return size; -} - -- (NSUInteger)getDiskCount { - __block NSUInteger count = 0; - dispatch_sync(self.ioQueue, ^{ - NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtPath:self.diskCachePath]; - count = [[fileEnumerator allObjects] count]; - }); - return count; -} - -- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock { - NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES]; - - dispatch_async(self.ioQueue, ^{ - NSUInteger fileCount = 0; - NSUInteger totalSize = 0; - - NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtURL:diskCacheURL - includingPropertiesForKeys:@[NSFileSize] - options:NSDirectoryEnumerationSkipsHiddenFiles - errorHandler:NULL]; - - for (NSURL *fileURL in fileEnumerator) { - NSNumber *fileSize; - [fileURL getResourceValue:&fileSize forKey:NSURLFileSizeKey error:NULL]; - totalSize += [fileSize unsignedIntegerValue]; - fileCount += 1; - } - - if (completionBlock) { - dispatch_async(dispatch_get_main_queue(), ^{ - completionBlock(fileCount, totalSize); - }); - } - }); -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h deleted file mode 100644 index a0555fd..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h +++ /dev/null @@ -1,70 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * (c) Jamie Pinkham - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import - -#ifdef __OBJC_GC__ -#error SDWebImage does not support Objective-C Garbage Collection -#endif - -#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0 -#error SDWebImage doesn't support Deployement Target version < 5.0 -#endif - -#if !TARGET_OS_IPHONE -#import -#ifndef UIImage -#define UIImage NSImage -#endif -#ifndef UIImageView -#define UIImageView NSImageView -#endif -#else - -#import - -#endif - -#ifndef NS_ENUM -#define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type -#endif - -#ifndef NS_OPTIONS -#define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type -#endif - -#if OS_OBJECT_USE_OBJC - #undef SDDispatchQueueRelease - #undef SDDispatchQueueSetterSementics - #define SDDispatchQueueRelease(q) - #define SDDispatchQueueSetterSementics strong -#else -#undef SDDispatchQueueRelease -#undef SDDispatchQueueSetterSementics -#define SDDispatchQueueRelease(q) (dispatch_release(q)) -#define SDDispatchQueueSetterSementics assign -#endif - -extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image); - -typedef void(^SDWebImageNoParamsBlock)(); - -#define dispatch_main_sync_safe(block)\ - if ([NSThread isMainThread]) {\ - block();\ - } else {\ - dispatch_sync(dispatch_get_main_queue(), block);\ - } - -#define dispatch_main_async_safe(block)\ - if ([NSThread isMainThread]) {\ - block();\ - } else {\ - dispatch_async(dispatch_get_main_queue(), block);\ - } diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m deleted file mode 100644 index 8c7d345..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m +++ /dev/null @@ -1,45 +0,0 @@ -// -// SDWebImageCompat.m -// SDWebImage -// -// Created by Olivier Poitrey on 11/12/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// - -#import "SDWebImageCompat.h" - -#if !__has_feature(objc_arc) -#error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag -#endif - -inline UIImage *SDScaledImageForKey(NSString *key, UIImage *image) { - if (!image) { - return nil; - } - - if ([image.images count] > 0) { - NSMutableArray *scaledImages = [NSMutableArray array]; - - for (UIImage *tempImage in image.images) { - [scaledImages addObject:SDScaledImageForKey(key, tempImage)]; - } - - return [UIImage animatedImageWithImages:scaledImages duration:image.duration]; - } - else { - if ([[UIScreen mainScreen] respondsToSelector:@selector(scale)]) { - CGFloat scale = 1.0; - if (key.length >= 8) { - // Search @2x. at the end of the string, before a 3 to 4 extension length (only if key len is 8 or more @2x. + 4 len ext) - NSRange range = [key rangeOfString:@"@2x." options:0 range:NSMakeRange(key.length - 8, 5)]; - if (range.location != NSNotFound) { - scale = 2.0; - } - } - - UIImage *scaledImage = [[UIImage alloc] initWithCGImage:image.CGImage scale:scale orientation:image.imageOrientation]; - image = scaledImage; - } - return image; - } -} diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h deleted file mode 100644 index 0176a7b..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * Created by james on 9/28/11. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageCompat.h" - -@interface UIImage (ForceDecode) - -+ (UIImage *)decodedImageWithImage:(UIImage *)image; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m deleted file mode 100644 index 79ddb30..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m +++ /dev/null @@ -1,72 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * Created by james on 9/28/11. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageDecoder.h" - -@implementation UIImage (ForceDecode) - -+ (UIImage *)decodedImageWithImage:(UIImage *)image { - if (image.images) { - // Do not decode animated images - return image; - } - - CGImageRef imageRef = image.CGImage; - CGSize imageSize = CGSizeMake(CGImageGetWidth(imageRef), CGImageGetHeight(imageRef)); - CGRect imageRect = (CGRect){.origin = CGPointZero, .size = imageSize}; - - CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); - CGBitmapInfo bitmapInfo = CGImageGetBitmapInfo(imageRef); - - int infoMask = (bitmapInfo & kCGBitmapAlphaInfoMask); - BOOL anyNonAlpha = (infoMask == kCGImageAlphaNone || - infoMask == kCGImageAlphaNoneSkipFirst || - infoMask == kCGImageAlphaNoneSkipLast); - - // CGBitmapContextCreate doesn't support kCGImageAlphaNone with RGB. - // https://developer.apple.com/library/mac/#qa/qa1037/_index.html - if (infoMask == kCGImageAlphaNone && CGColorSpaceGetNumberOfComponents(colorSpace) > 1) { - // Unset the old alpha info. - bitmapInfo &= ~kCGBitmapAlphaInfoMask; - - // Set noneSkipFirst. - bitmapInfo |= kCGImageAlphaNoneSkipFirst; - } - // Some PNGs tell us they have alpha but only 3 components. Odd. - else if (!anyNonAlpha && CGColorSpaceGetNumberOfComponents(colorSpace) == 3) { - // Unset the old alpha info. - bitmapInfo &= ~kCGBitmapAlphaInfoMask; - bitmapInfo |= kCGImageAlphaPremultipliedFirst; - } - - // It calculates the bytes-per-row based on the bitsPerComponent and width arguments. - CGContextRef context = CGBitmapContextCreate(NULL, - imageSize.width, - imageSize.height, - CGImageGetBitsPerComponent(imageRef), - 0, - colorSpace, - bitmapInfo); - CGColorSpaceRelease(colorSpace); - - // If failed, return undecompressed image - if (!context) return image; - - CGContextDrawImage(context, imageRect, imageRef); - CGImageRef decompressedImageRef = CGBitmapContextCreateImage(context); - - CGContextRelease(context); - - UIImage *decompressedImage = [UIImage imageWithCGImage:decompressedImageRef scale:image.scale orientation:image.imageOrientation]; - CGImageRelease(decompressedImageRef); - return decompressedImage; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h deleted file mode 100644 index 008231a..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h +++ /dev/null @@ -1,173 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageCompat.h" -#import "SDWebImageOperation.h" - -typedef NS_OPTIONS(NSUInteger, SDWebImageDownloaderOptions) { - SDWebImageDownloaderLowPriority = 1 << 0, - SDWebImageDownloaderProgressiveDownload = 1 << 1, - - /** - * By default, request prevent the of NSURLCache. With this flag, NSURLCache - * is used with default policies. - */ - SDWebImageDownloaderUseNSURLCache = 1 << 2, - - /** - * Call completion block with nil image/imageData if the image was read from NSURLCache - * (to be combined with `SDWebImageDownloaderUseNSURLCache`). - */ - - SDWebImageDownloaderIgnoreCachedResponse = 1 << 3, - /** - * In iOS 4+, continue the download of the image if the app goes to background. This is achieved by asking the system for - * extra time in background to let the request finish. If the background task expires the operation will be cancelled. - */ - - SDWebImageDownloaderContinueInBackground = 1 << 4, - - /** - * Handles cookies stored in NSHTTPCookieStore by setting - * NSMutableURLRequest.HTTPShouldHandleCookies = YES; - */ - SDWebImageDownloaderHandleCookies = 1 << 5, - - /** - * Enable to allow untrusted SSL ceriticates. - * Useful for testing purposes. Use with caution in production. - */ - SDWebImageDownloaderAllowInvalidSSLCertificates = 1 << 6, - - /** - * Put the image in the high priority queue. - */ - SDWebImageDownloaderHighPriority = 1 << 7, - - -}; - -typedef NS_ENUM(NSInteger, SDWebImageDownloaderExecutionOrder) { - /** - * Default value. All download operations will execute in queue style (first-in-first-out). - */ - SDWebImageDownloaderFIFOExecutionOrder, - - /** - * All download operations will execute in stack style (last-in-first-out). - */ - SDWebImageDownloaderLIFOExecutionOrder -}; - -extern NSString *const SDWebImageDownloadStartNotification; -extern NSString *const SDWebImageDownloadStopNotification; - -typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize); - -typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data, NSError *error, BOOL finished); - -typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDictionary *headers); - -/** - * Asynchronous downloader dedicated and optimized for image loading. - */ -@interface SDWebImageDownloader : NSObject - -@property (assign, nonatomic) NSInteger maxConcurrentDownloads; - -/** - * Shows the current amount of downloads that still need to be downloaded - */ - -@property (readonly, nonatomic) NSUInteger currentDownloadCount; - - -/** - * The timeout value (in seconds) for the download operation. Default: 15.0. - */ -@property (assign, nonatomic) NSTimeInterval downloadTimeout; - - -/** - * Changes download operations execution order. Default value is `SDWebImageDownloaderFIFOExecutionOrder`. - */ -@property (assign, nonatomic) SDWebImageDownloaderExecutionOrder executionOrder; - -/** - * Singleton method, returns the shared instance - * - * @return global shared instance of downloader class - */ -+ (SDWebImageDownloader *)sharedDownloader; - -/** - * Set username - */ -@property (strong, nonatomic) NSString *username; - -/** - * Set password - */ -@property (strong, nonatomic) NSString *password; - -/** - * Set filter to pick headers for downloading image HTTP request. - * - * This block will be invoked for each downloading image request, returned - * NSDictionary will be used as headers in corresponding HTTP request. - */ -@property (nonatomic, copy) SDWebImageDownloaderHeadersFilterBlock headersFilter; - -/** - * Set a value for a HTTP header to be appended to each download HTTP request. - * - * @param value The value for the header field. Use `nil` value to remove the header. - * @param field The name of the header field to set. - */ -- (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field; - -/** - * Returns the value of the specified HTTP header field. - * - * @return The value associated with the header field field, or `nil` if there is no corresponding header field. - */ -- (NSString *)valueForHTTPHeaderField:(NSString *)field; - -/** - * Creates a SDWebImageDownloader async downloader instance with a given URL - * - * The delegate will be informed when the image is finish downloaded or an error has happen. - * - * @see SDWebImageDownloaderDelegate - * - * @param url The URL to the image to download - * @param options The options to be used for this download - * @param progressBlock A block called repeatedly while the image is downloading - * @param completedBlock A block called once the download is completed. - * If the download succeeded, the image parameter is set, in case of error, - * error parameter is set with the error. The last parameter is always YES - * if SDWebImageDownloaderProgressiveDownload isn't use. With the - * SDWebImageDownloaderProgressiveDownload option, this block is called - * repeatedly with the partial image object and the finished argument set to NO - * before to be called a last time with the full image and finished argument - * set to YES. In case of error, the finished argument is always YES. - * - * @return A cancellable SDWebImageOperation - */ -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock; - -/** - * Sets the download queue suspension state - */ -- (void)setSuspended:(BOOL)suspended; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m deleted file mode 100644 index 60914db..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m +++ /dev/null @@ -1,225 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageDownloader.h" -#import "SDWebImageDownloaderOperation.h" -#import - -NSString *const SDWebImageDownloadStartNotification = @"SDWebImageDownloadStartNotification"; -NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNotification"; - -static NSString *const kProgressCallbackKey = @"progress"; -static NSString *const kCompletedCallbackKey = @"completed"; - -@interface SDWebImageDownloader () - -@property (strong, nonatomic) NSOperationQueue *downloadQueue; -@property (weak, nonatomic) NSOperation *lastAddedOperation; -@property (strong, nonatomic) NSMutableDictionary *URLCallbacks; -@property (strong, nonatomic) NSMutableDictionary *HTTPHeaders; -// This queue is used to serialize the handling of the network responses of all the download operation in a single queue -@property (SDDispatchQueueSetterSementics, nonatomic) dispatch_queue_t barrierQueue; - -@end - -@implementation SDWebImageDownloader - -+ (void)initialize { - // Bind SDNetworkActivityIndicator if available (download it here: http://github.com/rs/SDNetworkActivityIndicator ) - // To use it, just add #import "SDNetworkActivityIndicator.h" in addition to the SDWebImage import - if (NSClassFromString(@"SDNetworkActivityIndicator")) { - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Warc-performSelector-leaks" - id activityIndicator = [NSClassFromString(@"SDNetworkActivityIndicator") performSelector:NSSelectorFromString(@"sharedActivityIndicator")]; -#pragma clang diagnostic pop - - // Remove observer in case it was previously added. - [[NSNotificationCenter defaultCenter] removeObserver:activityIndicator name:SDWebImageDownloadStartNotification object:nil]; - [[NSNotificationCenter defaultCenter] removeObserver:activityIndicator name:SDWebImageDownloadStopNotification object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:activityIndicator - selector:NSSelectorFromString(@"startActivity") - name:SDWebImageDownloadStartNotification object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:activityIndicator - selector:NSSelectorFromString(@"stopActivity") - name:SDWebImageDownloadStopNotification object:nil]; - } -} - -+ (SDWebImageDownloader *)sharedDownloader { - static dispatch_once_t once; - static id instance; - dispatch_once(&once, ^{ - instance = [self new]; - }); - return instance; -} - -- (id)init { - if ((self = [super init])) { - _executionOrder = SDWebImageDownloaderFIFOExecutionOrder; - _downloadQueue = [NSOperationQueue new]; - _downloadQueue.maxConcurrentOperationCount = 2; - _URLCallbacks = [NSMutableDictionary new]; - _HTTPHeaders = [NSMutableDictionary dictionaryWithObject:@"image/webp,image/*;q=0.8" forKey:@"Accept"]; - _barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT); - _downloadTimeout = 15.0; - } - return self; -} - -- (void)dealloc { - [self.downloadQueue cancelAllOperations]; - SDDispatchQueueRelease(_barrierQueue); -} - -- (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field { - if (value) { - self.HTTPHeaders[field] = value; - } - else { - [self.HTTPHeaders removeObjectForKey:field]; - } -} - -- (NSString *)valueForHTTPHeaderField:(NSString *)field { - return self.HTTPHeaders[field]; -} - -- (void)setMaxConcurrentDownloads:(NSInteger)maxConcurrentDownloads { - _downloadQueue.maxConcurrentOperationCount = maxConcurrentDownloads; -} - -- (NSUInteger)currentDownloadCount { - return _downloadQueue.operationCount; -} - -- (NSInteger)maxConcurrentDownloads { - return _downloadQueue.maxConcurrentOperationCount; -} - -- (id )downloadImageWithURL:(NSURL *)url options:(SDWebImageDownloaderOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageDownloaderCompletedBlock)completedBlock { - __block SDWebImageDownloaderOperation *operation; - __weak SDWebImageDownloader *wself = self; - - [self addProgressCallback:progressBlock andCompletedBlock:completedBlock forURL:url createCallback:^{ - NSTimeInterval timeoutInterval = wself.downloadTimeout; - if (timeoutInterval == 0.0) { - timeoutInterval = 15.0; - } - - // In order to prevent from potential duplicate caching (NSURLCache + SDImageCache) we disable the cache for image requests if told otherwise - NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:url cachePolicy:(options & SDWebImageDownloaderUseNSURLCache ? NSURLRequestUseProtocolCachePolicy : NSURLRequestReloadIgnoringLocalCacheData) timeoutInterval:timeoutInterval]; - request.HTTPShouldHandleCookies = (options & SDWebImageDownloaderHandleCookies); - request.HTTPShouldUsePipelining = YES; - if (wself.headersFilter) { - request.allHTTPHeaderFields = wself.headersFilter(url, [wself.HTTPHeaders copy]); - } - else { - request.allHTTPHeaderFields = wself.HTTPHeaders; - } - operation = [[SDWebImageDownloaderOperation alloc] initWithRequest:request - options:options - progress:^(NSInteger receivedSize, NSInteger expectedSize) { - SDWebImageDownloader *sself = wself; - if (!sself) return; - NSArray *callbacksForURL = [sself callbacksForURL:url]; - for (NSDictionary *callbacks in callbacksForURL) { - SDWebImageDownloaderProgressBlock callback = callbacks[kProgressCallbackKey]; - if (callback) callback(receivedSize, expectedSize); - } - } - completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) { - SDWebImageDownloader *sself = wself; - if (!sself) return; - NSArray *callbacksForURL = [sself callbacksForURL:url]; - if (finished) { - [sself removeCallbacksForURL:url]; - } - for (NSDictionary *callbacks in callbacksForURL) { - SDWebImageDownloaderCompletedBlock callback = callbacks[kCompletedCallbackKey]; - if (callback) callback(image, data, error, finished); - } - } - cancelled:^{ - SDWebImageDownloader *sself = wself; - if (!sself) return; - [sself removeCallbacksForURL:url]; - }]; - - if (wself.username && wself.password) { - operation.credential = [NSURLCredential credentialWithUser:wself.username password:wself.password persistence:NSURLCredentialPersistenceForSession]; - } - - if (options & SDWebImageDownloaderHighPriority) { - operation.queuePriority = NSOperationQueuePriorityHigh; - } else if (options & SDWebImageDownloaderLowPriority) { - operation.queuePriority = NSOperationQueuePriorityLow; - } - - [wself.downloadQueue addOperation:operation]; - if (wself.executionOrder == SDWebImageDownloaderLIFOExecutionOrder) { - // Emulate LIFO execution order by systematically adding new operations as last operation's dependency - [wself.lastAddedOperation addDependency:operation]; - wself.lastAddedOperation = operation; - } - }]; - - return operation; -} - -- (void)addProgressCallback:(SDWebImageDownloaderProgressBlock)progressBlock andCompletedBlock:(SDWebImageDownloaderCompletedBlock)completedBlock forURL:(NSURL *)url createCallback:(SDWebImageNoParamsBlock)createCallback { - // The URL will be used as the key to the callbacks dictionary so it cannot be nil. If it is nil immediately call the completed block with no image or data. - if (url == nil) { - if (completedBlock != nil) { - completedBlock(nil, nil, nil, NO); - } - return; - } - - dispatch_barrier_sync(self.barrierQueue, ^{ - BOOL first = NO; - if (!self.URLCallbacks[url]) { - self.URLCallbacks[url] = [NSMutableArray new]; - first = YES; - } - - // Handle single download of simultaneous download request for the same URL - NSMutableArray *callbacksForURL = self.URLCallbacks[url]; - NSMutableDictionary *callbacks = [NSMutableDictionary new]; - if (progressBlock) callbacks[kProgressCallbackKey] = [progressBlock copy]; - if (completedBlock) callbacks[kCompletedCallbackKey] = [completedBlock copy]; - [callbacksForURL addObject:callbacks]; - self.URLCallbacks[url] = callbacksForURL; - - if (first) { - createCallback(); - } - }); -} - -- (NSArray *)callbacksForURL:(NSURL *)url { - __block NSArray *callbacksForURL; - dispatch_sync(self.barrierQueue, ^{ - callbacksForURL = self.URLCallbacks[url]; - }); - return [callbacksForURL copy]; -} - -- (void)removeCallbacksForURL:(NSURL *)url { - dispatch_barrier_async(self.barrierQueue, ^{ - [self.URLCallbacks removeObjectForKey:url]; - }); -} - -- (void)setSuspended:(BOOL)suspended { - [self.downloadQueue setSuspended:suspended]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h deleted file mode 100644 index 21a3106..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h +++ /dev/null @@ -1,60 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageDownloader.h" -#import "SDWebImageOperation.h" - -@interface SDWebImageDownloaderOperation : NSOperation - -/** - * The request used by the operation's connection. - */ -@property (strong, nonatomic, readonly) NSURLRequest *request; - -/** - * Whether the URL connection should consult the credential storage for authenticating the connection. `YES` by default. - * - * This is the value that is returned in the `NSURLConnectionDelegate` method `-connectionShouldUseCredentialStorage:`. - */ -@property (nonatomic, assign) BOOL shouldUseCredentialStorage; - -/** - * The credential used for authentication challenges in `-connection:didReceiveAuthenticationChallenge:`. - * - * This will be overridden by any shared credentials that exist for the username or password of the request URL, if present. - */ -@property (nonatomic, strong) NSURLCredential *credential; - -/** - * The SDWebImageDownloaderOptions for the receiver. - */ -@property (assign, nonatomic, readonly) SDWebImageDownloaderOptions options; - -/** - * Initializes a `SDWebImageDownloaderOperation` object - * - * @see SDWebImageDownloaderOperation - * - * @param request the URL request - * @param options downloader options - * @param progressBlock the block executed when a new chunk of data arrives. - * @note the progress block is executed on a background queue - * @param completedBlock the block executed when the download is done. - * @note the completed block is executed on the main queue for success. If errors are found, there is a chance the block will be executed on a background queue - * @param cancelBlock the block executed if the download (operation) is cancelled - * - * @return the initialized instance - */ -- (id)initWithRequest:(NSURLRequest *)request - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock - cancelled:(SDWebImageNoParamsBlock)cancelBlock; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m deleted file mode 100644 index 333e316..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m +++ /dev/null @@ -1,414 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageDownloaderOperation.h" -#import "SDWebImageDecoder.h" -#import "UIImage+MultiFormat.h" -#import -#import "SDWebImageManager.h" - -@interface SDWebImageDownloaderOperation () - -@property (copy, nonatomic) SDWebImageDownloaderProgressBlock progressBlock; -@property (copy, nonatomic) SDWebImageDownloaderCompletedBlock completedBlock; -@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock; - -@property (assign, nonatomic, getter = isExecuting) BOOL executing; -@property (assign, nonatomic, getter = isFinished) BOOL finished; -@property (assign, nonatomic) NSInteger expectedSize; -@property (strong, nonatomic) NSMutableData *imageData; -@property (strong, nonatomic) NSURLConnection *connection; -@property (strong, atomic) NSThread *thread; - -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 -@property (assign, nonatomic) UIBackgroundTaskIdentifier backgroundTaskId; -#endif - -@end - -@implementation SDWebImageDownloaderOperation { - size_t width, height; - UIImageOrientation orientation; - BOOL responseFromCached; -} - -@synthesize executing = _executing; -@synthesize finished = _finished; - -- (id)initWithRequest:(NSURLRequest *)request - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock - cancelled:(SDWebImageNoParamsBlock)cancelBlock { - if ((self = [super init])) { - _request = request; - _shouldUseCredentialStorage = YES; - _options = options; - _progressBlock = [progressBlock copy]; - _completedBlock = [completedBlock copy]; - _cancelBlock = [cancelBlock copy]; - _executing = NO; - _finished = NO; - _expectedSize = 0; - responseFromCached = YES; // Initially wrong until `connection:willCacheResponse:` is called or not called - } - return self; -} - -- (void)start { - @synchronized (self) { - if (self.isCancelled) { - self.finished = YES; - [self reset]; - return; - } - -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 - if ([self shouldContinueWhenAppEntersBackground]) { - __weak __typeof__ (self) wself = self; - self.backgroundTaskId = [[UIApplication sharedApplication] beginBackgroundTaskWithExpirationHandler:^{ - __strong __typeof (wself) sself = wself; - - if (sself) { - [sself cancel]; - - [[UIApplication sharedApplication] endBackgroundTask:sself.backgroundTaskId]; - sself.backgroundTaskId = UIBackgroundTaskInvalid; - } - }]; - } -#endif - - self.executing = YES; - self.connection = [[NSURLConnection alloc] initWithRequest:self.request delegate:self startImmediately:NO]; - self.thread = [NSThread currentThread]; - } - - [self.connection start]; - - if (self.connection) { - if (self.progressBlock) { - self.progressBlock(0, NSURLResponseUnknownLength); - } - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self]; - - if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_5_1) { - // Make sure to run the runloop in our background thread so it can process downloaded data - // Note: we use a timeout to work around an issue with NSURLConnection cancel under iOS 5 - // not waking up the runloop, leading to dead threads (see https://github.com/rs/SDWebImage/issues/466) - CFRunLoopRunInMode(kCFRunLoopDefaultMode, 10, false); - } - else { - CFRunLoopRun(); - } - - if (!self.isFinished) { - [self.connection cancel]; - [self connection:self.connection didFailWithError:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorTimedOut userInfo:@{NSURLErrorFailingURLErrorKey : self.request.URL}]]; - } - } - else { - if (self.completedBlock) { - self.completedBlock(nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Connection can't be initialized"}], YES); - } - } - -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 - if (self.backgroundTaskId != UIBackgroundTaskInvalid) { - [[UIApplication sharedApplication] endBackgroundTask:self.backgroundTaskId]; - self.backgroundTaskId = UIBackgroundTaskInvalid; - } -#endif -} - -- (void)cancel { - @synchronized (self) { - if (self.thread) { - [self performSelector:@selector(cancelInternalAndStop) onThread:self.thread withObject:nil waitUntilDone:NO]; - } - else { - [self cancelInternal]; - } - } -} - -- (void)cancelInternalAndStop { - if (self.isFinished) return; - [self cancelInternal]; - CFRunLoopStop(CFRunLoopGetCurrent()); -} - -- (void)cancelInternal { - if (self.isFinished) return; - [super cancel]; - if (self.cancelBlock) self.cancelBlock(); - - if (self.connection) { - [self.connection cancel]; - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; - - // As we cancelled the connection, its callback won't be called and thus won't - // maintain the isFinished and isExecuting flags. - if (self.isExecuting) self.executing = NO; - if (!self.isFinished) self.finished = YES; - } - - [self reset]; -} - -- (void)done { - self.finished = YES; - self.executing = NO; - [self reset]; -} - -- (void)reset { - self.cancelBlock = nil; - self.completedBlock = nil; - self.progressBlock = nil; - self.connection = nil; - self.imageData = nil; - self.thread = nil; -} - -- (void)setFinished:(BOOL)finished { - [self willChangeValueForKey:@"isFinished"]; - _finished = finished; - [self didChangeValueForKey:@"isFinished"]; -} - -- (void)setExecuting:(BOOL)executing { - [self willChangeValueForKey:@"isExecuting"]; - _executing = executing; - [self didChangeValueForKey:@"isExecuting"]; -} - -- (BOOL)isConcurrent { - return YES; -} - -#pragma mark NSURLConnection (delegate) - -- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { - if (![response respondsToSelector:@selector(statusCode)] || [((NSHTTPURLResponse *)response) statusCode] < 400) { - NSInteger expected = response.expectedContentLength > 0 ? (NSInteger)response.expectedContentLength : 0; - self.expectedSize = expected; - if (self.progressBlock) { - self.progressBlock(0, expected); - } - - self.imageData = [[NSMutableData alloc] initWithCapacity:expected]; - } - else { - [self.connection cancel]; - - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:nil]; - - if (self.completedBlock) { - self.completedBlock(nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:[((NSHTTPURLResponse *)response) statusCode] userInfo:nil], YES); - } - CFRunLoopStop(CFRunLoopGetCurrent()); - [self done]; - } -} - -- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { - [self.imageData appendData:data]; - - if ((self.options & SDWebImageDownloaderProgressiveDownload) && self.expectedSize > 0 && self.completedBlock) { - // The following code is from http://www.cocoaintheshell.com/2011/05/progressive-images-download-imageio/ - // Thanks to the author @Nyx0uf - - // Get the total bytes downloaded - const NSInteger totalSize = self.imageData.length; - - // Update the data source, we must pass ALL the data, not just the new bytes - CGImageSourceRef imageSource = CGImageSourceCreateIncremental(NULL); - CGImageSourceUpdateData(imageSource, (__bridge CFDataRef)self.imageData, totalSize == self.expectedSize); - - if (width + height == 0) { - CFDictionaryRef properties = CGImageSourceCopyPropertiesAtIndex(imageSource, 0, NULL); - if (properties) { - NSInteger orientationValue = -1; - CFTypeRef val = CFDictionaryGetValue(properties, kCGImagePropertyPixelHeight); - if (val) CFNumberGetValue(val, kCFNumberLongType, &height); - val = CFDictionaryGetValue(properties, kCGImagePropertyPixelWidth); - if (val) CFNumberGetValue(val, kCFNumberLongType, &width); - val = CFDictionaryGetValue(properties, kCGImagePropertyOrientation); - if (val) CFNumberGetValue(val, kCFNumberNSIntegerType, &orientationValue); - CFRelease(properties); - - // When we draw to Core Graphics, we lose orientation information, - // which means the image below born of initWithCGIImage will be - // oriented incorrectly sometimes. (Unlike the image born of initWithData - // in connectionDidFinishLoading.) So save it here and pass it on later. - orientation = [[self class] orientationFromPropertyValue:(orientationValue == -1 ? 1 : orientationValue)]; - } - - } - - if (width + height > 0 && totalSize < self.expectedSize) { - // Create the image - CGImageRef partialImageRef = CGImageSourceCreateImageAtIndex(imageSource, 0, NULL); - -#ifdef TARGET_OS_IPHONE - // Workaround for iOS anamorphic image - if (partialImageRef) { - const size_t partialHeight = CGImageGetHeight(partialImageRef); - CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); - CGContextRef bmContext = CGBitmapContextCreate(NULL, width, height, 8, width * 4, colorSpace, kCGBitmapByteOrderDefault | kCGImageAlphaPremultipliedFirst); - CGColorSpaceRelease(colorSpace); - if (bmContext) { - CGContextDrawImage(bmContext, (CGRect){.origin.x = 0.0f, .origin.y = 0.0f, .size.width = width, .size.height = partialHeight}, partialImageRef); - CGImageRelease(partialImageRef); - partialImageRef = CGBitmapContextCreateImage(bmContext); - CGContextRelease(bmContext); - } - else { - CGImageRelease(partialImageRef); - partialImageRef = nil; - } - } -#endif - - if (partialImageRef) { - UIImage *image = [UIImage imageWithCGImage:partialImageRef scale:1 orientation:orientation]; - NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL]; - UIImage *scaledImage = [self scaledImageForKey:key image:image]; - image = [UIImage decodedImageWithImage:scaledImage]; - CGImageRelease(partialImageRef); - dispatch_main_sync_safe(^{ - if (self.completedBlock) { - self.completedBlock(image, nil, nil, NO); - } - }); - } - } - - CFRelease(imageSource); - } - - if (self.progressBlock) { - self.progressBlock(self.imageData.length, self.expectedSize); - } -} - -+ (UIImageOrientation)orientationFromPropertyValue:(NSInteger)value { - switch (value) { - case 1: - return UIImageOrientationUp; - case 3: - return UIImageOrientationDown; - case 8: - return UIImageOrientationLeft; - case 6: - return UIImageOrientationRight; - case 2: - return UIImageOrientationUpMirrored; - case 4: - return UIImageOrientationDownMirrored; - case 5: - return UIImageOrientationLeftMirrored; - case 7: - return UIImageOrientationRightMirrored; - default: - return UIImageOrientationUp; - } -} - -- (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image { - return SDScaledImageForKey(key, image); -} - -- (void)connectionDidFinishLoading:(NSURLConnection *)aConnection { - SDWebImageDownloaderCompletedBlock completionBlock = self.completedBlock; - @synchronized(self) { - CFRunLoopStop(CFRunLoopGetCurrent()); - self.thread = nil; - self.connection = nil; - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:nil]; - } - - if (![[NSURLCache sharedURLCache] cachedResponseForRequest:_request]) { - responseFromCached = NO; - } - - if (completionBlock) - { - if (self.options & SDWebImageDownloaderIgnoreCachedResponse && responseFromCached) { - completionBlock(nil, nil, nil, YES); - } - else { - UIImage *image = [UIImage sd_imageWithData:self.imageData]; - NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL]; - image = [self scaledImageForKey:key image:image]; - - // Do not force decoding animated GIFs - if (!image.images) { - image = [UIImage decodedImageWithImage:image]; - } - if (CGSizeEqualToSize(image.size, CGSizeZero)) { - completionBlock(nil, nil, [NSError errorWithDomain:@"SDWebImageErrorDomain" code:0 userInfo:@{NSLocalizedDescriptionKey : @"Downloaded image has 0 pixels"}], YES); - } - else { - completionBlock(image, self.imageData, nil, YES); - } - } - } - self.completionBlock = nil; - [self done]; -} - -- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error { - CFRunLoopStop(CFRunLoopGetCurrent()); - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:nil]; - - if (self.completedBlock) { - self.completedBlock(nil, nil, error, YES); - } - - [self done]; -} - -- (NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse { - responseFromCached = NO; // If this method is called, it means the response wasn't read from cache - if (self.request.cachePolicy == NSURLRequestReloadIgnoringLocalCacheData) { - // Prevents caching of responses - return nil; - } - else { - return cachedResponse; - } -} - -- (BOOL)shouldContinueWhenAppEntersBackground { - return self.options & SDWebImageDownloaderContinueInBackground; -} - -- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection __unused *)connection { - return self.shouldUseCredentialStorage; -} - -- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge{ - if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { - NSURLCredential *credential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]; - [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge]; - } else { - if ([challenge previousFailureCount] == 0) { - if (self.credential) { - [[challenge sender] useCredential:self.credential forAuthenticationChallenge:challenge]; - } else { - [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge]; - } - } else { - [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge]; - } - } -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.h deleted file mode 100644 index 6bb0dcf..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.h +++ /dev/null @@ -1,285 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageCompat.h" -#import "SDWebImageOperation.h" -#import "SDWebImageDownloader.h" -#import "SDImageCache.h" - -typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) { - /** - * By default, when a URL fail to be downloaded, the URL is blacklisted so the library won't keep trying. - * This flag disable this blacklisting. - */ - SDWebImageRetryFailed = 1 << 0, - - /** - * By default, image downloads are started during UI interactions, this flags disable this feature, - * leading to delayed download on UIScrollView deceleration for instance. - */ - SDWebImageLowPriority = 1 << 1, - - /** - * This flag disables on-disk caching - */ - SDWebImageCacheMemoryOnly = 1 << 2, - - /** - * This flag enables progressive download, the image is displayed progressively during download as a browser would do. - * By default, the image is only displayed once completely downloaded. - */ - SDWebImageProgressiveDownload = 1 << 3, - - /** - * Even if the image is cached, respect the HTTP response cache control, and refresh the image from remote location if needed. - * The disk caching will be handled by NSURLCache instead of SDWebImage leading to slight performance degradation. - * This option helps deal with images changing behind the same request URL, e.g. Facebook graph api profile pics. - * If a cached image is refreshed, the completion block is called once with the cached image and again with the final image. - * - * Use this flag only if you can't make your URLs static with embeded cache busting parameter. - */ - SDWebImageRefreshCached = 1 << 4, - - /** - * In iOS 4+, continue the download of the image if the app goes to background. This is achieved by asking the system for - * extra time in background to let the request finish. If the background task expires the operation will be cancelled. - */ - SDWebImageContinueInBackground = 1 << 5, - - /** - * Handles cookies stored in NSHTTPCookieStore by setting - * NSMutableURLRequest.HTTPShouldHandleCookies = YES; - */ - SDWebImageHandleCookies = 1 << 6, - - /** - * Enable to allow untrusted SSL ceriticates. - * Useful for testing purposes. Use with caution in production. - */ - SDWebImageAllowInvalidSSLCertificates = 1 << 7, - - /** - * By default, image are loaded in the order they were queued. This flag move them to - * the front of the queue and is loaded immediately instead of waiting for the current queue to be loaded (which - * could take a while). - */ - SDWebImageHighPriority = 1 << 8, - - /** - * By default, placeholder images are loaded while the image is loading. This flag will delay the loading - * of the placeholder image until after the image has finished loading. - */ - SDWebImageDelayPlaceholder = 1 << 9 -}; - -typedef void(^SDWebImageCompletionBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL); - -typedef void(^SDWebImageCompletionWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL); - -typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url); - - -@class SDWebImageManager; - -@protocol SDWebImageManagerDelegate - -@optional - -/** - * Controls which image should be downloaded when the image is not found in the cache. - * - * @param imageManager The current `SDWebImageManager` - * @param imageURL The url of the image to be downloaded - * - * @return Return NO to prevent the downloading of the image on cache misses. If not implemented, YES is implied. - */ -- (BOOL)imageManager:(SDWebImageManager *)imageManager shouldDownloadImageForURL:(NSURL *)imageURL; - -/** - * Allows to transform the image immediately after it has been downloaded and just before to cache it on disk and memory. - * NOTE: This method is called from a global queue in order to not to block the main thread. - * - * @param imageManager The current `SDWebImageManager` - * @param image The image to transform - * @param imageURL The url of the image to transform - * - * @return The transformed image object. - */ -- (UIImage *)imageManager:(SDWebImageManager *)imageManager transformDownloadedImage:(UIImage *)image withURL:(NSURL *)imageURL; - -@end - -/** - * The SDWebImageManager is the class behind the UIImageView+WebCache category and likes. - * It ties the asynchronous downloader (SDWebImageDownloader) with the image cache store (SDImageCache). - * You can use this class directly to benefit from web image downloading with caching in another context than - * a UIView. - * - * Here is a simple example of how to use SDWebImageManager: - * - * @code - -SDWebImageManager *manager = [SDWebImageManager sharedManager]; -[manager downloadWithURL:imageURL - options:0 - progress:nil - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (image) { - // do something with image - } - }]; - - * @endcode - */ -@interface SDWebImageManager : NSObject - -@property (weak, nonatomic) id delegate; - -@property (strong, nonatomic, readonly) SDImageCache *imageCache; -@property (strong, nonatomic, readonly) SDWebImageDownloader *imageDownloader; - -/** - * The cache filter is a block used each time SDWebImageManager need to convert an URL into a cache key. This can - * be used to remove dynamic part of an image URL. - * - * The following example sets a filter in the application delegate that will remove any query-string from the - * URL before to use it as a cache key: - * - * @code - -[[SDWebImageManager sharedManager] setCacheKeyFilter:^(NSURL *url) { - url = [[NSURL alloc] initWithScheme:url.scheme host:url.host path:url.path]; - return [url absoluteString]; -}]; - - * @endcode - */ -@property (copy) SDWebImageCacheKeyFilterBlock cacheKeyFilter; - -/** - * Returns global SDWebImageManager instance. - * - * @return SDWebImageManager shared instance - */ -+ (SDWebImageManager *)sharedManager; - -/** - * Downloads the image at the given URL if not present in cache or return the cached version otherwise. - * - * @param url The URL to the image - * @param options A mask to specify options to use for this request - * @param progressBlock A block called while image is downloading - * @param completedBlock A block called when operation has been completed. - * - * This parameter is required. - * - * This block has no return value and takes the requested UIImage as first parameter. - * In case of error the image parameter is nil and the second parameter may contain an NSError. - * - * The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from the local cache - * or from the memory cache or from the network. - * - * The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and the image is - * downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the - * block is called a last time with the full image and the last parameter set to YES. - * - * @return Returns an NSObject conforming to SDWebImageOperation. Should be an instance of SDWebImageDownloaderOperation - */ -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletionWithFinishedBlock)completedBlock; - -/** - * Saves image to cache for given URL - * - * @param image The image to cache - * @param url The URL to the image - * - */ - -- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url; - -/** - * Cancel all current opreations - */ -- (void)cancelAll; - -/** - * Check one or more operations running - */ -- (BOOL)isRunning; - -/** - * Check if image has already been cached - * - * @param url image url - * - * @return if the image was already cached - */ -- (BOOL)cachedImageExistsForURL:(NSURL *)url; - -/** - * Check if image has already been cached on disk only - * - * @param url image url - * - * @return if the image was already cached (disk only) - */ -- (BOOL)diskImageExistsForURL:(NSURL *)url; - -/** - * Async check if image has already been cached - * - * @param url image url - * @param completionBlock the block to be executed when the check is finished - * - * @note the completion block is always executed on the main queue - */ -- (void)cachedImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; - -/** - * Async check if image has already been cached on disk only - * - * @param url image url - * @param completionBlock the block to be executed when the check is finished - * - * @note the completion block is always executed on the main queue - */ -- (void)diskImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; - - -/** - *Return the cache key for a given URL - */ -- (NSString *)cacheKeyForURL:(NSURL *)url; - -@end - - -#pragma mark - Deprecated - -typedef void(^SDWebImageCompletedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionBlock`"); -typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionWithFinishedBlock`"); - - -@interface SDWebImageManager (Deprecated) - -/** - * Downloads the image at the given URL if not present in cache or return the cached version otherwise. - * - * @deprecated This method has been deprecated. Use `downloadImageWithURL:options:progress:completed:` - */ -- (id )downloadWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletedWithFinishedBlock)completedBlock __deprecated_msg("Method deprecated. Use `downloadImageWithURL:options:progress:completed:`"); - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.m deleted file mode 100644 index 2781ec8..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageManager.m +++ /dev/null @@ -1,346 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageManager.h" -#import - -@interface SDWebImageCombinedOperation : NSObject - -@property (assign, nonatomic, getter = isCancelled) BOOL cancelled; -@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock; -@property (strong, nonatomic) NSOperation *cacheOperation; - -@end - -@interface SDWebImageManager () - -@property (strong, nonatomic, readwrite) SDImageCache *imageCache; -@property (strong, nonatomic, readwrite) SDWebImageDownloader *imageDownloader; -@property (strong, nonatomic) NSMutableArray *failedURLs; -@property (strong, nonatomic) NSMutableArray *runningOperations; - -@end - -@implementation SDWebImageManager - -+ (id)sharedManager { - static dispatch_once_t once; - static id instance; - dispatch_once(&once, ^{ - instance = [self new]; - }); - return instance; -} - -- (id)init { - if ((self = [super init])) { - _imageCache = [self createCache]; - _imageDownloader = [SDWebImageDownloader sharedDownloader]; - _failedURLs = [NSMutableArray new]; - _runningOperations = [NSMutableArray new]; - } - return self; -} - -- (SDImageCache *)createCache { - return [SDImageCache sharedImageCache]; -} - -- (NSString *)cacheKeyForURL:(NSURL *)url { - if (self.cacheKeyFilter) { - return self.cacheKeyFilter(url); - } - else { - return [url absoluteString]; - } -} - -- (BOOL)cachedImageExistsForURL:(NSURL *)url { - NSString *key = [self cacheKeyForURL:url]; - if ([self.imageCache imageFromMemoryCacheForKey:key] != nil) return YES; - return [self.imageCache diskImageExistsWithKey:key]; -} - -- (BOOL)diskImageExistsForURL:(NSURL *)url { - NSString *key = [self cacheKeyForURL:url]; - return [self.imageCache diskImageExistsWithKey:key]; -} - -- (void)cachedImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { - NSString *key = [self cacheKeyForURL:url]; - - BOOL isInMemoryCache = ([self.imageCache imageFromMemoryCacheForKey:key] != nil); - - if (isInMemoryCache) { - // making sure we call the completion block on the main queue - dispatch_async(dispatch_get_main_queue(), ^{ - if (completionBlock) { - completionBlock(YES); - } - }); - return; - } - - [self.imageCache diskImageExistsWithKey:key completion:^(BOOL isInDiskCache) { - // the completion block of checkDiskCacheForImageWithKey:completion: is always called on the main queue, no need to further dispatch - if (completionBlock) { - completionBlock(isInDiskCache); - } - }]; -} - -- (void)diskImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { - NSString *key = [self cacheKeyForURL:url]; - - [self.imageCache diskImageExistsWithKey:key completion:^(BOOL isInDiskCache) { - // the completion block of checkDiskCacheForImageWithKey:completion: is always called on the main queue, no need to further dispatch - if (completionBlock) { - completionBlock(isInDiskCache); - } - }]; -} - -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletionWithFinishedBlock)completedBlock { - // Invoking this method without a completedBlock is pointless - NSParameterAssert(completedBlock); - - // Very common mistake is to send the URL using NSString object instead of NSURL. For some strange reason, XCode won't - // throw any warning for this type mismatch. Here we failsafe this error by allowing URLs to be passed as NSString. - if ([url isKindOfClass:NSString.class]) { - url = [NSURL URLWithString:(NSString *)url]; - } - - // Prevents app crashing on argument type error like sending NSNull instead of NSURL - if (![url isKindOfClass:NSURL.class]) { - url = nil; - } - - __block SDWebImageCombinedOperation *operation = [SDWebImageCombinedOperation new]; - __weak SDWebImageCombinedOperation *weakOperation = operation; - - BOOL isFailedUrl = NO; - @synchronized (self.failedURLs) { - isFailedUrl = [self.failedURLs containsObject:url]; - } - - if (!url || (!(options & SDWebImageRetryFailed) && isFailedUrl)) { - dispatch_main_sync_safe(^{ - NSError *error = [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:nil]; - completedBlock(nil, error, SDImageCacheTypeNone, YES, url); - }); - return operation; - } - - @synchronized (self.runningOperations) { - [self.runningOperations addObject:operation]; - } - NSString *key = [self cacheKeyForURL:url]; - - operation.cacheOperation = [self.imageCache queryDiskCacheForKey:key done:^(UIImage *image, SDImageCacheType cacheType) { - if (operation.isCancelled) { - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - - return; - } - - if ((!image || options & SDWebImageRefreshCached) && (![self.delegate respondsToSelector:@selector(imageManager:shouldDownloadImageForURL:)] || [self.delegate imageManager:self shouldDownloadImageForURL:url])) { - if (image && options & SDWebImageRefreshCached) { - dispatch_main_sync_safe(^{ - // If image was found in the cache bug SDWebImageRefreshCached is provided, notify about the cached image - // AND try to re-download it in order to let a chance to NSURLCache to refresh it from server. - completedBlock(image, nil, cacheType, YES, url); - }); - } - - // download if no image or requested to refresh anyway, and download allowed by delegate - SDWebImageDownloaderOptions downloaderOptions = 0; - if (options & SDWebImageLowPriority) downloaderOptions |= SDWebImageDownloaderLowPriority; - if (options & SDWebImageProgressiveDownload) downloaderOptions |= SDWebImageDownloaderProgressiveDownload; - if (options & SDWebImageRefreshCached) downloaderOptions |= SDWebImageDownloaderUseNSURLCache; - if (options & SDWebImageContinueInBackground) downloaderOptions |= SDWebImageDownloaderContinueInBackground; - if (options & SDWebImageHandleCookies) downloaderOptions |= SDWebImageDownloaderHandleCookies; - if (options & SDWebImageAllowInvalidSSLCertificates) downloaderOptions |= SDWebImageDownloaderAllowInvalidSSLCertificates; - if (options & SDWebImageHighPriority) downloaderOptions |= SDWebImageDownloaderHighPriority; - if (image && options & SDWebImageRefreshCached) { - // force progressive off if image already cached but forced refreshing - downloaderOptions &= ~SDWebImageDownloaderProgressiveDownload; - // ignore image read from NSURLCache if image if cached but force refreshing - downloaderOptions |= SDWebImageDownloaderIgnoreCachedResponse; - } - id subOperation = [self.imageDownloader downloadImageWithURL:url options:downloaderOptions progress:progressBlock completed:^(UIImage *downloadedImage, NSData *data, NSError *error, BOOL finished) { - if (weakOperation.isCancelled) { - // Do nothing if the operation was cancelled - // See #699 for more details - // if we would call the completedBlock, there could be a race condition between this block and another completedBlock for the same object, so if this one is called second, we will overwrite the new data - } - else if (error) { - dispatch_main_sync_safe(^{ - if (!weakOperation.isCancelled) { - completedBlock(nil, error, SDImageCacheTypeNone, finished, url); - } - }); - - if (error.code != NSURLErrorNotConnectedToInternet && error.code != NSURLErrorCancelled && error.code != NSURLErrorTimedOut) { - @synchronized (self.failedURLs) { - [self.failedURLs addObject:url]; - } - } - } - else { - BOOL cacheOnDisk = !(options & SDWebImageCacheMemoryOnly); - - if (options & SDWebImageRefreshCached && image && !downloadedImage) { - // Image refresh hit the NSURLCache cache, do not call the completion block - } - // NOTE: We don't call transformDownloadedImage delegate method on animated images as most transformation code would mangle it - else if (downloadedImage && !downloadedImage.images && [self.delegate respondsToSelector:@selector(imageManager:transformDownloadedImage:withURL:)]) { - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ - UIImage *transformedImage = [self.delegate imageManager:self transformDownloadedImage:downloadedImage withURL:url]; - - if (transformedImage && finished) { - BOOL imageWasTransformed = ![transformedImage isEqual:downloadedImage]; - [self.imageCache storeImage:transformedImage recalculateFromImage:imageWasTransformed imageData:data forKey:key toDisk:cacheOnDisk]; - } - - dispatch_main_sync_safe(^{ - if (!weakOperation.isCancelled) { - completedBlock(transformedImage, nil, SDImageCacheTypeNone, finished, url); - } - }); - }); - } - else { - if (downloadedImage && finished) { - [self.imageCache storeImage:downloadedImage recalculateFromImage:NO imageData:data forKey:key toDisk:cacheOnDisk]; - } - - dispatch_main_sync_safe(^{ - if (!weakOperation.isCancelled) { - completedBlock(downloadedImage, nil, SDImageCacheTypeNone, finished, url); - } - }); - } - } - - if (finished) { - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - } - }]; - operation.cancelBlock = ^{ - [subOperation cancel]; - - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:weakOperation]; - } - }; - } - else if (image) { - dispatch_main_sync_safe(^{ - if (!weakOperation.isCancelled) { - completedBlock(image, nil, cacheType, YES, url); - } - }); - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - } - else { - // Image not in cache and download disallowed by delegate - dispatch_main_sync_safe(^{ - if (!weakOperation.isCancelled) { - completedBlock(nil, nil, SDImageCacheTypeNone, YES, url); - } - }); - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - } - }]; - - return operation; -} - -- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url { - if (image && url) { - NSString *key = [self cacheKeyForURL:url]; - [self.imageCache storeImage:image forKey:key toDisk:YES]; - } -} - -- (void)cancelAll { - @synchronized (self.runningOperations) { - [self.runningOperations makeObjectsPerformSelector:@selector(cancel)]; - [self.runningOperations removeAllObjects]; - } -} - -- (BOOL)isRunning { - return self.runningOperations.count > 0; -} - -@end - - -@implementation SDWebImageCombinedOperation - -- (void)setCancelBlock:(SDWebImageNoParamsBlock)cancelBlock { - // check if the operation is already cancelled, then we just call the cancelBlock - if (self.isCancelled) { - if (cancelBlock) { - cancelBlock(); - } - _cancelBlock = nil; // don't forget to nil the cancelBlock, otherwise we will get crashes - } else { - _cancelBlock = [cancelBlock copy]; - } -} - -- (void)cancel { - self.cancelled = YES; - if (self.cacheOperation) { - [self.cacheOperation cancel]; - self.cacheOperation = nil; - } - if (self.cancelBlock) { - self.cancelBlock(); - - // TODO: this is a temporary fix to #809. - // Until we can figure the exact cause of the crash, going with the ivar instead of the setter -// self.cancelBlock = nil; - _cancelBlock = nil; - } -} - -@end - - -@implementation SDWebImageManager (Deprecated) - -// deprecated method, uses the non deprecated method -// adapter for the completion block -- (id )downloadWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedWithFinishedBlock)completedBlock { - return [self downloadImageWithURL:url - options:options - progress:progressBlock - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType, finished); - } - }]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageOperation.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageOperation.h deleted file mode 100644 index 71094ee..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImageOperation.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import - -@protocol SDWebImageOperation - -- (void)cancel; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h deleted file mode 100644 index 4f14fa2..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h +++ /dev/null @@ -1,98 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageManager.h" - -@class SDWebImagePrefetcher; - -@protocol SDWebImagePrefetcherDelegate - -@optional - -/** - * Called when an image was prefetched. - * - * @param imagePrefetcher The current image prefetcher - * @param imageURL The image url that was prefetched - * @param finishedCount The total number of images that were prefetched (successful or not) - * @param totalCount The total number of images that were to be prefetched - */ -- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didPrefetchURL:(NSURL *)imageURL finishedCount:(NSUInteger)finishedCount totalCount:(NSUInteger)totalCount; - -/** - * Called when all images are prefetched. - * @param imagePrefetcher The current image prefetcher - * @param totalCount The total number of images that were prefetched (whether successful or not) - * @param skippedCount The total number of images that were skipped - */ -- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didFinishWithTotalCount:(NSUInteger)totalCount skippedCount:(NSUInteger)skippedCount; - -@end - -typedef void(^SDWebImagePrefetcherProgressBlock)(NSUInteger noOfFinishedUrls, NSUInteger noOfTotalUrls); -typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, NSUInteger noOfSkippedUrls); - -/** - * Prefetch some URLs in the cache for future use. Images are downloaded in low priority. - */ -@interface SDWebImagePrefetcher : NSObject - -/** - * The web image manager - */ -@property (strong, nonatomic, readonly) SDWebImageManager *manager; - -/** - * Maximum number of URLs to prefetch at the same time. Defaults to 3. - */ -@property (nonatomic, assign) NSUInteger maxConcurrentDownloads; - -/** - * SDWebImageOptions for prefetcher. Defaults to SDWebImageLowPriority. - */ -@property (nonatomic, assign) SDWebImageOptions options; - -@property (weak, nonatomic) id delegate; - -/** - * Return the global image prefetcher instance. - */ -+ (SDWebImagePrefetcher *)sharedImagePrefetcher; - -/** - * Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, - * currently one image is downloaded at a time, - * and skips images for failed downloads and proceed to the next image in the list - * - * @param urls list of URLs to prefetch - */ -- (void)prefetchURLs:(NSArray *)urls; - -/** - * Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, - * currently one image is downloaded at a time, - * and skips images for failed downloads and proceed to the next image in the list - * - * @param urls list of URLs to prefetch - * @param progressBlock block to be called when progress updates; - * first parameter is the number of completed (successful or not) requests, - * second parameter is the total number of images originally requested to be prefetched - * @param completionBlock block to be called when prefetching is completed - * first param is the number of completed (successful or not) requests, - * second parameter is the number of skipped requests - */ -- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock; - -/** - * Remove and cancel queued list - */ -- (void)cancelPrefetching; - - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m deleted file mode 100644 index 4087e4a..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m +++ /dev/null @@ -1,138 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImagePrefetcher.h" - -#if !defined(DEBUG) && !defined (SD_VERBOSE) -#define NSLog(...) -#endif - -@interface SDWebImagePrefetcher () - -@property (strong, nonatomic) SDWebImageManager *manager; -@property (strong, nonatomic) NSArray *prefetchURLs; -@property (assign, nonatomic) NSUInteger requestedCount; -@property (assign, nonatomic) NSUInteger skippedCount; -@property (assign, nonatomic) NSUInteger finishedCount; -@property (assign, nonatomic) NSTimeInterval startedTime; -@property (copy, nonatomic) SDWebImagePrefetcherCompletionBlock completionBlock; -@property (copy, nonatomic) SDWebImagePrefetcherProgressBlock progressBlock; - -@end - -@implementation SDWebImagePrefetcher - -+ (SDWebImagePrefetcher *)sharedImagePrefetcher { - static dispatch_once_t once; - static id instance; - dispatch_once(&once, ^{ - instance = [self new]; - }); - return instance; -} - -- (id)init { - if ((self = [super init])) { - _manager = [SDWebImageManager new]; - _options = SDWebImageLowPriority; - self.maxConcurrentDownloads = 3; - } - return self; -} - -- (void)setMaxConcurrentDownloads:(NSUInteger)maxConcurrentDownloads { - self.manager.imageDownloader.maxConcurrentDownloads = maxConcurrentDownloads; -} - -- (NSUInteger)maxConcurrentDownloads { - return self.manager.imageDownloader.maxConcurrentDownloads; -} - -- (void)startPrefetchingAtIndex:(NSUInteger)index { - if (index >= self.prefetchURLs.count) return; - self.requestedCount++; - [self.manager downloadImageWithURL:self.prefetchURLs[index] options:self.options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!finished) return; - self.finishedCount++; - - if (image) { - if (self.progressBlock) { - self.progressBlock(self.finishedCount,[self.prefetchURLs count]); - } - NSLog(@"Prefetched %@ out of %@", @(self.finishedCount), @(self.prefetchURLs.count)); - } - else { - if (self.progressBlock) { - self.progressBlock(self.finishedCount,[self.prefetchURLs count]); - } - NSLog(@"Prefetched %@ out of %@ (Failed)", @(self.finishedCount), @(self.prefetchURLs.count)); - - // Add last failed - self.skippedCount++; - } - if ([self.delegate respondsToSelector:@selector(imagePrefetcher:didPrefetchURL:finishedCount:totalCount:)]) { - [self.delegate imagePrefetcher:self - didPrefetchURL:self.prefetchURLs[index] - finishedCount:self.finishedCount - totalCount:self.prefetchURLs.count - ]; - } - - if (self.prefetchURLs.count > self.requestedCount) { - dispatch_async(dispatch_get_main_queue(), ^{ - [self startPrefetchingAtIndex:self.requestedCount]; - }); - } - else if (self.finishedCount == self.requestedCount) { - [self reportStatus]; - if (self.completionBlock) { - self.completionBlock(self.finishedCount, self.skippedCount); - self.completionBlock = nil; - } - } - }]; -} - -- (void)reportStatus { - NSUInteger total = [self.prefetchURLs count]; - NSLog(@"Finished prefetching (%@ successful, %@ skipped, timeElasped %.2f)", @(total - self.skippedCount), @(self.skippedCount), CFAbsoluteTimeGetCurrent() - self.startedTime); - if ([self.delegate respondsToSelector:@selector(imagePrefetcher:didFinishWithTotalCount:skippedCount:)]) { - [self.delegate imagePrefetcher:self - didFinishWithTotalCount:(total - self.skippedCount) - skippedCount:self.skippedCount - ]; - } -} - -- (void)prefetchURLs:(NSArray *)urls { - [self prefetchURLs:urls progress:nil completed:nil]; -} - -- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock { - [self cancelPrefetching]; // Prevent duplicate prefetch request - self.startedTime = CFAbsoluteTimeGetCurrent(); - self.prefetchURLs = urls; - self.completionBlock = completionBlock; - self.progressBlock = progressBlock; - - // Starts prefetching from the very first image on the list with the max allowed concurrency - NSUInteger listCount = self.prefetchURLs.count; - for (NSUInteger i = 0; i < self.maxConcurrentDownloads && self.requestedCount < listCount; i++) { - [self startPrefetchingAtIndex:i]; - } -} - -- (void)cancelPrefetching { - self.prefetchURLs = nil; - self.skippedCount = 0; - self.requestedCount = 0; - self.finishedCount = 0; - [self.manager cancelAll]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h deleted file mode 100644 index 7a6e867..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h +++ /dev/null @@ -1,229 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageCompat.h" -#import "SDWebImageManager.h" - -/** - * Integrates SDWebImage async downloading and caching of remote images with UIButtonView. - */ -@interface UIButton (WebCache) - -/** - * Get the current image URL. - */ -- (NSURL *)sd_currentImageURL; - -/** - * Get the image URL for a control state. - * - * @param state Which state you want to know the URL for. The values are described in UIControlState. - */ -- (NSURL *)sd_imageURLForState:(UIControlState)state; - -/** - * Set the imageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state; - -/** - * Set the imageView `image` with an `url` and a placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @see sd_setImageWithURL:placeholderImage:options: - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder; - -/** - * Set the imageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; - -/** - * Set the imageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url`, placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the backgroundImageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state; - -/** - * Set the backgroundImageView `image` with an `url` and a placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @see sd_setImageWithURL:placeholderImage:options: - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder; - -/** - * Set the backgroundImageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; - -/** - * Set the backgroundImageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the backgroundImageView `image` with an `url`, placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param state The state that uses the specified title. The values are described in UIControlState. - * @param placeholder The image to be set initially, until the image request finishes. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the backgroundImageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Cancel the current image download - */ -- (void)sd_cancelImageLoadForState:(UIControlState)state; - -/** - * Cancel the current backgroundImage download - */ -- (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state; - -@end - - -@interface UIButton (WebCacheDeprecated) - -- (NSURL *)currentImageURL __deprecated_msg("Use `sd_currentImageURL`"); -- (NSURL *)imageURLForState:(UIControlState)state __deprecated_msg("Use `sd_imageURLForState:`"); - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:`"); - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:completed:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:completed:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:completed:`"); - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:`"); - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:completed:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:completed:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:completed:`"); - -- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelImageLoadForState:`"); -- (void)cancelBackgroundImageLoadForState:(UIControlState)state __deprecated_msg("Use `sd_cancelBackgroundImageLoadForState:`"); - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m deleted file mode 100644 index 8e076ae..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m +++ /dev/null @@ -1,260 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "UIButton+WebCache.h" -#import "objc/runtime.h" -#import "UIView+WebCacheOperation.h" - -static char imageURLStorageKey; - -@implementation UIButton (WebCache) - -- (NSURL *)sd_currentImageURL { - NSURL *url = self.imageURLStorage[@(self.state)]; - - if (!url) { - url = self.imageURLStorage[@(UIControlStateNormal)]; - } - - return url; -} - -- (NSURL *)sd_imageURLForState:(UIControlState)state { - return self.imageURLStorage[@(state)]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock]; -} - -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - - [self setImage:placeholder forState:state]; - [self sd_cancelImageLoadForState:state]; - - if (!url) { - [self.imageURLStorage removeObjectForKey:@(state)]; - - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - - return; - } - - self.imageURLStorage[@(state)] = url; - - __weak UIButton *wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - __strong UIButton *sself = wself; - if (!sself) return; - if (image) { - [sself setImage:image forState:state]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forState:state]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock]; -} - -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelImageLoadForState:state]; - - [self setBackgroundImage:placeholder forState:state]; - - if (url) { - __weak UIButton *wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - __strong UIButton *sself = wself; - if (!sself) return; - if (image) { - [sself setBackgroundImage:image forState:state]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setBackgroundImageLoadOperation:operation forState:state]; - } else { - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - } -} - -- (void)sd_setImageLoadOperation:(id)operation forState:(UIControlState)state { - [self sd_setImageLoadOperation:operation forKey:[NSString stringWithFormat:@"UIButtonImageOperation%@", @(state)]]; -} - -- (void)sd_cancelImageLoadForState:(UIControlState)state { - [self sd_cancelImageLoadOperationWithKey:[NSString stringWithFormat:@"UIButtonImageOperation%@", @(state)]]; -} - -- (void)sd_setBackgroundImageLoadOperation:(id)operation forState:(UIControlState)state { - [self sd_setImageLoadOperation:operation forKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)]]; -} - -- (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state { - [self sd_cancelImageLoadOperationWithKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)]]; -} - -- (NSMutableDictionary *)imageURLStorage { - NSMutableDictionary *storage = objc_getAssociatedObject(self, &imageURLStorageKey); - if (!storage) - { - storage = [NSMutableDictionary dictionary]; - objc_setAssociatedObject(self, &imageURLStorageKey, storage, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - } - - return storage; -} - -@end - - -@implementation UIButton (WebCacheDeprecated) - -- (NSURL *)currentImageURL { - return [self sd_currentImageURL]; -} - -- (NSURL *)imageURLForState:(UIControlState)state { - return [self sd_imageURLForState:state]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentImageLoad { - // in a backwards compatible manner, cancel for current state - [self sd_cancelImageLoadForState:self.state]; -} - -- (void)cancelBackgroundImageLoadForState:(UIControlState)state { - [self sd_cancelBackgroundImageLoadForState:state]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.h deleted file mode 100755 index 084f424..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// UIImage+GIF.h -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// - -#import - -@interface UIImage (GIF) - -+ (UIImage *)sd_animatedGIFNamed:(NSString *)name; - -+ (UIImage *)sd_animatedGIFWithData:(NSData *)data; - -- (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.m deleted file mode 100755 index a703637..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+GIF.m +++ /dev/null @@ -1,158 +0,0 @@ -// -// UIImage+GIF.m -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// - -#import "UIImage+GIF.h" -#import - -@implementation UIImage (GIF) - -+ (UIImage *)sd_animatedGIFWithData:(NSData *)data { - if (!data) { - return nil; - } - - CGImageSourceRef source = CGImageSourceCreateWithData((__bridge CFDataRef)data, NULL); - - size_t count = CGImageSourceGetCount(source); - - UIImage *animatedImage; - - if (count <= 1) { - animatedImage = [[UIImage alloc] initWithData:data]; - } - else { - NSMutableArray *images = [NSMutableArray array]; - - NSTimeInterval duration = 0.0f; - - for (size_t i = 0; i < count; i++) { - CGImageRef image = CGImageSourceCreateImageAtIndex(source, i, NULL); - - duration += [self sd_frameDurationAtIndex:i source:source]; - - [images addObject:[UIImage imageWithCGImage:image scale:[UIScreen mainScreen].scale orientation:UIImageOrientationUp]]; - - CGImageRelease(image); - } - - if (!duration) { - duration = (1.0f / 10.0f) * count; - } - - animatedImage = [UIImage animatedImageWithImages:images duration:duration]; - } - - CFRelease(source); - - return animatedImage; -} - -+ (float)sd_frameDurationAtIndex:(NSUInteger)index source:(CGImageSourceRef)source { - float frameDuration = 0.1f; - CFDictionaryRef cfFrameProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil); - NSDictionary *frameProperties = (__bridge NSDictionary *)cfFrameProperties; - NSDictionary *gifProperties = frameProperties[(NSString *)kCGImagePropertyGIFDictionary]; - - NSNumber *delayTimeUnclampedProp = gifProperties[(NSString *)kCGImagePropertyGIFUnclampedDelayTime]; - if (delayTimeUnclampedProp) { - frameDuration = [delayTimeUnclampedProp floatValue]; - } - else { - - NSNumber *delayTimeProp = gifProperties[(NSString *)kCGImagePropertyGIFDelayTime]; - if (delayTimeProp) { - frameDuration = [delayTimeProp floatValue]; - } - } - - // Many annoying ads specify a 0 duration to make an image flash as quickly as possible. - // We follow Firefox's behavior and use a duration of 100 ms for any frames that specify - // a duration of <= 10 ms. See and - // for more information. - - if (frameDuration < 0.011f) { - frameDuration = 0.100f; - } - - CFRelease(cfFrameProperties); - return frameDuration; -} - -+ (UIImage *)sd_animatedGIFNamed:(NSString *)name { - CGFloat scale = [UIScreen mainScreen].scale; - - if (scale > 1.0f) { - NSString *retinaPath = [[NSBundle mainBundle] pathForResource:[name stringByAppendingString:@"@2x"] ofType:@"gif"]; - - NSData *data = [NSData dataWithContentsOfFile:retinaPath]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - NSString *path = [[NSBundle mainBundle] pathForResource:name ofType:@"gif"]; - - data = [NSData dataWithContentsOfFile:path]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - return [UIImage imageNamed:name]; - } - else { - NSString *path = [[NSBundle mainBundle] pathForResource:name ofType:@"gif"]; - - NSData *data = [NSData dataWithContentsOfFile:path]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - return [UIImage imageNamed:name]; - } -} - -- (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size { - if (CGSizeEqualToSize(self.size, size) || CGSizeEqualToSize(size, CGSizeZero)) { - return self; - } - - CGSize scaledSize = size; - CGPoint thumbnailPoint = CGPointZero; - - CGFloat widthFactor = size.width / self.size.width; - CGFloat heightFactor = size.height / self.size.height; - CGFloat scaleFactor = (widthFactor > heightFactor) ? widthFactor : heightFactor; - scaledSize.width = self.size.width * scaleFactor; - scaledSize.height = self.size.height * scaleFactor; - - if (widthFactor > heightFactor) { - thumbnailPoint.y = (size.height - scaledSize.height) * 0.5; - } - else if (widthFactor < heightFactor) { - thumbnailPoint.x = (size.width - scaledSize.width) * 0.5; - } - - NSMutableArray *scaledImages = [NSMutableArray array]; - - UIGraphicsBeginImageContextWithOptions(size, NO, 0.0); - - for (UIImage *image in self.images) { - [image drawInRect:CGRectMake(thumbnailPoint.x, thumbnailPoint.y, scaledSize.width, scaledSize.height)]; - UIImage *newImage = UIGraphicsGetImageFromCurrentImageContext(); - - [scaledImages addObject:newImage]; - } - - UIGraphicsEndImageContext(); - - return [UIImage animatedImageWithImages:scaledImages duration:self.duration]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h deleted file mode 100644 index 186ebc0..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// UIImage+MultiFormat.h -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// - -#import - -@interface UIImage (MultiFormat) - -+ (UIImage *)sd_imageWithData:(NSData *)data; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m deleted file mode 100644 index 5395280..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m +++ /dev/null @@ -1,114 +0,0 @@ -// -// UIImage+MultiFormat.m -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// - -#import "UIImage+MultiFormat.h" -#import "UIImage+GIF.h" -#import "NSData+ImageContentType.h" -#import - -#ifdef SD_WEBP -#import "UIImage+WebP.h" -#endif - -@implementation UIImage (MultiFormat) - -+ (UIImage *)sd_imageWithData:(NSData *)data { - UIImage *image; - NSString *imageContentType = [NSData sd_contentTypeForImageData:data]; - if ([imageContentType isEqualToString:@"image/gif"]) { - image = [UIImage sd_animatedGIFWithData:data]; - } -#ifdef SD_WEBP - else if ([imageContentType isEqualToString:@"image/webp"]) - { - image = [UIImage sd_imageWithWebPData:data]; - } -#endif - else { - image = [[UIImage alloc] initWithData:data]; - UIImageOrientation orientation = [self sd_imageOrientationFromImageData:data]; - if (orientation != UIImageOrientationUp) { - image = [UIImage imageWithCGImage:image.CGImage - scale:image.scale - orientation:orientation]; - } - } - - - return image; -} - - -+(UIImageOrientation)sd_imageOrientationFromImageData:(NSData *)imageData { - UIImageOrientation result = UIImageOrientationUp; - CGImageSourceRef imageSource = CGImageSourceCreateWithData((__bridge CFDataRef)imageData, NULL); - if (imageSource) { - CFDictionaryRef properties = CGImageSourceCopyPropertiesAtIndex(imageSource, 0, NULL); - if (properties) { - CFTypeRef val; - int exifOrientation; - val = CFDictionaryGetValue(properties, kCGImagePropertyOrientation); - if (val) { - CFNumberGetValue(val, kCFNumberIntType, &exifOrientation); - result = [self sd_exifOrientationToiOSOrientation:exifOrientation]; - } // else - if it's not set it remains at up - CFRelease((CFTypeRef) properties); - } else { - //NSLog(@"NO PROPERTIES, FAIL"); - } - CFRelease(imageSource); - } - return result; -} - -#pragma mark EXIF orientation tag converter -// Convert an EXIF image orientation to an iOS one. -// reference see here: http://sylvana.net/jpegcrop/exif_orientation.html -+ (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation { - UIImageOrientation orientation = UIImageOrientationUp; - switch (exifOrientation) { - case 1: - orientation = UIImageOrientationUp; - break; - - case 3: - orientation = UIImageOrientationDown; - break; - - case 8: - orientation = UIImageOrientationLeft; - break; - - case 6: - orientation = UIImageOrientationRight; - break; - - case 2: - orientation = UIImageOrientationUpMirrored; - break; - - case 4: - orientation = UIImageOrientationDownMirrored; - break; - - case 5: - orientation = UIImageOrientationLeftMirrored; - break; - - case 7: - orientation = UIImageOrientationRightMirrored; - break; - default: - break; - } - return orientation; -} - - - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h deleted file mode 100644 index 6b00366..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h +++ /dev/null @@ -1,100 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageCompat.h" -#import "SDWebImageManager.h" - -/** - * Integrates SDWebImage async downloading and caching of remote images with UIImageView for highlighted state. - */ -@interface UIImageView (HighlightedWebCache) - -/** - * Set the imageView `highlightedImage` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url; - -/** - * Set the imageView `highlightedImage` with an `url` and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options; - -/** - * Set the imageView `highlightedImage` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `highlightedImage` with an `url` and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `highlightedImage` with an `url` and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param progressBlock A block called while image is downloading - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Cancel the current download - */ -- (void)sd_cancelCurrentHighlightedImageLoad; - -@end - - -@interface UIImageView (HighlightedWebCacheDeprecated) - -- (void)setHighlightedImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:completed:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:completed:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:progress:completed:`"); - -- (void)cancelCurrentHighlightedImageLoad __deprecated_msg("Use `sd_cancelCurrentHighlightedImageLoad`"); - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m deleted file mode 100644 index ae73610..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m +++ /dev/null @@ -1,107 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "UIImageView+HighlightedWebCache.h" -#import "UIView+WebCacheOperation.h" - -#define UIImageViewHighlightedWebCacheOperationKey @"highlightedImage" - -@implementation UIImageView (HighlightedWebCache) - -- (void)sd_setHighlightedImageWithURL:(NSURL *)url { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil]; -} - -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil]; -} - -- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:completedBlock]; -} - -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:completedBlock]; -} - -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelCurrentHighlightedImageLoad]; - - if (url) { - __weak UIImageView *wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe (^ - { - if (!wself) return; - if (image) { - wself.highlightedImage = image; - [wself setNeedsLayout]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forKey:UIImageViewHighlightedWebCacheOperationKey]; - } else { - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - } -} - -- (void)sd_cancelCurrentHighlightedImageLoad { - [self sd_cancelImageLoadOperationWithKey:UIImageViewHighlightedWebCacheOperationKey]; -} - -@end - - -@implementation UIImageView (HighlightedWebCacheDeprecated) - -- (void)setHighlightedImageWithURL:(NSURL *)url { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:0 progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentHighlightedImageLoad { - [self sd_cancelCurrentHighlightedImageLoad]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h deleted file mode 100644 index 717d393..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h +++ /dev/null @@ -1,201 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "SDWebImageCompat.h" -#import "SDWebImageManager.h" - -/** - * Integrates SDWebImage async downloading and caching of remote images with UIImageView. - * - * Usage with a UITableViewCell sub-class: - * - * @code - -#import - -... - -- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath -{ - static NSString *MyIdentifier = @"MyIdentifier"; - - UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:MyIdentifier]; - - if (cell == nil) { - cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:MyIdentifier] - autorelease]; - } - - // Here we use the provided sd_setImageWithURL: method to load the web image - // Ensure you use a placeholder image otherwise cells will be initialized with no image - [cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://example.com/image.jpg"] - placeholderImage:[UIImage imageNamed:@"placeholder"]]; - - cell.textLabel.text = @"My Text"; - return cell; -} - - * @endcode - */ -@interface UIImageView (WebCache) - -/** - * Get the current image URL. - * - * Note that because of the limitations of categories this property can get out of sync - * if you use sd_setImage: directly. - */ -- (NSURL *)sd_imageURL; - -/** - * Set the imageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - */ -- (void)sd_setImageWithURL:(NSURL *)url; - -/** - * Set the imageView `image` with an `url` and a placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @see sd_setImageWithURL:placeholderImage:options: - */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder; - -/** - * Set the imageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; - -/** - * Set the imageView `image` with an `url`. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url`, placeholder. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url`, placeholder and custom options. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param progressBlock A block called while image is downloading - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Set the imageView `image` with an `url` and a optionaly placeholder image. - * - * The download is asynchronous and cached. - * - * @param url The url for the image. - * @param placeholder The image to be set initially, until the image request finishes. - * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. - * @param progressBlock A block called while image is downloading - * @param completedBlock A block called when operation has been completed. This block has no return value - * and takes the requested UIImage as first parameter. In case of error the image parameter - * is nil and the second parameter may contain an NSError. The third parameter is a Boolean - * indicating if the image was retrived from the local cache of from the network. - * The forth parameter is the original image url. - */ -- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url andPlaceholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Download an array of images and starts them in an animation loop - * - * @param arrayOfURLs An array of NSURL - */ -- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs; - -/** - * Cancel the current download - */ -- (void)sd_cancelCurrentImageLoad; - -- (void)sd_cancelCurrentAnimationImagesLoad; - -@end - - -@interface UIImageView (WebCacheDeprecated) - -- (NSURL *)imageURL __deprecated_msg("Use `sd_imageURL`"); - -- (void)setImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options`"); - -- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:progress:completed:`"); - -- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs __deprecated_msg("Use `sd_setAnimationImagesWithURLs:`"); - -- (void)cancelCurrentArrayLoad __deprecated_msg("Use `sd_cancelCurrentAnimationImagesLoad`"); - -- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelCurrentImageLoad`"); - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m deleted file mode 100644 index 51663dd..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m +++ /dev/null @@ -1,195 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "UIImageView+WebCache.h" -#import "objc/runtime.h" -#import "UIView+WebCacheOperation.h" - -static char imageURLKey; - -@implementation UIImageView (WebCache) - -- (void)sd_setImageWithURL:(NSURL *)url { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil]; -} - -- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:completedBlock]; -} - -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:completedBlock]; -} - -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:completedBlock]; -} - -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelCurrentImageLoad]; - objc_setAssociatedObject(self, &imageURLKey, url, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - - if (!(options & SDWebImageDelayPlaceholder)) { - self.image = placeholder; - } - - if (url) { - __weak UIImageView *wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - if (!wself) return; - if (image) { - wself.image = image; - [wself setNeedsLayout]; - } else { - if ((options & SDWebImageDelayPlaceholder)) { - wself.image = placeholder; - [wself setNeedsLayout]; - } - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forKey:@"UIImageViewImageLoad"]; - } else { - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - } -} - -- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url andPlaceholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { - NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:url]; - UIImage *lastPreviousCachedImage = [[SDImageCache sharedImageCache] imageFromDiskCacheForKey:key]; - - [self sd_setImageWithURL:url placeholderImage:lastPreviousCachedImage ?: placeholder options:options progress:progressBlock completed:completedBlock]; -} - -- (NSURL *)sd_imageURL { - return objc_getAssociatedObject(self, &imageURLKey); -} - -- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs { - [self sd_cancelCurrentAnimationImagesLoad]; - __weak UIImageView *wself = self; - - NSMutableArray *operationsArray = [[NSMutableArray alloc] init]; - - for (NSURL *logoImageURL in arrayOfURLs) { - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:logoImageURL options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - __strong UIImageView *sself = wself; - [sself stopAnimating]; - if (sself && image) { - NSMutableArray *currentImages = [[sself animationImages] mutableCopy]; - if (!currentImages) { - currentImages = [[NSMutableArray alloc] init]; - } - [currentImages addObject:image]; - - sself.animationImages = currentImages; - [sself setNeedsLayout]; - } - [sself startAnimating]; - }); - }]; - [operationsArray addObject:operation]; - } - - [self sd_setImageLoadOperation:[NSArray arrayWithArray:operationsArray] forKey:@"UIImageViewAnimationImages"]; -} - -- (void)sd_cancelCurrentImageLoad { - [self sd_cancelImageLoadOperationWithKey:@"UIImageViewImageLoad"]; -} - -- (void)sd_cancelCurrentAnimationImagesLoad { - [self sd_cancelImageLoadOperationWithKey:@"UIImageViewAnimationImages"]; -} - -@end - - -@implementation UIImageView (WebCacheDeprecated) - -- (NSURL *)imageURL { - return [self sd_imageURL]; -} - -- (void)setImageWithURL:(NSURL *)url { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentArrayLoad { - [self sd_cancelCurrentAnimationImagesLoad]; -} - -- (void)cancelCurrentImageLoad { - [self sd_cancelCurrentImageLoad]; -} - -- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs { - [self sd_setAnimationImagesWithURLs:arrayOfURLs]; -} - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h deleted file mode 100644 index 6719036..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import -#import "SDWebImageManager.h" - -@interface UIView (WebCacheOperation) - -/** - * Set the image load operation (storage in a UIView based dictionary) - * - * @param operation the operation - * @param key key for storing the operation - */ -- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key; - -/** - * Cancel all operations for the current UIView and key - * - * @param key key for identifying the operations - */ -- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key; - -/** - * Just remove the operations corresponding to the current UIView and key without cancelling them - * - * @param key key for identifying the operations - */ -- (void)sd_removeImageLoadOperationWithKey:(NSString *)key; - -@end diff --git a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m b/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m deleted file mode 100644 index 9219478..0000000 --- a/GPUberViewDemo/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m +++ /dev/null @@ -1,55 +0,0 @@ -/* - * This file is part of the SDWebImage package. - * (c) Olivier Poitrey - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#import "UIView+WebCacheOperation.h" -#import "objc/runtime.h" - -static char loadOperationKey; - -@implementation UIView (WebCacheOperation) - -- (NSMutableDictionary *)operationDictionary { - NSMutableDictionary *operations = objc_getAssociatedObject(self, &loadOperationKey); - if (operations) { - return operations; - } - operations = [NSMutableDictionary dictionary]; - objc_setAssociatedObject(self, &loadOperationKey, operations, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - return operations; -} - -- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key { - [self sd_cancelImageLoadOperationWithKey:key]; - NSMutableDictionary *operationDictionary = [self operationDictionary]; - [operationDictionary setObject:operation forKey:key]; -} - -- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key { - // Cancel in progress downloader from queue - NSMutableDictionary *operationDictionary = [self operationDictionary]; - id operations = [operationDictionary objectForKey:key]; - if (operations) { - if ([operations isKindOfClass:[NSArray class]]) { - for (id operation in operations) { - if (operation) { - [operation cancel]; - } - } - } else if ([operations conformsToProtocol:@protocol(SDWebImageOperation)]){ - [(id) operations cancel]; - } - [operationDictionary removeObjectForKey:key]; - } -} - -- (void)sd_removeImageLoadOperationWithKey:(NSString *)key { - NSMutableDictionary *operationDictionary = [self operationDictionary]; - [operationDictionary removeObjectForKey:key]; -} - -@end diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-AFNetworking/Pods-AFNetworking-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-AFNetworking/Pods-AFNetworking-Private.xcconfig index 30afec8..62586c6 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-AFNetworking/Pods-AFNetworking-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-AFNetworking/Pods-AFNetworking-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-AFNetworking.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/AFNetworking" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/AFNetworking" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = ${PODS_AFNETWORKING_OTHER_LDFLAGS} -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-BlocksKit/Pods-BlocksKit-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-BlocksKit/Pods-BlocksKit-Private.xcconfig index 3279367..44bdc62 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-BlocksKit/Pods-BlocksKit-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-BlocksKit/Pods-BlocksKit-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-BlocksKit.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/BlocksKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/BlocksKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = ${PODS_BLOCKSKIT_OTHER_LDFLAGS} -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-Bolts/Pods-Bolts-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-Bolts/Pods-Bolts-Private.xcconfig index 1e0909f..1ee7f65 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-Bolts/Pods-Bolts-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-Bolts/Pods-Bolts-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-Bolts.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Bolts" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Bolts" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-Private.xcconfig index adb34b9..d31b0ba 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-INTULocationManager/Pods-INTULocationManager-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-INTULocationManager.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/INTULocationManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/INTULocationManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-JSONModel/Pods-JSONModel-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-JSONModel/Pods-JSONModel-Private.xcconfig index c38df8e..c8130ed 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-JSONModel/Pods-JSONModel-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-JSONModel/Pods-JSONModel-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-JSONModel.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/JSONModel" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/JSONModel" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-Masonry/Pods-Masonry-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-Masonry/Pods-Masonry-Private.xcconfig index f1b7cdf..f69a107 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-Masonry/Pods-Masonry-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-Masonry/Pods-Masonry-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-Masonry.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Masonry" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Masonry" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = ${PODS_MASONRY_OTHER_LDFLAGS} -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-Private.xcconfig index 5b0b50d..007a830 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-Private.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods-PulsingHalo/Pods-PulsingHalo-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-PulsingHalo.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/PulsingHalo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/PulsingHalo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" OTHER_LDFLAGS = ${PODS_PULSINGHALO_OTHER_LDFLAGS} -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-Private.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-Private.xcconfig deleted file mode 100644 index d48d83f..0000000 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-Private.xcconfig +++ /dev/null @@ -1,5 +0,0 @@ -#include "Pods-SDWebImage.xcconfig" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/SDWebImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" -OTHER_LDFLAGS = ${PODS_SDWEBIMAGE_OTHER_LDFLAGS} -ObjC -PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-dummy.m b/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-dummy.m deleted file mode 100644 index 1e978bb..0000000 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_SDWebImage : NSObject -@end -@implementation PodsDummy_Pods_SDWebImage -@end diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-prefix.pch b/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-prefix.pch deleted file mode 100644 index 95cf11d..0000000 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage-prefix.pch +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - -#import "Pods-environment.h" diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage.xcconfig deleted file mode 100644 index b82befe..0000000 --- a/GPUberViewDemo/Pods/Target Support Files/Pods-SDWebImage/Pods-SDWebImage.xcconfig +++ /dev/null @@ -1 +0,0 @@ -PODS_SDWEBIMAGE_OTHER_LDFLAGS = -framework "ImageIO" \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown index 3da220b..d6b5eae 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +++ b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown @@ -162,28 +162,4 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -## SDWebImage - -Copyright (c) 2009 Olivier Poitrey - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - Generated by CocoaPods - http://cocoapods.org diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.plist b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.plist index 05e68de..4d19fbc 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +++ b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-acknowledgements.plist @@ -202,34 +202,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier - - FooterText - Copyright (c) 2009 Olivier Poitrey <rs@dailymotion.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - - Title - SDWebImage - Type - PSGroupSpecifier - FooterText Generated by CocoaPods - http://cocoapods.org diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-environment.h b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-environment.h index 51cd619..b83655b 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-environment.h +++ b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods-environment.h @@ -114,15 +114,3 @@ #define COCOAPODS_VERSION_MINOR_PulsingHalo 0 #define COCOAPODS_VERSION_PATCH_PulsingHalo 1 -// SDWebImage -#define COCOAPODS_POD_AVAILABLE_SDWebImage -#define COCOAPODS_VERSION_MAJOR_SDWebImage 3 -#define COCOAPODS_VERSION_MINOR_SDWebImage 7 -#define COCOAPODS_VERSION_PATCH_SDWebImage 1 - -// SDWebImage/Core -#define COCOAPODS_POD_AVAILABLE_SDWebImage_Core -#define COCOAPODS_VERSION_MAJOR_SDWebImage_Core 3 -#define COCOAPODS_VERSION_MINOR_SDWebImage_Core 7 -#define COCOAPODS_VERSION_PATCH_SDWebImage_Core 1 - diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.debug.xcconfig index 2641ce3..217d13c 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.debug.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" -OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/BlocksKit" -isystem "${PODS_ROOT}/Headers/Public/Bolts" -isystem "${PODS_ROOT}/Headers/Public/INTULocationManager" -isystem "${PODS_ROOT}/Headers/Public/JSONModel" -isystem "${PODS_ROOT}/Headers/Public/Masonry" -isystem "${PODS_ROOT}/Headers/Public/PulsingHalo" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -OTHER_LDFLAGS = -ObjC -l"Pods-AFNetworking" -l"Pods-BlocksKit" -l"Pods-Bolts" -l"Pods-INTULocationManager" -l"Pods-JSONModel" -l"Pods-Masonry" -l"Pods-PulsingHalo" -l"Pods-SDWebImage" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/BlocksKit" -isystem "${PODS_ROOT}/Headers/Public/Bolts" -isystem "${PODS_ROOT}/Headers/Public/INTULocationManager" -isystem "${PODS_ROOT}/Headers/Public/JSONModel" -isystem "${PODS_ROOT}/Headers/Public/Masonry" -isystem "${PODS_ROOT}/Headers/Public/PulsingHalo" +OTHER_LDFLAGS = -ObjC -l"Pods-AFNetworking" -l"Pods-BlocksKit" -l"Pods-Bolts" -l"Pods-INTULocationManager" -l"Pods-JSONModel" -l"Pods-Masonry" -l"Pods-PulsingHalo" -framework "CoreGraphics" -framework "Foundation" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.release.xcconfig b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.release.xcconfig index 2641ce3..217d13c 100644 --- a/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/GPUberViewDemo/Pods/Target Support Files/Pods/Pods.release.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" "${PODS_ROOT}/Headers/Public/SDWebImage" -OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/BlocksKit" -isystem "${PODS_ROOT}/Headers/Public/Bolts" -isystem "${PODS_ROOT}/Headers/Public/INTULocationManager" -isystem "${PODS_ROOT}/Headers/Public/JSONModel" -isystem "${PODS_ROOT}/Headers/Public/Masonry" -isystem "${PODS_ROOT}/Headers/Public/PulsingHalo" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -OTHER_LDFLAGS = -ObjC -l"Pods-AFNetworking" -l"Pods-BlocksKit" -l"Pods-Bolts" -l"Pods-INTULocationManager" -l"Pods-JSONModel" -l"Pods-Masonry" -l"Pods-PulsingHalo" -l"Pods-SDWebImage" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/BlocksKit" "${PODS_ROOT}/Headers/Public/Bolts" "${PODS_ROOT}/Headers/Public/INTULocationManager" "${PODS_ROOT}/Headers/Public/JSONModel" "${PODS_ROOT}/Headers/Public/Masonry" "${PODS_ROOT}/Headers/Public/PulsingHalo" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/BlocksKit" -isystem "${PODS_ROOT}/Headers/Public/Bolts" -isystem "${PODS_ROOT}/Headers/Public/INTULocationManager" -isystem "${PODS_ROOT}/Headers/Public/JSONModel" -isystem "${PODS_ROOT}/Headers/Public/Masonry" -isystem "${PODS_ROOT}/Headers/Public/PulsingHalo" +OTHER_LDFLAGS = -ObjC -l"Pods-AFNetworking" -l"Pods-BlocksKit" -l"Pods-Bolts" -l"Pods-INTULocationManager" -l"Pods-JSONModel" -l"Pods-Masonry" -l"Pods-PulsingHalo" -framework "CoreGraphics" -framework "Foundation" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file