blob: 7c9e9f140227321a83fefa9a8701c0efd908c4f9 [file] [log] [blame]
{
"name": "TrueTime",
"version": "5.0.3",
"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.3"
},
"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"
}