Skip to content

Commit 88a6873

Browse files
committed
Merge branch release/1.2.1
2 parents f12c621 + 6ac1795 commit 88a6873

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ let package = Package(
2222
targets: [
2323
.target(
2424
name: "APIWrapper",
25-
path: "Sources/Core",
26-
resources: [.copy("PrivacyInfo.xcprivacy")]),
25+
path: "Sources/Core"),
2726
.target(
2827
name: "AFAPIWrapper",
2928
dependencies: ["APIWrapper", "Alamofire"],

Package@swift-5.9.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ let package = Package(
2323
targets: [
2424
.target(
2525
name: "APIWrapper",
26-
path: "Sources/Core"),
26+
path: "Sources/Core",
27+
resources: [.copy("PrivacyInfo.xcprivacy")]),
2728
.target(
2829
name: "AFAPIWrapper",
2930
dependencies: ["APIWrapper", "Alamofire"],

RaAPIWrapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55

66
s.name = 'RaAPIWrapper'
77

8-
s.version = '1.2.0'
8+
s.version = '1.2.1'
99

1010
s.summary = 'Makes it easier to define a network request.'
1111

0 commit comments

Comments
 (0)