Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kogan committed Apr 1, 2022
1 parent 7b650e6 commit 9ef4d3e
Show file tree
Hide file tree
Showing 42 changed files with 1,074 additions and 957 deletions.
3 changes: 1 addition & 2 deletions DolyameSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'DolyameSDK'
s.summary = 'Dolyame SDK for iOS'

s.version = '1.0.2'
s.version = '1.0.3'

s.authors = {
'Isaac Weisberg' => '[email protected]',
Expand Down Expand Up @@ -32,6 +32,5 @@ Pod::Spec.new do |s|
s.dependency 'TinkoffASDKCore', '~> 3.0.0-alpha7'
s.dependency 'TinkoffASDKUI', '~> 3.0.0-alpha7'
s.dependency 'Amplitude', '~> 8.5.0'
s.dependency 'GzipSwift', '~> 5.1.1'
s.dependency 'SwiftyJSON', '~> 5.0.1'
end
4 changes: 2 additions & 2 deletions Example/DolyameSDKUsageDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>1152</string>
<string>1170</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
102 changes: 51 additions & 51 deletions Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PODS:
- Amplitude (8.5.0)
- DolyameSDK (1.0.2):
- DolyameSDK (1.0.3):
- Amplitude (~> 8.5.0)
- GzipSwift (~> 5.1.1)
- Insecurity (~> 3.0.3)
- "Keyboard+LayoutGuide (~> 1.6.0)"
- Kingfisher (~> 7.2.0)
Expand All @@ -12,7 +11,6 @@ PODS:
- TinkoffASDKCore (~> 3.0.0-alpha7)
- TinkoffASDKUI (~> 3.0.0-alpha7)
- TPKeyboardAvoiding (~> 1.3.5)
- GzipSwift (5.1.1)
- Insecurity (3.0.3)
- "Keyboard+LayoutGuide (1.6.0)"
- Kingfisher (7.2.0)
Expand Down Expand Up @@ -42,7 +40,6 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- Amplitude
- GzipSwift
- Insecurity
- "Keyboard+LayoutGuide"
- Kingfisher
Expand All @@ -60,8 +57,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: ef9ed339ddd33c9183edf63fa4bbaa86cf873321
DolyameSDK: 963dcc4cab8a7a9e7cbe42f3e634a0403c220c5b
GzipSwift: 893f3e48e597a1a4f62fafcb6514220fcf8287fa
DolyameSDK: 79a5c763c8c89665ac7dd20e9f13b383c47a10b7
Insecurity: 925fdebe70f8b8521e473ecba4c4318b7363b01c
"Keyboard+LayoutGuide": db44b1764e2bb5d9824cc9cea9d9006cd4442045
Kingfisher: 3ac0b75b155cabc0e544877d1a4deea29feece92
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CoreTelephony
import CryptoKit
@_exported import DolyameSDK
import Foundation
import Gzip
import Foundation/*.Data*/
import Insecurity
import KeyboardLayoutGuide
import Kingfisher
Expand All @@ -38,6 +38,7 @@ import _Concurrency
import os.log
import os
import os.signpost
import zlib
@_hasMissingDesignatedInitializers public class Dolyame {
public static let shared: DolyameSDK.Dolyame
public func logout()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CoreTelephony
import CryptoKit
@_exported import DolyameSDK
import Foundation
import Gzip
import Foundation/*.Data*/
import Insecurity
import KeyboardLayoutGuide
import Kingfisher
Expand All @@ -38,6 +38,7 @@ import _Concurrency
import os.log
import os
import os.signpost
import zlib
@_hasMissingDesignatedInitializers public class Dolyame {
public static let shared: DolyameSDK.Dolyame
public func logout()
Expand Down
Loading

0 comments on commit 9ef4d3e

Please sign in to comment.