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|
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'
2323end
Original file line number Diff line number Diff line change @@ -5,19 +5,13 @@ import PackageDescription
55
66let 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: [ ] ) ,
You can’t perform that action at this time.
0 commit comments