[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 0.4.4 / Automattic-Tracks-iOS.podspec.json
blob41a42c7bfcf75039f88d8e9a4d77644c3c866f44
2   "name": "Automattic-Tracks-iOS",
3   "version": "0.4.4",
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.4.4"
15   },
16   "swift_versions": "4.2",
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": "Automattic-Tracks-iOS/Automattic-Tracks-iOS.h",
30     "frameworks": "AppKit"
31   },
32   "private_header_files": "Automattic-Tracks-iOS/Internal Logging/TracksLoggingPrivate.h",
33   "resource_bundles": {
34     "DataModel": [
35       "Automattic-Tracks-iOS/**/*.xcdatamodeld"
36     ]
37   },
38   "frameworks": "CoreData",
39   "platforms": {
40     "ios": "10.0",
41     "osx": "10.11"
42   },
43   "header_dir": "AutomatticTracks",
44   "module_name": "AutomatticTracks",
45   "dependencies": {
46     "CocoaLumberjack": [
47       "~> 3"
48     ],
49     "Reachability": [
50       "~> 3"
51     ],
52     "Sentry": [
53       "~>4"
54     ],
55     "Sodium": [
56       "~>0.8.0"
57     ]
58   },
59   "swift_version": "4.2"