Skip to content

Commit

Permalink
Release 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed May 5, 2015
1 parent 64c2644 commit 27a1f9c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ All notable changes to this project will be documented in this file.

##master

## 1.11.2 - 2015-05-05

###Changed
- A0WebViewController is now part of the public interface of Lock.

## 1.11.1 - 2015-05-04

###Changed
- Cusotm disclaimer view layout in Sign Up screen.
- Custom disclaimer view layout in Sign Up screen.

## 1.11.0 - 2015-04-23

Expand Down
2 changes: 1 addition & 1 deletion Lock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Lock"
s.version = "1.11.1"
s.version = "1.11.2"
s.summary = "A library that uses Auth0 for Authentication with Native Look & Feel"
s.description = <<-DESC
[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)
Expand Down
34 changes: 17 additions & 17 deletions Lock/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.0):
- CocoaLumberjack/Default
- Expecta (0.4.2)
- Expecta (1.0.0)
- Facebook-iOS-SDK (3.23.2):
- Bolts (~> 1.0)
- googleplus-ios-sdk (1.7.1)
Expand Down Expand Up @@ -79,56 +79,56 @@ PODS:
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.4.1)
- libextobjc/UmbrellaHeader (0.4.1)
- Lock (1.11.1):
- Lock (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core (= 1.11.1)
- Lock/Facebook (= 1.11.1)
- Lock/Twitter (= 1.11.1)
- Lock/UI (= 1.11.1)
- Lock/1Password (1.11.1):
- Lock/Core (= 1.11.2)
- Lock/Facebook (= 1.11.2)
- Lock/Twitter (= 1.11.2)
- Lock/UI (= 1.11.2)
- Lock/1Password (1.11.2):
- 1PasswordExtension (~> 1.2)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/Core (1.11.1):
- Lock/Core (1.11.2):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 2.0.0-rc)
- ISO8601DateFormatter (~> 0.7)
- libextobjc (~> 0.4)
- Lock/Facebook (1.11.1):
- Lock/Facebook (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/GooglePlus (1.11.1):
- Lock/GooglePlus (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- googleplus-ios-sdk (~> 1.7.1)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/ReactiveCore (1.11.1):
- Lock/ReactiveCore (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- ReactiveCocoa (~> 2.3)
- Lock/SMS (1.11.1):
- Lock/SMS (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- Lock/TouchID (1.11.1):
- Lock/TouchID (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- SimpleKeychain (~> 0.2)
- TouchIDAuth (~> 0.1)
- Lock/Twitter (1.11.1):
- Lock/Twitter (1.11.2):
- BDBOAuth1Manager (~> 1.5.0)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- PSAlertView (~> 2.0)
- TWReverseAuth (~> 0.1.0)
- Lock/UI (1.11.1):
- Lock/UI (1.11.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
Expand Down Expand Up @@ -183,13 +183,13 @@ SPEC CHECKSUMS:
BDBOAuth1Manager: 2e28773b58f880fb36b5cd3efcf0b1fefbc78a99
Bolts: aac24961496d504aa56fc267cde95162a71bac39
CocoaLumberjack: a6f77d987d65dc7ba86b0f84db7d0b9084f77bcb
Expecta: 78b4e8b0c8291fa4524d7f74016b6065c2e391ec
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
Facebook-iOS-SDK: cd87f0b2f0c1d9574b44e8fa2baacc275524bac3
googleplus-ios-sdk: 065d9135061a5f84c07656a68ced48336408fe35
ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274
JWTDecode: bff190dc06ff9ee7a3a244c454dc8ef05962c994
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
Lock: a506aad549fe42a8cac1b8653e8191c067722ad3
Lock: 9edb5cfa18c89b95230ee8061b0a269f1e4bad18
LUKeychainAccess: 6479edb12cf06e11ff3336f796959eedbc58f714
NSData+Base64: 4e84902c4db907a15673474677e57763ef3903e4
OAuthCore: 43dce261db846a1fe20234d95654257e00e78581
Expand Down

0 comments on commit 27a1f9c

Please sign in to comment.