[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 3.4.0 / Automattic-Tracks-iOS.podspec.json
blob65d40d4b9400e5059da945ff2a4186fee2517ea3
2   "name": "Automattic-Tracks-iOS",
3   "version": "3.4.0",
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.14"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/Automattic/Automattic-Tracks-iOS.git",
22     "tag": "3.4.0"
23   },
24   "ios": {
25     "source_files": "Sources/**/*.{h,m,swift}",
26     "exclude_files": "Sources/Automattic_Tracks_OSX.h",
27     "frameworks": "CoreTelephony",
28     "dependencies": {
29       "UIDeviceIdentifier": [
30         "~> 2.0"
31       ]
32     }
33   },
34   "osx": {
35     "source_files": "Sources/**/*.{h,m,swift}",
36     "exclude_files": [
37       "Sources/Automattic-Tracks-iOS.h",
38       "Automattic-Tracks-iOS/ABTesting/*"
39     ],
40     "frameworks": "AppKit"
41   },
42   "resource_bundles": {
43     "DataModel": [
44       "Sources/**/*.xcdatamodeld"
45     ]
46   },
47   "frameworks": "CoreData",
48   "header_dir": "AutomatticTracks",
49   "module_name": "AutomatticTracks",
50   "dependencies": {
51     "Sentry": [
52       "~> 8.0"
53     ],
54     "Sodium": [
55       ">= 0.9.1"
56     ]
57   },
58   "swift_version": "5.0"