mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
added pod dependency
This commit is contained in:
parent
853d6aaa3f
commit
2d84c6b291
2 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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" */ = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue