Skip to content

Commit 0773b51

Browse files
authored
Merge pull request #16 from sadeghgoo/develop
Issue #15 fixed
2 parents 0c879ff + 96d96f2 commit 0773b51

18 files changed

+187
-199
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

MagicTimer/Assets/.gitkeep

Whitespace-only changes.

MagicTimer/Classes/MagicTimer.swift

Lines changed: 0 additions & 189 deletions
This file was deleted.

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)