blob: 6dcc333f7800a988e15e2da99400aa10bf2a8026 [file] [log] [blame]
{
"name": "TrueTime",
"version": "5.0.2",
"summary": "NTP library for Swift. Get the true time impervious to device clock changes.",
"homepage": "https://github.com/instacart/TrueTime.swift",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Michael Sanders": "msanders@instacart.com"
},
"source": {
"git": "https://github.com/instacart/TrueTime.swift.git",
"tag": "5.0.2"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"Sources/*.{swift,h,m}",
"Sources/CTrueTime/*.h"
],
"public_header_files": "Sources/*.h",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TrueTime/Sources/CTrueTime/**"
},
"preserve_paths": "Sources/CTrueTime/module.modulemap",
"swift_version": "5.0"
}