File tree 6 files changed +18
-6
lines changed
6 files changed +18
-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.1.1 </string >
18
+ <string >1.2.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.1.1 </string >
18
+ <string >1.2.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.1.1 </string >
18
+ <string >1.2.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.1.1 </string >
18
+ <string >1.2.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.2.0] ( https://github.com/auth0/Auth0.swift/tree/1.2.0 ) (2017-02-06)
4
+ [ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.1.1...1.2.0 )
5
+
6
+
7
+ ** Added**
8
+ - Native Authentication support [ \# 86] ( https://github.com/auth0/Auth0.swift/pull/86 ) ([ cocojoe] ( https://github.com/cocojoe ) )
9
+ - Added SwiftLint to project [ \# 84] ( https://github.com/auth0/Auth0.swift/pull/84 ) ([ cocojoe] ( https://github.com/cocojoe ) )
10
+ - Profile timestamp to expect epoch, fallback to ISO8601 [ \# 83] ( https://github.com/auth0/Auth0.swift/pull/83 ) ([ cocojoe] ( https://github.com/cocojoe ) )
11
+
12
+ ** Fixed**
13
+ - Support OIDC /userInfo in Profile [ \# 89] ( https://github.com/auth0/Auth0.swift/pull/89 ) ([ cocojoe] ( https://github.com/cocojoe ) )
14
+
3
15
## [ 1.1.1] ( https://github.com/auth0/Auth0.swift/tree/1.1.1 ) (2017-01-02)
4
16
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.1.0...1.1.1 )
5
17
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.1 '
29
+ pod " Auth0" , ' ~> 1.2 '
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.1
37
+ github "auth0/Auth0.swift" ~> 1.2
38
38
```
39
39
40
40
## Usage
You can’t perform that action at this time.
0 commit comments