Compare commits
No commits in common. "master" and "1.0.3" have entirely different histories.
|
@ -21,8 +21,9 @@ DerivedData
|
|||
|
||||
# Bundler
|
||||
.bundle
|
||||
.swiftpm
|
||||
Package.resolved
|
||||
|
||||
# Swift Package Manager
|
||||
.build
|
||||
|
||||
Carthage/Build
|
||||
Pods/
|
||||
|
|
|
@ -1,15 +1,11 @@
|
|||
// swift-tools-version:5.1
|
||||
// swift-tools-version:4.2
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "WolfWith",
|
||||
platforms: [
|
||||
.iOS(.v9), .macOS(.v10_13), .tvOS(.v11)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "WolfWith",
|
||||
type: .dynamic,
|
||||
targets: ["WolfWith"]),
|
||||
],
|
||||
targets: [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'WolfWith'
|
||||
s.version = '2.0.1'
|
||||
s.version = '1.0.3'
|
||||
s.summary = 'A Swift implementation of the With-Operator.'
|
||||
|
||||
# s.description = <<-DESC
|
||||
|
@ -14,7 +14,7 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.source_files = 'Sources/WolfWith/**/*'
|
||||
|
||||
s.swift_version = '5.0'
|
||||
s.swift_version = '4.2'
|
||||
|
||||
s.ios.deployment_target = '9.3'
|
||||
s.macos.deployment_target = '10.13'
|
||||
|
|
Loading…
Reference in New Issue