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

Commit

Permalink
update to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Feb 28, 2019
1 parent 1beedda commit 1fd6690
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Binary file modified NearITSDK.framework/Info.plist
Binary file not shown.
Binary file modified NearITSDK.framework/NITEnrollDeviceViewController.nib
Binary file not shown.
Binary file modified NearITSDK.framework/NearITSDK
Binary file not shown.
8 changes: 7 additions & 1 deletion NearITSDK.framework/PrivateHeaders/NITCoupon.h
Expand Up @@ -17,11 +17,17 @@
@property (nonatomic, strong) NSString *value;
@property (nonatomic, strong) NSString *expiresAt;
@property (nonatomic, strong) NSString *redeemableFrom;
@property (nonatomic, strong) NSArray<NITClaim*> *claims;
@property (nonatomic, strong) NSArray<NITClaim*> *claims DEPRECATED_ATTRIBUTE DEPRECATED_MSG_ATTRIBUTE("You should get claim info directly from coupon getters");
@property (nonatomic, strong) NITImage *icon;
@property (nonatomic, readonly) NSDate *expires;
@property (nonatomic, readonly) NSDate *redeemable;
@property (nonatomic, readonly) NSString *title;
@property (nonatomic, readonly) NSString *serial;
@property (nonatomic, readonly) NSString *claimedAt;
@property (nonatomic, readonly) NSDate *claimed;
@property (nonatomic, readonly) NSString *redeemedAt;
@property (nonatomic, readonly) NSDate *redeemed;


- (BOOL)hasContentToInclude;

Expand Down
2 changes: 1 addition & 1 deletion NearITSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDK'
s.version = '2.11.1'
s.version = '2.11.2'
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
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDKSwift'
s.version = '2.11.1'
s.version = '2.11.2'
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.11.1'
s.dependency 'NearITSDK', '= 2.11.2'
s.swift_version = '4.2'

end

0 comments on commit 1fd6690

Please sign in to comment.