-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCoreIntegrations.podspec
More file actions
38 lines (29 loc) · 1.14 KB
/
CoreIntegrations.podspec
File metadata and controls
38 lines (29 loc) · 1.14 KB
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
#
# Be sure to run `pod lib lint CoreIntegrations.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'CoreIntegrations'
s.version = '2.4.35'
s.summary = 'CoreIntegrations framework'
s.description = 'Description'
s.homepage = 'https://github.com/galean/CoreIntegrations.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'galean' => 'galean.pal@gmail.com' }
s.source = { :git => 'https://github.com/galean/CoreIntegrations.git', :branch => 'main' }
s.ios.deployment_target = '15.0'
s.static_framework = true
s.source_files = 'Sources/**/*.swift'
s.dependency 'FirebaseRemoteConfig'
s.dependency 'FirebaseAnalytics'
s.dependency 'FirebaseCore'
s.dependency 'FBSDKCoreKit'
s.dependency 'AppsFlyerFramework'
s.dependency 'Amplitude'
s.dependency 'AnalyticsConnector'
s.dependency 'SwiftyStoreKit'
s.dependency 'Sentry'
end