[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / 8 / MatomoTracker / 7.2.0 / MatomoTracker.podspec.json
blob3cf27d0b54aa388ec45b7485cfd15ed4189c5204
2   "name": "MatomoTracker",
3   "version": "7.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "osx": "10.12"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "swift_versions": "5.0",
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "WebKit"
30     ]
31   },
32   "tvos": {
33     "frameworks": "UIKit"
34   },
35   "osx": {
36     "frameworks": "WebKit"
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "MatomoTracker/*.swift"
42     }
43   ],
44   "swift_version": "5.0"