Skip to content

Commit

Permalink
Bumped lib version to 1.15, updated podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Jul 30, 2021
1 parent 519b76e commit ec06205
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Adapty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Adapty'
s.version = '1.14'
s.version = '1.15'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Adapty/Classes/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum Constants {
}

enum Versions {
static let SDKVersion = "1.14"
static let SDKVersion = "1.15"
static let SDKBuild = 1
}

Expand Down
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use_frameworks!
inhibit_all_warnings!

target 'Adapty_Example' do
project 'Adapty.xcodeproj'
pod 'Adapty', :path => '../'

pod 'Adjust', '~> 4.21.1'
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Adapty (1.13.2):
- Adapty (1.15):
- CryptoSwift (= 1.4.0)
- Adjust (4.21.1):
- Adjust/Core (= 4.21.1)
Expand Down Expand Up @@ -28,12 +28,12 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Adapty: 2971c104f441034bd7d30206eedae64878af4b69
Adapty: ad84f10e8c9dd686bb7de80d5a5d561579600a24
Adjust: f723f2643a04435d1bfa19a27cc2b547100a6654
AppsFlyerFramework: 57fb1fc68a5b8103353ce94d6e57861cbc4a55c3
Branch: 65d05ffb137ef504777cff6bd4fb6f770f17145a
CryptoSwift: 7cc902df1784de3b389a387756c7d710f197730c

PODFILE CHECKSUM: 8c7ca6fecc5dad99cef5adf78fe7454718adc55c
PODFILE CHECKSUM: c9ac52aa3ad9c8dc0d17b9a9ad86fcd0775f0a2f

COCOAPODS: 1.9.3
COCOAPODS: 1.10.1

0 comments on commit ec06205

Please sign in to comment.