[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 4 / Automattic-Tracks-iOS / 0.2.4 / Automattic-Tracks-iOS.podspec.json
blobca9806f07f559a372fcdd6abfd3a5a58194ddc70
2   "name": "Automattic-Tracks-iOS",
3   "version": "0.2.4",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "license": {
8     "type": "GPLv2"
9   },
10   "homepage": "https://github.com/automattic/automattic-tracks-ios",
11   "authors": {
12     "Automattic": "mobile@automattic.com"
13   },
14   "summary": "Simple way to track events in an iOS app with Automattic Tracks internal service",
15   "source": {
16     "git": "https://github.com/Automattic/Automattic-Tracks-iOS.git",
17     "tag": "0.2.4"
18   },
19   "source_files": "Automattic-Tracks-iOS/**/*.{h,m}",
20   "private_header_files": "Automattic-Tracks-iOS/Private/*.h",
21   "resource_bundles": {
22     "DataModel": [
23       "Automattic-Tracks-iOS/**/*.xcdatamodeld"
24     ]
25   },
26   "frameworks": "CoreTelephony",
27   "header_dir": "AutomatticTracks",
28   "module_name": "AutomatticTracks",
29   "dependencies": {
30     "UIDeviceIdentifier": [
31       "~> 0.4"
32     ],
33     "CocoaLumberjack": [
34       "~> 3.4.1"
35     ],
36     "Reachability": [
37       "~>3.1"
38     ]
39   }