Skip to content

Commit d444caf

Browse files
committed
Config swift versions
1 parent e2aa9db commit d444caf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In your `Package.swift` file, add `ScreenProtectorKit` dependency to correspondi
1515
```swift
1616
let package = Package(
1717
dependencies: [
18-
.package(url: "https://github.com/prongbang/ScreenProtectorKit.git", from: "1.0.4"),
18+
.package(url: "https://github.com/prongbang/ScreenProtectorKit.git", from: "1.0.5"),
1919
],
2020
)
2121
```

ScreenProtectorKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ScreenProtectorKit'
3-
s.version = '1.0.4'
3+
s.version = '1.0.5'
44
s.summary = 'Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for iOS.'
55
s.homepage = 'https://github.com/prongbang/ScreenProtectorKit'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)