Skip to content

Commit 519926b

Browse files
committed
version 1.0.0
1 parent 020dc4b commit 519926b

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

AKLanguageManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ s.name = "AKLanguageManager"
66
s.summary = "AKLanguageManager is a language manager for iOS applications."
77
s.requires_arc = true
88

9-
s.version = "0.5.0"
9+
s.version = "1.0.0"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Amr Koritem" => "amr.koritem92@gmail.com" }
1212
s.homepage = "https://github.com/AmrKoritem/AKLanguageManager"

Package.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)