Skip to content

Commit

Permalink
Add missing CoreGraphics include for manual install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kelly committed Nov 1, 2016
1 parent 4f8d9a3 commit b110f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BVSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "BVSDK"
s.version = '5.0.0'
s.version = '5.0.1'
s.homepage = 'https://developer.bazaarvoice.com'
s.license = { :type => 'Commercial', :text => 'See https://developer.bazaarvoice.com/API_Terms_of_Use' }
s.author = { 'Bazaarvoice' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions Pod/BVCommon/BVCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

/// Provides the master version of the SDK.

#define BV_SDK_VERSION @"5.0.0"
#define BV_SDK_VERSION @"5.0.1"

/// Conversation SDK Version
#define SDK_HEADER_NAME @"X-UA-BV-SDK"
#define SDK_HEADER_VALUE @"IOS_SDK_V500"
#define SDK_HEADER_VALUE @"IOS_SDK_V501"

/// Error domain for NSError results, when present.
#define BVErrDomain @"com.bvsdk.bazaarvoice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Copyright © 2016 Bazaarvoice. All rights reserved.
//

#import <CoreGraphics/CoreGraphics.h>

#import "BVStore.h"
#import "BVConversationsInclude.h"
#import "BVNullHelper.h"
Expand Down

0 comments on commit b110f43

Please sign in to comment.