Update podspec file
This commit is contained in:
parent
708a060067
commit
b0720dbe58
|
@ -16,10 +16,10 @@ Pod::Spec.new do |s|
|
|||
s.source = { :git => 'https://github.com/danielsaidi/SwiftKit.git', :tag => s.version.to_s }
|
||||
s.social_media_url = 'https://twitter.com/danielsaidi'
|
||||
|
||||
s.swift_version = '5.3'
|
||||
s.swift_version = '5.6'
|
||||
s.ios.deployment_target = '13.0'
|
||||
s.tvos.deployment_target = '13.0'
|
||||
s.macos.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '13.0'
|
||||
s.watchos.deployment_target = '6.0'
|
||||
|
||||
s.source_files = 'Sources/**/*.swift'
|
||||
|
|
|
@ -13,7 +13,8 @@ let package = Package(
|
|||
products: [
|
||||
.library(
|
||||
name: "SwiftKit",
|
||||
targets: ["SwiftKit"]),
|
||||
targets: ["SwiftKit"]
|
||||
),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
|
||||
|
|
Loading…
Reference in New Issue