Skip to content

Commit a010eba

Browse files
committed
[Add] LDSwiftEventSource (0.1.0)
1 parent 6479070 commit a010eba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)