blob: 501d5a826f0ea48eabb4ca00b54df1d5b98e361c [file] [log] [blame]
{
"name": "LDSwiftEventSource",
"version": "1.1.0",
"summary": "Swift EventSource library",
"homepage": "https://github.com/launchdarkly/swift-eventsource",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"LaunchDarkly": "sdks@launchdarkly.com"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/launchdarkly/swift-eventsource.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"swift_version": "5.2"
}