Skip to content

Commit

Permalink
removing SDWebImage; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Feb 20, 2015
1 parent b8f1af1 commit 9c049e8
Show file tree
Hide file tree
Showing 68 changed files with 4,111 additions and 9,933 deletions.
5 changes: 2 additions & 3 deletions GPUberView.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -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}'
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions GPUberView/GPUberViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "NSDictionary+URLEncoding.h"
#import "GPUberUtils.h"
#import "UIColor+GPUberView.h"
#import <UIImageView+WebCache.h>
#import <UIImageView+AFNetworking.h>
#import "GPUberViewCell.h"
#import <PulsingHaloLayer.h>
#import <Masonry.h>
Expand Down Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion GPUberViewDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 0 additions & 5 deletions GPUberViewDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -52,7 +49,6 @@ DEPENDENCIES:
- JSONModel (~> 1.0)
- Masonry (~> 0.6)
- PulsingHalo
- SDWebImage (~> 3.6)

SPEC CHECKSUMS:
AFNetworking: 8bee59492a6ff15d69130efa4d0dc67e0094a52a
Expand All @@ -62,6 +58,5 @@ SPEC CHECKSUMS:
JSONModel: cbdef0fdff1cc70e913a860861d3072860efd3a1
Masonry: 2cb49fd14d203d2db5ca6bb017135b235dde9980
PulsingHalo: 4f5fbc25f9efb9f949e4ddad05ca885a11667aa0
SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d

COCOAPODS: 0.35.0

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions GPUberViewDemo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c049e8

Please sign in to comment.