We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6479070 commit a010ebaCopy full SHA for a010eba
LDSwiftEventSource/0.1.0/LDSwiftEventSource.podspec
@@ -0,0 +1,18 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "LDSwiftEventSource"
3
+ s.version = "0.1.0"
4
+ s.summary = "Swift EventSource library"
5
+ s.homepage = "https://github.com/launchdarkly/swift-eventsource"
6
+ s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE.txt" }
7
+ s.author = { "LaunchDarkly" => "team@launchdarkly.com" }
8
+
9
+ s.ios.deployment_target = "10.0"
10
+ s.watchos.deployment_target = "3.0"
11
+ s.tvos.deployment_target = "10.0"
12
+ s.osx.deployment_target = "10.12"
13
14
+ s.source = { :git => s.homepage + '.git', :tag => s.version}
15
+ s.source_files = "Source/**/*.swift"
16
17
+ s.swift_versions = ['5.0', '5.1', '5.2']
18
+end
0 commit comments