Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Jun 26, 2019
1 parent 1e5b4cd commit 3ec086a
Show file tree
Hide file tree
Showing 29 changed files with 51 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "NITContentDelegate.h"
#import "NITNotificationHistoryManager.h"
#import <MessageUI/MessageUI.h>
#import <UserNotifications/UserNotifications.h>

Expand All @@ -23,6 +22,7 @@
@class NITTrackingInfo;
@class NITReactionBundle;
@class NITHistoryItem;
@protocol NITNotificationUpdateDelegate;

@protocol NITManaging <NSObject>

Expand Down
40 changes: 21 additions & 19 deletions NearITSDK.framework/Headers/NearITSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,27 @@

#import <UIKit/UIKit.h>

#import <NearITSDK/NITManager.h>
#import <NearITSDK/NITContent.h>
#import <NearITSDK/NITImage.h>
#import <NearITSDK/NITResource.h>
#import <NearITSDK/NITRecipe.h>
#import <NearITSDK/NITCoupon.h>
#import <NearITSDK/NITClaim.h>
#import <NearITSDK/NITFeedback.h>
#import <NearITSDK/NITFeedbackEvent.h>
#import <NearITSDK/NITCustomJSON.h>
#import <NearITSDK/NITSimpleNotification.h>
#import <NearITSDK/NITEvent.h>
#import <NearITSDK/NITAudio.h>
#import <NearITSDK/NITUpload.h>
#import <NearITSDK/NITLogger.h>
#import <NearITSDK/NITLog.h>
#import <NearITSDK/NITReactionBundle.h>
#import <NearITSDK/NITContentLink.h>
#import <NearITSDK/NITNotificationUpdateDelegate.h>
#import "NITManager.h"
#import "NITContent.h"
#import "NITImage.h"
#import "NITResource.h"
#import "NITRecipe.h"
#import "NITCoupon.h"
#import "NITClaim.h"
#import "NITFeedback.h"
#import "NITFeedbackEvent.h"
#import "NITCustomJSON.h"
#import "NITSimpleNotification.h"
#import "NITTrackingInfo.h"
#import "NITEvent.h"
#import "NITAudio.h"
#import "NITUpload.h"
#import "NITLogger.h"
#import "NITLog.h"
#import "NITReactionBundle.h"
#import "NITContentLink.h"
#import "NITNotificationUpdateDelegate.h"
#import "NITHistoryItem.h"

//! Project version number for NearITSDK.
FOUNDATION_EXPORT double NearITSDKVersionNumber;
Expand Down
Binary file modified NearITSDK.framework/Info.plist
Binary file not shown.
52 changes: 26 additions & 26 deletions NearITSDK.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ framework module NearITSDK {
export *
module * { export * }

explicit module Private {
header "NITManager.h"
header "NITSimpleNotification.h"
header "NITContent.h"
header "NITImage.h"
header "NITResource.h"
header "NITRecipe.h"
header "NITCoupon.h"
header "NITClaim.h"
header "NITFeedback.h"
header "NITFeedbackEvent.h"
header "NITCustomJSON.h"
header "NITEvent.h"
header "NITAudio.h"
header "NITUpload.h"
header "NITLogger.h"
header "NITLog.h"
header "NITTrackingInfo.h"
header "NITReactionBundle.h"
header "NITContentLink.h"
header "NITContentDelegate.h"
header "NITHistoryItem.h"
header "NITNotificationHistoryManager.h"
header "NITNetworkManaging.h"
header "NITNotificationUpdateDelegate.h"
}
// explicit module Private {
// header "NITManager.h"
// header "NITSimpleNotification.h"
// header "NITContent.h"
// header "NITImage.h"
// header "NITResource.h"
// header "NITRecipe.h"
// header "NITCoupon.h"
// header "NITClaim.h"
// header "NITFeedback.h"
// header "NITFeedbackEvent.h"
// header "NITCustomJSON.h"
// header "NITEvent.h"
// header "NITAudio.h"
// header "NITUpload.h"
// header "NITLogger.h"
// header "NITLog.h"
// header "NITTrackingInfo.h"
// header "NITReactionBundle.h"
// header "NITContentLink.h"
// header "NITContentDelegate.h"
// header "NITHistoryItem.h"
// header "NITNotificationHistoryManager.h"
// header "NITNetworkManaging.h"
// header "NITNotificationUpdateDelegate.h"
// }
}
Binary file modified NearITSDK.framework/NITEnrollDeviceViewController.nib
Binary file not shown.
Binary file modified NearITSDK.framework/NearITSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion NearITSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDK'
s.version = '2.12.0'
s.version = '2.12.1'
s.summary = 'nearit.com iOS SDK'
s.description = 'nearit.com iOS SDK for Objective-C'

Expand Down
4 changes: 2 additions & 2 deletions NearITSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDKSwift'
s.version = '2.12.0'
s.version = '2.12.1'
s.summary = 'nearit.com iOS SDK'
s.description = 'nearit.com iOS SDK for Swift'

Expand All @@ -19,7 +19,7 @@ s.ios.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'NearITSDKSwift/*.{h,swift}'

s.dependency 'NearITSDK', '= 2.12.0'
s.dependency 'NearITSDK', '= 2.12.1'
s.swift_version = '4.2'

end

0 comments on commit 3ec086a

Please sign in to comment.