[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 4 / Swiftlytics / 0.2.6 / Swiftlytics.podspec.json
blobb9bd9f9d8173d744b287144a9e2d7dea48d96895
2   "name": "Swiftlytics",
3   "version": "0.2.6",
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.2.6"
17   },
18   "social_media_url": "https://twitter.com/almostfreetech",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "static_framework": true,
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Swiftlytics/Core/**/*"
29     },
30     {
31       "name": "Firebase",
32       "source_files": "Swiftlytics/Firebase/**/*",
33       "dependencies": {
34         "Firebase/Core": [
36         ],
37         "Firebase/Analytics": [
39         ],
40         "Swiftlytics/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Facebook",
47       "source_files": "Swiftlytics/Facebook/**/*",
48       "dependencies": {
49         "FacebookCore": [
51         ],
52         "Swiftlytics/Core": [
54         ]
55       }
56     },
57     {
58       "name": "AppsFlyer",
59       "source_files": "Swiftlytics/AppsFlyer/**/*",
60       "dependencies": {
61         "AppsFlyerFramework": [
63         ],
64         "Swiftlytics/Core": [
66         ]
67       }
68     }
69   ]