[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / 1 / 7 / TrueTime / 4.1.5 / TrueTime.podspec.json
blob5b2570d6f811cb76f179c3bc4c209ba0a784315e
2   "name": "TrueTime",
3   "version": "4.1.5",
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": "4.1.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "source_files": [
24     "Sources/*.{swift,h,m}",
25     "Sources/CTrueTime/*.h"
26   ],
27   "public_header_files": "Sources/*.h",
28   "pod_target_xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TrueTime/Sources/CTrueTime/**"
30   },
31   "preserve_paths": "Sources/CTrueTime/module.modulemap",
32   "dependencies": {
33     "Result": [
34       "~> 3.0"
35     ]
36   },
37   "pushed_with_swift_version": "3.0"