File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
18
19
19
s . ios . deployment_target = '11.0'
20
20
s . swift_versions = [ '5.0' ]
21
- s . source_files = 'MagicTimer/Classes /**/*'
21
+ s . source_files = 'Sources /**/*'
22
22
s . frameworks = 'UIKit' , 'Foundation'
23
23
end
Original file line number Diff line number Diff line change @@ -5,19 +5,13 @@ import PackageDescription
5
5
6
6
let package = Package (
7
7
name: " MagicTimer " ,
8
+ platforms: [ . iOS( " 11.0 " ) ] ,
8
9
products: [
9
- // Products define the executables and libraries a package produces, and make them visible to other packages.
10
10
. library(
11
11
name: " MagicTimer " ,
12
12
targets: [ " MagicTimer " ] ) ,
13
13
] ,
14
- dependencies: [
15
- // Dependencies declare other packages that this package depends on.
16
- // .package(url: /* package url */, from: "1.0.0"),
17
- ] ,
18
14
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.
21
15
. target(
22
16
name: " MagicTimer " ,
23
17
dependencies: [ ] ) ,
You can’t perform that action at this time.
0 commit comments