Skip to content

Commit

Permalink
bump to iOS 13 in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Mar 18, 2024
1 parent a4f8687 commit 3ff3324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mixpanel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.libraries = 'icucore'
s.swift_version = '4.2'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '13.0'
all_files = 'Sources/**/*.{m,h}'
public_header_files = 'Sources/Mixpanel.h', 'Sources/MixpanelType.h', 'Sources/MixpanelGroup.h', 'Sources/MixpanelType.h', 'Sources/MixpanelPeople.h'
private_header_files = 'Sources/MixpanelPeoplePrivate.h', 'Sources/MixpanelGroupPrivate.h', 'Sources/MPNetworkPrivate.h', 'Sources/MixpanelPrivate.h', 'Sources/SessionMetadata.h', 'Sources/MixpanelIdentity.h', 'Sources/MPJSONHander.h', 'Sources/MixpanelPersistence.h', 'Sources/MPDB.h'
Expand Down

1 comment on commit 3ff3324

@mahavrani
Copy link

@mahavrani mahavrani commented on 3ff3324 Mar 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaredmixpanel Can we know why the deployment target was bumped to iOS 13.0 , our SDK used mixpanel.
This will affect us since our SDK supports from iOS 12 for our integrators.Please let us know.

Please sign in to comment.