Skip to content

Commit d282021

Browse files
Updated version to 1.1.1
1 parent baf5d10 commit d282021

File tree

9 files changed

+60
-68
lines changed

9 files changed

+60
-68
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ platform :ios, '9.0'
22
use_frameworks!
33

44
target 'StatusAlertSwiftDemo' do
5-
pod 'StatusAlert', :path => '../'
5+
pod 'StatusAlert', :path => '../'
66
end
77

88
target 'StatusAlertObjCDemo' do

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- StatusAlert (1.1.0)
2+
- StatusAlert (1.1.1)
33

44
DEPENDENCIES:
55
- StatusAlert (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
StatusAlert: fe41f7ff0ffe306ec8146864974a6ae1792e0816
12+
StatusAlert: 989bfe22512e3aeff7aefb76359238d563e49ee7
1313

14-
PODFILE CHECKSUM: aa5e272fdc5c9ddfcfc66666c95fa70491359d83
14+
PODFILE CHECKSUM: 1cf7118fe2b5e4bd581000e28d22c7bd4503eb23
1515

1616
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/StatusAlert.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 44 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/StatusAlert/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/StatusAlert.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
PRODUCT_BUNDLE_IDENTIFIER = com.lowkostkustomz.StatusAlertDemoAppObjectiveC;
697697
PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
698698
PRODUCT_NAME = StatusAlert;
699-
SWIFT_VERSION = 4.2;
699+
SWIFT_VERSION = 5.0;
700700
TARGETED_DEVICE_FAMILY = "1,2";
701701
};
702702
name = Debug;
@@ -724,7 +724,7 @@
724724
PRODUCT_BUNDLE_IDENTIFIER = com.lowkostkustomz.StatusAlertDemoAppObjectiveC;
725725
PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
726726
PRODUCT_NAME = StatusAlert;
727-
SWIFT_VERSION = 4.2;
727+
SWIFT_VERSION = 5.0;
728728
TARGETED_DEVICE_FAMILY = "1,2";
729729
};
730730
name = Release;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ It looks very similar to the alerts displayed in Podcasts, Apple Music and News
5454
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:
5555

5656
```ruby
57-
pod 'StatusAlert', '~> 1.1.0'
57+
pod 'StatusAlert', '~> 1.1.1'
5858
```
5959

6060
### Carthage
6161

6262
To install StatusAlert using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
6363

6464
```ruby
65-
github "LowKostKustomz/StatusAlert" ~> 1.1.0
65+
github "LowKostKustomz/StatusAlert" ~> 1.1.1
6666
```
6767

6868
### Swift Package Manager
@@ -71,7 +71,7 @@ To install StatusAlert using [Swift Package Manager](https://github.com/apple/sw
7171

7272
```swift
7373
dependencies: [
74-
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("1.1.0"))
74+
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("1.1.1"))
7575
]
7676
```
7777

StatusAlert.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 = 'StatusAlert'
3-
s.version = '1.1.0'
3+
s.version = '1.1.1'
44
s.summary = 'Display Apple system-like status alerts for iOS'
55
s.description = <<-DESC
66
StatusAlert is an iOS framework that displays status alerts similar to Apple's system self-hiding alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.

0 commit comments

Comments
 (0)