[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 4 / Swiftlytics / 0.4.0 / Swiftlytics.podspec.json
blob395c1490c12f998a8eb0f78d90c6cd516fde72e7
2   "name": "Swiftlytics",
3   "version": "0.4.0",
4   "summary": "Swiftlytics is a lightweight analytics abstraction for many arbitrary analytics providers",
5   "description": "Swiftlytics is a simple protocol-oriented analytics abstraction that affords easy integration and disintegration with various analytics providers.",
6   "homepage": "https://github.com/almost-free/Swiftlytics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jon Willis": "jon@almostfree.tech"
13   },
14   "source": {
15     "git": "https://github.com/almost-free/Swiftlytics.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://twitter.com/almostfreetech",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "static_framework": true,
23   "swift_versions": "5.1",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Swiftlytics/Core/**/*"
28     },
29     {
30       "name": "Firebase",
31       "source_files": "Swiftlytics/Firebase/**/*",
32       "dependencies": {
33         "Firebase/Core": [
35         ],
36         "Firebase/Analytics": [
38         ],
39         "Swiftlytics/Core": [
41         ]
42       }
43     },
44     {
45       "name": "Facebook",
46       "source_files": "Swiftlytics/Facebook/**/*",
47       "dependencies": {
48         "FacebookCore": [
50         ],
51         "Swiftlytics/Core": [
53         ]
54       }
55     },
56     {
57       "name": "AppsFlyer",
58       "source_files": "Swiftlytics/AppsFlyer/**/*",
59       "dependencies": {
60         "AppsFlyerFramework": [
62         ],
63         "Swiftlytics/Core": [
65         ]
66       }
67     },
68     {
69       "name": "Mixpanel",
70       "source_files": "Swiftlytics/Mixpanel/**/*",
71       "dependencies": {
72         "Mixpanel": [
74         ],
75         "Swiftlytics/Core": [
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.1"