[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 0.3.3 / Automattic-Tracks-iOS.podspec.json
blobe435f21a143c4012159a8a65a23fdf85693f6403
2   "name": "Automattic-Tracks-iOS",
3   "version": "0.3.3",
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.3.3"
15   },
16   "ios": {
17     "source_files": "Automattic-Tracks-iOS/**/*.{h,m}",
18     "exclude_files": "Automattic-Tracks-OSX/Automattic_Tracks_OSX.h",
19     "frameworks": "CoreTelephony",
20     "dependencies": {
21       "UIDeviceIdentifier": [
22         "~> 1.1.4"
23       ]
24     }
25   },
26   "osx": {
27     "source_files": "Automattic-Tracks-iOS/**/*.{h,m}",
28     "exclude_files": "Automattic-Tracks-iOS/Automattic-Tracks-iOS.h",
29     "frameworks": "AppKit"
30   },
31   "private_header_files": "Automattic-Tracks-iOS/Private/*.h",
32   "resource_bundles": {
33     "DataModel": [
34       "Automattic-Tracks-iOS/**/*.xcdatamodeld"
35     ]
36   },
37   "frameworks": "CoreData",
38   "platforms": {
39     "ios": "9.3",
40     "osx": "10.11"
41   },
42   "header_dir": "AutomatticTracks",
43   "module_name": "AutomatticTracks",
44   "dependencies": {
45     "CocoaLumberjack": [
46       "~> 3.4.1"
47     ],
48     "Reachability": [
49       "~>3.1"
50     ]
51   }