[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 8 / MatomoTracker / 5.3.0 / MatomoTracker.podspec.json
blobd4a25fe907f4b5ce9ee9280d8bc75c7733d013f9
2   "name": "MatomoTracker",
3   "version": "5.3.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": "v5.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.12"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "MatomoTracker/*.swift"
29     }
30   ]