We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b1621 commit 77885e7Copy full SHA for 77885e7
Leanplum-iOS-SDK.podspec
@@ -8,7 +8,8 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'Leanplum-iOS-SDK'
11
- s.version = '2.2.5-beta.9'
+ version = `cat sdk-version.txt`
12
+ s.version = version
13
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
14
s.description = <<-DESC
15
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
sdk-version.txt
@@ -0,0 +1 @@
1
+2.2.5-beta.10
0 commit comments