[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / 6 / 8 / MatomoTracker / 7.7.0 / MatomoTracker.podspec.json
blob687cf924c92edbd1d7611b21597a1f15f3254162
2   "name": "MatomoTracker",
3   "version": "7.7.0",
4   "summary": "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps.",
5   "homepage": "https://github.com/matomo-org/matomo-sdk-ios/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mattias Levin": "mattias.levin@gmail.com",
12     "Cornelius Horstmann": "site-github@brototyp.de"
13   },
14   "source": {
15     "git": "https://github.com/matomo-org/matomo-sdk-ios.git",
16     "tag": "v7.7.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "10.0",
21     "osx": "10.13"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "swift_versions": "5.0",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "tvos": {
30     "frameworks": "UIKit"
31   },
32   "resource_bundles": {
33     "MatomoTracker_Privacy": [
34       "MatomoTracker/PrivacyInfo.xcprivacy"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "MatomoTracker/*.swift"
41     }
42   ],
43   "swift_version": "5.0"