added pod dependency

This commit is contained in:
Ketan S 2026-04-10 18:21:04 +05:30
parent 853d6aaa3f
commit 2d84c6b291
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Pod::Spec.new do |s|
:tag => "v#{s.version}" }
s.resource_bundles = {'Mixpanel' => ['Sources/Mixpanel/PrivacyInfo.xcprivacy']}
s.dependency 'jsonlogic', '~> 1.2.0'
s.dependency 'MixpanelSwiftCommon', '~> 1.0.0'
s.ios.deployment_target = '12.0'
s.ios.frameworks = 'UIKit', 'Foundation', 'CoreTelephony'
s.ios.pod_target_xcconfig = {

View file

@ -1150,7 +1150,7 @@
repositoryURL = "https://github.com/mixpanel/mixpanel-swift-common";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.0;
minimumVersion = 1.0.0;
};
};
17JSONLOGIC00000001 /* XCRemoteSwiftPackageReference "json-logic-swift" */ = {