blob: b21e71d8dc91e2cdd837503d410be8edd0240e3b [file] [log] [blame]
{
"name": "LDSwiftEventSource",
"version": "1.0.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.0.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"swift_version": "5.2"
}