File tree 5 files changed +16
-5
lines changed
5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.5.0] ( https://github.com/auth0/Guardian.swift/tree/0.5.0 ) (2018-07-19)
4
+ [ Full Changelog] ( https://github.com/auth0/Guardian.swift/compare/0.4.0...0.5.0 )
5
+ ** Closed issues**
6
+ - Private constants as default arguments - Swift 4 Support [ \# 61] ( https://github.com/auth0/Guardian.swift/issues/61 )
7
+
8
+ ** Changed**
9
+ - Update to compile with Swift 4 [ \# 63] ( https://github.com/auth0/Guardian.swift/pull/63 ) ([ hzalaz] ( https://github.com/hzalaz ) )
10
+
11
+ ** Deprecated**
12
+ - Deprecate iOS 9 or older notification code [ \# 64] ( https://github.com/auth0/Guardian.swift/pull/64 ) ([ hzalaz] ( https://github.com/hzalaz ) )
13
+
3
14
## [ 0.4.0] ( https://github.com/auth0/Guardian.swift/tree/0.4.0 ) (2018-06-08)
4
15
[ Full Changelog] ( https://github.com/auth0/Guardian.swift/compare/0.3.1...0.4.0 )
5
16
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org).
36
36
To install it, simply add the following line to your Podfile:
37
37
38
38
``` ruby
39
- pod ' Guardian' , ' ~> 0.4 .0'
39
+ pod ' Guardian' , ' ~> 0.5 .0'
40
40
```
41
41
42
42
#### Carthage
43
43
44
44
In your Cartfile add this line
45
45
46
46
```
47
- github "auth0/Guardian.swift" ~> 0.4 .0
47
+ github "auth0/Guardian.swift" ~> 0.5 .0
48
48
```
49
49
50
50
## Usage
You can’t perform that action at this time.
0 commit comments