File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Example/Example.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Backgroundable"
4
- s . version = "1.0.0 "
4
+ s . version = "1.0.1 "
5
5
s . summary = "A collection of handy classes, extensions and global functions to handle being in the background using Swift."
6
6
s . screenshot = "https://github.com/BellAppLab/Backgroundable/raw/master/Images/backgroundable.png"
7
7
Original file line number Diff line number Diff line change 985
985
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
986
986
SWIFT_VERSION = 4.0;
987
987
TVOS_DEPLOYMENT_TARGET = 9.0;
988
- VERSION = 1.0;
988
+ VERSION = 1.0.1 ;
989
989
};
990
990
name = Debug;
991
991
};
1042
1042
SWIFT_VERSION = 4.0;
1043
1043
TVOS_DEPLOYMENT_TARGET = 9.0;
1044
1044
VALIDATE_PRODUCT = YES;
1045
- VERSION = 1.0;
1045
+ VERSION = 1.0.1 ;
1046
1046
};
1047
1047
name = Release;
1048
1048
};
Original file line number Diff line number Diff line change 1
- # Backgroundable [ ![ Version] ( https://img.shields.io/badge/Version-1.0 -black.svg?style=flat )] ( #installation ) [ ![ License] ( https://img.shields.io/cocoapods/l/Backgroundable.svg?style=flat )] ( #license )
1
+ # Backgroundable [ ![ Version] ( https://img.shields.io/badge/Version-1.1 -black.svg?style=flat )] ( #installation ) [ ![ License] ( https://img.shields.io/cocoapods/l/Backgroundable.svg?style=flat )] ( #license )
2
2
3
3
[ ![ Platforms] ( https://img.shields.io/badge/Platforms-iOS|tvOS|macOS|Linux-brightgreen.svg?style=flat )] ( #installation )
4
4
[ ![ Swift support] ( https://img.shields.io/badge/Swift-3.3%20%7C%204.1-red.svg?style=flat )] ( #swift-versions-support )
@@ -186,7 +186,7 @@ github "BellAppLab/Backgroundable" ~> 1.0
186
186
187
187
``` swift
188
188
dependencies: [
189
- .package (url : " https://github.com/BellAppLab/Backgroundable" , from : " 1.0.0 " )
189
+ .package (url : " https://github.com/BellAppLab/Backgroundable" , from : " 1.0.1 " )
190
190
]
191
191
```
192
192
You can’t perform that action at this time.
0 commit comments