File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ s.name = "AKLanguageManager"
66s . summary = "AKLanguageManager is a language manager for iOS applications."
77s . requires_arc = true
88
9- s . version = "0.5 .0"
9+ s . version = "1.0 .0"
1010s . license = { :type => "MIT" , :file => "LICENSE" }
1111s . author = { "Amr Koritem" => "amr.koritem92@gmail.com" }
1212s . homepage = "https://github.com/AmrKoritem/AKLanguageManager"
Original file line number Diff line number Diff line change @@ -10,30 +10,18 @@ let package = Package(
1010 . iOS( . v13)
1111 ] ,
1212 products: [
13- // Products define the executables and libraries a package produces, and make them visible to other packages.
1413 . library(
1514 name: " AKLanguageManager " ,
1615 targets: [ " AKLanguageManager " ] ) ,
1716 ] ,
18- dependencies: [
19- // Dependencies declare other packages that this package depends on.
20- // .package(url: /* package url */, from: "1.0.0"),
21- ] ,
2217 targets: [
23- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
24- // Targets can depend on other targets in this package, and on products in packages this package depends on.
2518 . target(
2619 name: " AKLanguageManager " ,
2720 dependencies: [ ] ) ,
2821 . testTarget(
2922 name: " AKLanguageManagerTests " ,
3023 dependencies: [ " AKLanguageManager " ] ,
3124 resources: [
32- // Apply platform-specific rules.
33- // For example, images might be optimized per specific platform rule.
34- // If path is a directory, the rule is applied recursively.
35- // By default, a file will be copied if no rule applies.
36- // Process file in Sources/Example/Resources/*
3725 . process( " Resources " ) ,
3826 ] ) ,
3927 ] ,
You can’t perform that action at this time.
0 commit comments