Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDataLayer.podspec
More file actions
Latest commit
51 lines (40 loc) · 1.26 KB
/
Copy pathDataLayer.podspec
File metadata and controls
51 lines (40 loc) · 1.26 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
39
40
41
42
43
44
45
46
47
48
49
50
51
Pod::Spec.newdo |spec|
spec.name='DataLayer'
spec.version='0.1'
spec.ios.deployment_target='11.0'
spec.requires_arc=true
spec.license={:type=>'MIT'}
spec.homepage='https://wavesplatform.com'
spec.authors={'Mefilt'=>'Mefilt@gmail.com'}
spec.summary='DataLayer'
spec.source_files='DataLayer/**/**/*.{swift}'
spec.source={:git=>''}
spec.ios.framework='Foundation'
spec.static_framework=true
# External Service
spec.dependency'Firebase'
spec.dependency'Firebase/Core'
spec.dependency'Firebase/Database'
spec.dependency'Firebase/Auth'
spec.dependency'Firebase/InAppMessagingDisplay'
spec.dependency'Fabric'
spec.dependency'Crashlytics'
spec.dependency'Amplitude-iOS'
spec.dependency'AppsFlyerFramework'
spec.dependency'Sentry'
# DB
spec.dependency'RealmSwift'
spec.dependency'RxRealm'
spec.dependency'Moya/RxSwift'
# Assisstant
spec.dependency'RxSwift'
spec.dependency'RxSwiftExt'
spec.dependency'RxOptional'
spec.dependency'CSV.swift'
# Waves
spec.dependency'WavesSDKExtensions'
spec.dependency'WavesSDK'
spec.dependency'WavesSDKCrypto'
spec.dependency'Extensions'
spec.dependency'DomainLayer'
end