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