[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / DMSLAnalytics / 0.3.8 / DMSLAnalytics.podspec.json
blobfbd60a75f6f1e96685b730e2cea1566e784f3ded
2   "name": "DMSLAnalytics",
3   "version": "0.3.8",
4   "summary": "TODO: summary...",
5   "description": "TODO: description...",
6   "homepage": "https://github.com/dmsl1805/Analytics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dmsl1805": "dmytro.shulzhenko@gen.tech"
13   },
14   "source": {
15     "git": "https://github.com/dmsl1805/Analytics.git",
16     "tag": "0.3.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "static_framework": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "DMSLAnalytics/Classes/Core/**/*.swift",
33       "dependencies": {
34         "Tagged": [
36         ]
37       }
38     },
39     {
40       "name": "Rx",
41       "source_files": "DMSLAnalytics/Classes/Rx/**/*.swift",
42       "dependencies": {
43         "DMSLAnalytics/Core": [
45         ],
46         "RxSwift": [
48         ],
49         "RxViewController": [
51         ]
52       }
53     },
54     {
55       "name": "Firebase",
56       "source_files": "DMSLAnalytics/Classes/Tracking/Firebase/**/*.swift",
57       "dependencies": {
58         "DMSLAnalytics/Core": [
60         ],
61         "Firebase/Core": [
63         ],
64         "Firebase/Analytics": [
66         ]
67       }
68     },
69     {
70       "name": "Facebook",
71       "source_files": "DMSLAnalytics/Classes/Tracking/Facebook/**/*.swift",
72       "dependencies": {
73         "DMSLAnalytics/Core": [
75         ],
76         "FBSDKCoreKit": [
78         ]
79       }
80     },
81     {
82       "name": "AmplitudeTracker",
83       "source_files": "DMSLAnalytics/Classes/Tracking/Amplitude/**/*.swift",
84       "dependencies": {
85         "DMSLAnalytics/Core": [
87         ],
88         "Amplitude": [
90         ]
91       }
92     },
93     {
94       "name": "AppsFlyer",
95       "source_files": "DMSLAnalytics/Classes/Tracking/AppsFlyer/**/*.swift",
96       "dependencies": {
97         "DMSLAnalytics/Core": [
99         ],
100         "AppsFlyerFramework": [
102         ]
103       }
104     },
105     {
106       "name": "Debug",
107       "dependencies": {
108         "DMSLAnalytics/Core": [
110         ]
111       },
112       "source_files": "DMSLAnalytics/Classes/Tracking/Debug/**/*.swift"
113     }
114   ],
115   "swift_version": "5.0"