Skip to content

Commit 0ff243a

Browse files
committed
Update SPM and Cocoapods source code path.
1 parent 0c879ff commit 0ff243a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

MagicTimer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818

1919
s.ios.deployment_target = '11.0'
2020
s.swift_versions = ['5.0']
21-
s.source_files = 'MagicTimer/Classes/**/*'
21+
s.source_files = 'Sources/**/*'
2222
s.frameworks = 'UIKit', 'Foundation'
2323
end

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@ import PackageDescription
55

66
let package = Package(
77
name: "MagicTimer",
8+
platforms: [.iOS("11.0")],
89
products: [
9-
// Products define the executables and libraries a package produces, and make them visible to other packages.
1010
.library(
1111
name: "MagicTimer",
1212
targets: ["MagicTimer"]),
1313
],
14-
dependencies: [
15-
// Dependencies declare other packages that this package depends on.
16-
// .package(url: /* package url */, from: "1.0.0"),
17-
],
1814
targets: [
19-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2115
.target(
2216
name: "MagicTimer",
2317
dependencies: []),

0 commit comments

Comments
 (0)