-
Notifications
You must be signed in to change notification settings - Fork 0
/
SampleIntuitPluginDistribution.podspec
43 lines (37 loc) · 2.55 KB
/
SampleIntuitPluginDistribution.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Pod::Spec.new do |spec|
spec.name = "SampleIntuitPluginDistribution"
spec.version = "0.0.2"
spec.summary = "Local host for Intuit xcframework dependencies"
spec.description = "Use to distribute Intuit binaries to a third party app."
spec.homepage = "http://github.intuit.com/jfang1/SampleIntuitPluginDistribution"
spec.license = { :type => 'Proprietary' }
spec.author = { 'Intuit Mobile Mission Team' => '' }
spec.platform = :ios
spec.swift_version = '5.0'
spec.ios.deployment_target = '14.0'
spec.source = { :http => "https://github.com/IntuitDeveloper/test-api-ios-sdk/releases/download/v2-test/Frameworks.zip" }
spec.ios.vendored_frameworks = 'Frameworks/AFMobileAuthenticationInterface.xcframework',
'Frameworks/AFMobileContextInterface.xcframework',
'Frameworks/AFMobileAnalyticsInterface.xcframework',
'Frameworks/AFMobileAnalytics.xcframework',
'Frameworks/AFMobileShellCore.xcframework',
'Frameworks/AppShellWidgetInterface.xcframework',
'Frameworks/IntuitPlugin.xcframework',
'Frameworks/SampleIntuitPlugin.xcframework',
'Frameworks/SampleIntuitWidget.xcframework',
'Frameworks/AFMobileLoggingInterface.xcframework',
'Frameworks/AFMobileABTestingInterface.xcframework',
'Frameworks/AFMobileDeepLinkInterface.xcframework',
'Frameworks/AFMobileIntuitDataLayerInterface.xcframework',
'Frameworks/AFMobileNetworkInterface.xcframework',
'Frameworks/AFMobilePerformanceInterface.xcframework',
'Frameworks/AFMobilePubSubInterface.xcframework',
'Frameworks/AFMobileSmartLookInterface.xcframework',
'Frameworks/AFMobileSubscriptionInterface.xcframework',
'Frameworks/EventCollectionStandard.xcframework',
'Frameworks/BillingiOSInterface.xcframework',
'Frameworks/MobileEventsControllerInterface.xcframework'
spec.preserve_paths = 'Frameworks/*.xcframework'
spec.dependency 'GzipSwift'
spec.dependency 'Analytics', '~> 4.1'
end