[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 4 / Swiftlytics / 0.5.2 / Swiftlytics.podspec.json
blob9a63f83c56045000fa19202d9f328bcae77fc478
2   "name": "Swiftlytics",
3   "version": "0.5.2",
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.5.2"
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": "FirebaseCrashlytics",
46       "source_files": "Swiftlytics/FirebaseCrashlytics/**/*",
47       "dependencies": {
48         "Firebase/Core": [
50         ],
51         "Firebase/Crashlytics": [
53         ],
54         "Swiftlytics/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Facebook",
61       "source_files": "Swiftlytics/Facebook/**/*",
62       "dependencies": {
63         "FacebookCore": [
65         ],
66         "Swiftlytics/Core": [
68         ]
69       }
70     },
71     {
72       "name": "AppCenter",
73       "source_files": "Swiftlytics/AppCenter/**/*",
74       "dependencies": {
75         "AppCenter": [
77         ],
78         "Swiftlytics/Core": [
80         ]
81       }
82     },
83     {
84       "name": "AppsFlyer",
85       "source_files": "Swiftlytics/AppsFlyer/**/*",
86       "dependencies": {
87         "AppsFlyerFramework": [
89         ],
90         "Swiftlytics/Core": [
92         ]
93       }
94     },
95     {
96       "name": "Mixpanel",
97       "source_files": "Swiftlytics/Mixpanel/**/*",
98       "dependencies": {
99         "Mixpanel": [
101         ],
102         "Swiftlytics/Core": [
104         ]
105       }
106     }
107   ],
108   "swift_version": "5.1"