We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c57900 commit 4bd1e96Copy full SHA for 4bd1e96
1 file changed
mParticle-Appboy.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "mParticle-Appboy"
3
- s.version = "8.1.1"
+ s.version = "8.2.0"
4
s.summary = "Appboy integration for mParticle"
5
6
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.author = { "mParticle" => "support@mparticle.com" }
13
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy.git", :tag => s.version.to_s }
14
s.social_media_url = "https://twitter.com/mparticle"
15
- s.static_framework = true
+ s.swift_version = '5.3'
16
17
s.ios.deployment_target = "11.0"
18
s.ios.source_files = 'Sources/**/*.{h,m,mm}'
0 commit comments