[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / e / a / Shining3dMatomoTracker / 0.0.3 / Shining3dMatomoTracker.podspec.json
blob5c4255f55c7e3d529f869d130b9f53e23eea1533
2   "name": "Shining3dMatomoTracker",
3   "version": "0.0.3",
4   "summary": "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps.",
5   "homepage": "https://git.shining3d.com/bigfront/matomo-sdk-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "nic chia": "zhainiuchuang@shining3d.com"
12   },
13   "source": {
14     "git": "https://git.shining3d.com/bigfront/matomo-sdk-ios.git",
15     "tag": "v0.0.3"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "osx": "10.12"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "swift_versions": "5.0",
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "frameworks": "UIKit"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "MatomoTracker/*.swift"
35     }
36   ],
37   "swift_version": "5.0"