[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 0.0.98 / Automattic-Tracks-iOS.podspec.json
bloba95636ab50d5bf32717d566c5aad72721173d5e6
2   "name": "Automattic-Tracks-iOS",
3   "version": "0.0.98",
4   "summary": "Simple way to track events in an iOS app with Automattic Tracks internal service",
5   "description": "This framework provides an abstract layer on our Automattic Tracks internal analytics service,\nand allows to easily send events to Tracks to monitor our app's activity and flows.",
6   "homepage": "https://github.com/Automattic/Automattic-Tracks-iOS",
7   "license": {
8     "type": "GPLv2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Automattic": "mobile@automattic.com"
13   },
14   "social_media_url": "https://twitter.com/automattic",
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.12"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/Automattic/Automattic-Tracks-iOS.git",
22     "tag": "0.0.98"
23   },
24   "ios": {
25     "source_files": "Automattic-Tracks-iOS/**/*.{h,m,swift}",
26     "exclude_files": "Automattic-Tracks-OSX/Automattic_Tracks_OSX.h",
27     "frameworks": "CoreTelephony",
28     "dependencies": {
29       "UIDeviceIdentifier": [
30         "~> 1"
31       ]
32     }
33   },
34   "osx": {
35     "source_files": "Automattic-Tracks-iOS/**/*.{h,m,swift}",
36     "exclude_files": [
37       "Automattic-Tracks-iOS/Automattic-Tracks-iOS.h",
38       "Automattic-Tracks-iOS/ABTesting/*"
39     ],
40     "frameworks": "AppKit"
41   },
42   "private_header_files": "Automattic-Tracks-iOS/Internal Logging/TracksLoggingPrivate.h",
43   "resource_bundles": {
44     "DataModel": [
45       "Automattic-Tracks-iOS/**/*.xcdatamodeld"
46     ]
47   },
48   "frameworks": "CoreData",
49   "header_dir": "AutomatticTracks",
50   "module_name": "AutomatticTracks",
51   "dependencies": {
52     "CocoaLumberjack": [
53       "~> 3"
54     ],
55     "Reachability": [
56       "~> 3"
57     ],
58     "Sentry": [
59       "~> 6"
60     ],
61     "Sodium": [
62       ">= 0.9.1"
63     ]
64   },
65   "swift_version": "5.0"