[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 0.7.0 / Automattic-Tracks-iOS.podspec.json
blobc0046abb3054b634daec8ff12e22b78656f62915
2   "name": "Automattic-Tracks-iOS",
3   "version": "0.7.0",
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.7.0"
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": "10.0",
44     "osx": "10.11"
45   },
46   "header_dir": "AutomatticTracks",
47   "module_name": "AutomatticTracks",
48   "dependencies": {
49     "CocoaLumberjack": [
50       "~> 3"
51     ],
52     "Reachability": [
53       "~> 3"
54     ],
55     "Sentry": [
56       "~>4"
57     ],
58     "Sodium-Fork": [
59       "0.8.2"
60     ]
61   },
62   "pod_target_xcconfig": {
63     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
64   },
65   "user_target_xcconfig": {
66     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
67   },
68   "swift_version": "5.0"