blob: c014746ca9e4d76ceb22f0b653d7b51bbecabba5 [file] [log] [blame]
{
"name": "TrueTime",
"version": "4.1.1",
"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": "4.1.1"
},
"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",
"dependencies": {
"Result": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}