[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 8 / MatomoTracker / 7.5 / MatomoTracker.podspec.json
blob26b971b13f0f4deb277abb79db2766c8c2ad9565
2   "name": "MatomoTracker",
3   "version": "7.5",
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.5"
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": "UIKit"
28   },
29   "tvos": {
30     "frameworks": "UIKit"
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "MatomoTracker/*.swift"
36     }
37   ],
38   "swift_version": "5.0"