Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarbo committed Jun 3, 2021
1 parent a985076 commit 0a2dcd8
Show file tree
Hide file tree
Showing 80 changed files with 1,811 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion Glassfy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Glassfy"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Subscription and in-app-purchase service."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => "https://github.com/glassfy/ios-sdk.git", :tag => s.version.to_s }
Expand Down
484 changes: 256 additions & 228 deletions Glassfy.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

56 changes: 0 additions & 56 deletions Source/GLAPIManager.h

This file was deleted.

20 changes: 0 additions & 20 deletions Source/GLAPIOfferingsResponse.h

This file was deleted.

49 changes: 0 additions & 49 deletions Source/GLError.m

This file was deleted.

35 changes: 0 additions & 35 deletions Source/GLLogger.h

This file was deleted.

39 changes: 0 additions & 39 deletions Source/GLManager.h

This file was deleted.

46 changes: 0 additions & 46 deletions Source/GLOfferings.m

This file was deleted.

19 changes: 0 additions & 19 deletions Source/GLPermissions+Private.h

This file was deleted.

32 changes: 0 additions & 32 deletions Source/GLPermissions.m

This file was deleted.

31 changes: 0 additions & 31 deletions Source/GLStoreRequest.h

This file was deleted.

6 changes: 3 additions & 3 deletions Source/GLAPIBaseResponse.h → Source/GYAPIBaseResponse.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
//
// GLAPIBaseResponse.h
// GYAPIBaseResponse.h
// Glassfy
//
// Created by Luca Garbolino on 21/12/20.
//

#import <Foundation/Foundation.h>
#import "GLCodableProtocol.h"
#import "GYCodableProtocol.h"


NS_ASSUME_NONNULL_BEGIN

@interface GLAPIBaseResponse : NSObject <GLDecodeProtocol>
@interface GYAPIBaseResponse : NSObject <GYDecodeProtocol>
@property(nonatomic, assign) NSInteger status;
@end

Expand Down
Loading

0 comments on commit 0a2dcd8

Please sign in to comment.