Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kogan committed Mar 17, 2022
1 parent e901508 commit 7b650e6
Show file tree
Hide file tree
Showing 42 changed files with 2,022 additions and 1,920 deletions.
4 changes: 2 additions & 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.1'
s.version = '1.0.2'

s.authors = {
'Isaac Weisberg' => '[email protected]',
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.dependency 'SnapKit', '~> 5.0.1'
s.dependency 'Keyboard+LayoutGuide', '~> 1.6.0'
s.dependency 'TPKeyboardAvoiding', '~> 1.3.5'
s.dependency 'Insecurity', '~> 3.0.2'
s.dependency 'Insecurity', '~> 3.0.3'
s.dependency 'Kingfisher', '~> 7.2.0'
s.dependency 'KingfisherWebP', '~> 1.4.0'
s.dependency 'TinkoffASDKCore', '~> 3.0.0-alpha7'
Expand Down
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.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>1126</string>
<string>1152</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
100 changes: 50 additions & 50 deletions Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Amplitude (8.5.0)
- DolyameSDK (1.0.1):
- DolyameSDK (1.0.2):
- Amplitude (~> 8.5.0)
- GzipSwift (~> 5.1.1)
- Insecurity (~> 3.0.2)
- Insecurity (~> 3.0.3)
- "Keyboard+LayoutGuide (~> 1.6.0)"
- Kingfisher (~> 7.2.0)
- KingfisherWebP (~> 1.4.0)
Expand All @@ -13,7 +13,7 @@ PODS:
- TinkoffASDKUI (~> 3.0.0-alpha7)
- TPKeyboardAvoiding (~> 1.3.5)
- GzipSwift (5.1.1)
- Insecurity (3.0.2)
- Insecurity (3.0.3)
- "Keyboard+LayoutGuide (1.6.0)"
- Kingfisher (7.2.0)
- KingfisherWebP (1.4.0):
Expand Down Expand Up @@ -60,9 +60,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: ef9ed339ddd33c9183edf63fa4bbaa86cf873321
DolyameSDK: 060fa2c4775ec214d3819a5b51c5a685db63c44c
DolyameSDK: 963dcc4cab8a7a9e7cbe42f3e634a0403c220c5b
GzipSwift: 893f3e48e597a1a4f62fafcb6514220fcf8287fa
Insecurity: 671e945ecce8141b3679918efd1231c97f245e88
Insecurity: 925fdebe70f8b8521e473ecba4c4318b7363b01c
"Keyboard+LayoutGuide": db44b1764e2bb5d9824cc9cea9d9006cd4442045
Kingfisher: 3ac0b75b155cabc0e544877d1a4deea29feece92
KingfisherWebP: f4b76064c50a36c4cadd37548496ecebfdcb39e8
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 7b650e6

Please sign in to comment.