[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 4 / Swiftlytics / 0.2.2 / Swiftlytics.podspec.json
blob2877e2a410a07a011a88d2e97877b1c40451a318
2   "name": "Swiftlytics",
3   "version": "0.2.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     "branch": "master"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "swift_version": "4.2.1",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Swiftlytics/Core/**/*"
27     },
28     {
29       "name": "Firebase",
30       "source_files": "Swiftlytics/Firebase/**/*",
31       "dependencies": {
32         "Firebase/Core": [
34         ],
35         "Firebase/Analytics": [
37         ],
38         "Swiftlytics/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Facebook",
45       "source_files": "Swiftlytics/Facebook/**/*",
46       "dependencies": {
47         "FacebookCore": [
49         ],
50         "Swiftlytics/Core": [
52         ]
53       }
54     },
55     {
56       "name": "AppsFlyer",
57       "source_files": "Swiftlytics/AppsFlyer/**/*",
58       "dependencies": {
59         "AppsFlyerFramework": [
61         ],
62         "Swiftlytics/Core": [
64         ]
65       }
66     }
67   ]