[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / 7 / TrueTime / 5.0.3 / TrueTime.podspec.json
blob7c9e9f140227321a83fefa9a8701c0efd908c4f9
2   "name": "TrueTime",
3   "version": "5.0.3",
4   "summary": "NTP library for Swift. Get the true time impervious to device clock changes.",
5   "homepage": "https://github.com/instacart/TrueTime.swift",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Michael Sanders": "msanders@instacart.com"
12   },
13   "source": {
14     "git": "https://github.com/instacart/TrueTime.swift.git",
15     "tag": "5.0.3"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "Sources/*.{swift,h,m}",
26     "Sources/CTrueTime/*.h"
27   ],
28   "public_header_files": "Sources/*.h",
29   "pod_target_xcconfig": {
30     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TrueTime/Sources/CTrueTime/**"
31   },
32   "preserve_paths": "Sources/CTrueTime/module.modulemap",
33   "swift_version": "5.0"