[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / a / Shining3dMatomoTracker / 0.0.2 / Shining3dMatomoTracker.podspec.json
blob5897b6e9b213af925cc1eebee633f903f831a6e7
2   "name": "Shining3dMatomoTracker",
3   "version": "0.0.2",
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.2"
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"