Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Dec 21, 2015
1 parent 03b6064 commit 8a5d316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.1.2"
s.version = "1.1.4"
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.1.2" }
s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "1.1.4" }

s.source_files = 'GPUberView'
s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{png}'
Expand Down
6 changes: 3 additions & 3 deletions GPUberView/GPUberViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#import "GPUberUtils.h"
#import "UIColor+GPUberView.h"
#import "GPUberViewCell.h"
#import <PulsingHaloLayer.h>
#import <Masonry.h>
#import <INTULocationManager.h>
#import "PulsingHaloLayer.h"
#import "Masonry.h"
#import "INTULocationManager.h"
#import "UIAlertView+BlocksKit.h"

#define DEFAULT_CLIENT_ID @"70zxopERw9Nx2OeQU8yrUYSpW69N-RVh"
Expand Down

0 comments on commit 8a5d316

Please sign in to comment.