Skip to content

Commit

Permalink
Release 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Apr 8, 2015
1 parent 85ffb8e commit 756edb0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

##master

## 1.10.4 - 2015-04-08

###Changed
- Fix issue with UI subspec assets not being bundled in Pod.
- Allow to use domain without protocol, e.g.: `samples.auth0.com` (the protocol used in this case is `https`).

## 1.10.3 - 2015-04-03

###Changed
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.10.3"
s.version = "1.10.4"
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
30 changes: 15 additions & 15 deletions Lock/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,56 +74,56 @@ PODS:
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.4.1)
- libextobjc/UmbrellaHeader (0.4.1)
- Lock (1.10.3):
- Lock (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core (= 1.10.3)
- Lock/Facebook (= 1.10.3)
- Lock/Twitter (= 1.10.3)
- Lock/UI (= 1.10.3)
- Lock/1Password (1.10.3):
- Lock/Core (= 1.10.4)
- Lock/Facebook (= 1.10.4)
- Lock/Twitter (= 1.10.4)
- Lock/UI (= 1.10.4)
- Lock/1Password (1.10.4):
- 1PasswordExtension (~> 1.2)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/Core (1.10.3):
- Lock/Core (1.10.4):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 2.0.0-rc)
- ISO8601DateFormatter (~> 0.7)
- libextobjc (~> 0.4)
- Lock/Facebook (1.10.3):
- Lock/Facebook (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/GooglePlus (1.10.3):
- Lock/GooglePlus (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- googleplus-ios-sdk (~> 1.7.1)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/ReactiveCore (1.10.3):
- Lock/ReactiveCore (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- ReactiveCocoa (~> 2.3)
- Lock/SMS (1.10.3):
- Lock/SMS (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- Lock/TouchID (1.10.3):
- Lock/TouchID (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- SimpleKeychain (~> 0.2)
- TouchIDAuth (~> 0.1)
- Lock/Twitter (1.10.3):
- Lock/Twitter (1.10.4):
- BDBOAuth1Manager (~> 1.5.0)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- PSAlertView (~> 2.0)
- TWReverseAuth (~> 0.1.0)
- Lock/UI (1.10.3):
- Lock/UI (1.10.4):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
Expand Down Expand Up @@ -186,7 +186,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274
JWTDecode: bff190dc06ff9ee7a3a244c454dc8ef05962c994
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
Lock: 755df7015b0ca512ec468a6c094e225d030a87d8
Lock: de9ed608ef139d727e395ea0fe04dc03ea9bcdf1
LUKeychainAccess: 6479edb12cf06e11ff3336f796959eedbc58f714
NSData+Base64: 4e84902c4db907a15673474677e57763ef3903e4
OAuthCore: 43dce261db846a1fe20234d95654257e00e78581
Expand Down

0 comments on commit 756edb0

Please sign in to comment.