[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / f / b / d / AnalyticsSystem / 1.0.0 / AnalyticsSystem.podspec.json
blob026affa88b118156186bb483bb84318e1c425162
2   "name": "AnalyticsSystem",
3   "version": "1.0.0",
4   "summary": "AnalyticsSystem",
5   "description": "Simplify your app analytics with multiple built-in providers.",
6   "homepage": "https://github.com/AndrewKochulab/AnalyticsSystem",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Andrew Kochulab",
12   "source": {
13     "git": "https://github.com/AndrewKochulab/AnalyticsSystem.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://github.com/AndrewKochulab",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "swift_versions": "5.2",
22   "default_subspecs": "Core",
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/AnalyticsSystem/**/*.{swift, h}"
28     },
29     {
30       "name": "Bugsnag",
31       "dependencies": {
32         "AnalyticsSystem/Core": [
34         ],
35         "Bugsnag": [
37         ]
38       },
39       "source_files": "Sources/BugsnagProvider/BugsnagTracker.swift"
40     },
41     {
42       "name": "Facebook",
43       "dependencies": {
44         "AnalyticsSystem/Core": [
46         ],
47         "FBSDKCoreKit": [
49         ]
50       },
51       "source_files": "Sources/FacebookProvider/FacebookTracker.swift"
52     }
53   ],
54   "swift_version": "5.2"