Skip to content

Commit ff46142

Browse files
Merge pull request #1 from mac-cain13/master
Update from master
2 parents a0addb0 + 5a54805 commit ff46142

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ let package = Package(
1010
.watchOS(.v2),
1111
],
1212
products: [
13-
.library(name: "Rswift", targets: ["Rswift"])
13+
.library(name: "Rswift", targets: ["Rswift"]),
14+
.library(name: "RswiftDynamic", type: .dynamic, targets: ["Rswift"])
1415
],
1516
targets: [
1617
.target(name: "Rswift", path: "Library")

R.swift.Library.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift.Library"
4-
spec.version = "5.1.0"
4+
spec.version = "5.2.0"
55
spec.license = "MIT"
66

77
spec.summary = "Companion library for R.swift, featuring types used to type resources"

0 commit comments

Comments
 (0)