File tree 6 files changed +27
-6
lines changed
6 files changed +27
-6
lines changed 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 >1.0.1 </string >
18
+ <string >1.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleURLTypes </key >
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 >1.0.1 </string >
18
+ <string >1.1.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 >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.1 </string >
18
+ <string >1.1.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 >1.0.1 </string >
18
+ <string >1.1.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 1
1
# Change Log
2
2
3
+ ## [ 1.1.0] ( https://github.com/auth0/Auth0.swift/tree/1.1.0 ) (2016-12-16)
4
+ [ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.0.1...1.1.0 )
5
+
6
+ ** Closed issues**
7
+ - Missing API [ \# 59] ( https://github.com/auth0/Auth0.swift/issues/59 )
8
+ - Delegation for Firebase [ \# 55] ( https://github.com/auth0/Auth0.swift/issues/55 )
9
+
10
+ ** Added**
11
+ - Credentials exposes expires_in if returned after auth [ \# 72] ( https://github.com/auth0/Auth0.swift/pull/72 ) ([ cocojoe] ( https://github.com/cocojoe ) )
12
+ - Added grant type password realm support [ \# 71] ( https://github.com/auth0/Auth0.swift/pull/71 ) ([ cocojoe] ( https://github.com/cocojoe ) )
13
+ - Support refresh token authentication [ \# 69] ( https://github.com/auth0/Auth0.swift/pull/69 ) ([ cocojoe] ( https://github.com/cocojoe ) )
14
+ - Support for audience parameter for WebAuth [ \# 67] ( https://github.com/auth0/Auth0.swift/pull/67 ) ([ cocojoe] ( https://github.com/cocojoe ) )
15
+ - Multiple respone_type support [ \# 65] ( https://github.com/auth0/Auth0.swift/pull/65 ) ([ cocojoe] ( https://github.com/cocojoe ) )
16
+ - Support id_token response type [ \# 62] ( https://github.com/auth0/Auth0.swift/pull/62 ) ([ cocojoe] ( https://github.com/cocojoe ) )
17
+
18
+ ** Changed**
19
+ - Expose credentials init [ \# 73] ( https://github.com/auth0/Auth0.swift/pull/73 ) ([ cocojoe] ( https://github.com/cocojoe ) )
20
+
21
+ ** Deprecated**
22
+ - Deprecate tokeninfo [ \# 70] ( https://github.com/auth0/Auth0.swift/pull/70 ) ([ cocojoe] ( https://github.com/cocojoe ) )
23
+
3
24
## [ 1.0.1] ( https://github.com/auth0/Auth0.swift/tree/1.0.1 ) (2016-11-23)
4
25
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.0.0...1.0.1 )
5
26
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org).
26
26
To install it, simply add the following line to your Podfile:
27
27
28
28
``` ruby
29
- pod " Auth0" , ' ~> 1.0 '
29
+ pod " Auth0" , ' ~> 1.1 '
30
30
```
31
31
32
32
###Carthage
33
33
34
34
In your Cartfile add this line
35
35
36
36
```
37
- github "auth0/Auth0.swift" ~> 1.0
37
+ github "auth0/Auth0.swift" ~> 1.1
38
38
```
39
39
40
40
## Usage
You can’t perform that action at this time.
0 commit comments