Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstadinos Karayannis committed Oct 31, 2018
1 parent 05ff0ca commit 4f064d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Kite-SDK/PSPrintSDK/OLCalendarPrintJob.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2018 Kite.ly. All rights reserved.
//

#import <KiteSDK/KiteSDK.h>
#import "OLProductPrintJob.h"

@interface OLCalendarPrintJob : OLProductPrintJob

Expand Down
2 changes: 1 addition & 1 deletion Kite-SDK/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '9.0'
use_frameworks!

target 'KiteSDK' do
pod 'Photobook', :git => 'https://github.com/OceanLabs/Photobook-iOS', :branch => 'develop'
pod 'Photobook'
pod 'NXOAuth2Client'
end

Expand Down
15 changes: 5 additions & 10 deletions Kite-SDK/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PODS:
- NXOAuth2Client (1.2.8)
- PayPal-iOS-Dynamic-Loader (1.0.1)
- PayPal-iOS-SDK/Core (2.18.1)
- Photobook (1.0.0):
- Photobook (1.1.0):
- Analytics (~> 3.0)
- FBSDKCoreKit (~> 4.33.0)
- FBSDKLoginKit (~> 4.33.0)
Expand All @@ -34,7 +34,7 @@ DEPENDENCIES:
- KITAssetsPickerController (from `https://github.com/kkarayannis/KITAssetsPickerController.git`)
- NXOAuth2Client
- PayPal-iOS-SDK/Core
- Photobook (from `https://github.com/OceanLabs/Photobook-iOS`, branch `develop`)
- Photobook

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -46,24 +46,19 @@ SPEC REPOS:
- NXOAuth2Client
- PayPal-iOS-Dynamic-Loader
- PayPal-iOS-SDK
- Photobook
- PureLayout
- SDWebImage
- Stripe

EXTERNAL SOURCES:
KITAssetsPickerController:
:git: https://github.com/kkarayannis/KITAssetsPickerController.git
Photobook:
:branch: develop
:git: https://github.com/OceanLabs/Photobook-iOS

CHECKOUT OPTIONS:
KITAssetsPickerController:
:commit: b08f373301d1a3c17c09104a5577d61a1255ba8c
:git: https://github.com/kkarayannis/KITAssetsPickerController.git
Photobook:
:commit: 6678ff561555ad4bb42d5a42112b310d9c3f1421
:git: https://github.com/OceanLabs/Photobook-iOS

SPEC CHECKSUMS:
Analytics: 6541ce337e99d9f7a2240a8b3953940a7be5f998
Expand All @@ -75,11 +70,11 @@ SPEC CHECKSUMS:
NXOAuth2Client: 98c4d4c594edd2b289cfc34a8928653e1dab7adf
PayPal-iOS-Dynamic-Loader: a32db083fe7e8f8d9ad4309e483e369c9a47e5eb
PayPal-iOS-SDK: 10654cd111e911a9807bddb96fae81aacb8e9915
Photobook: 5805b95407abfd925213132156be9bc355222b35
Photobook: d919c632b57e16377a08b7d1f650149f08b64401
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
Stripe: 2c69e216061d54d9c538204bb4f58bd597ddfc5b

PODFILE CHECKSUM: f020ea3efec5d03e0d7e7051ccb7e06db0702add
PODFILE CHECKSUM: c6bfa01094e617e3cd25be1e02d9067d9c359466

COCOAPODS: 1.5.3

0 comments on commit 4f064d1

Please sign in to comment.