Skip to content

Commit

Permalink
Merge pull request #140 from auth0/bugfix-remove-native-integrations
Browse files Browse the repository at this point in the history
Remove deprecated native integrations
  • Loading branch information
hzalaz committed Jul 20, 2015
2 parents fb5733e + db2f452 commit 24a7a68
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 807 deletions.
27 changes: 0 additions & 27 deletions Lock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,33 +60,6 @@ Auth0 is a SaaS that helps you with Authentication and Authorization. You can us
ui.resource_bundles = { 'Auth0' => ['Pod/Assets/UI/Images/*.png', 'Pod/Assets/UI/*.plist', 'Pod/Assets/UI/*.ttf']}
end

s.subspec 'Facebook' do |facebook|
facebook.platform = :ios
facebook.public_header_files = 'Pod/Classes/Provider/Facebook/*.h'
facebook.source_files = 'Pod/Classes/Provider/Facebook/*.{h,m}'
facebook.dependency 'Lock/Core'
facebook.dependency 'Facebook-iOS-SDK', '~> 3.15'
end

s.subspec 'Twitter' do |twitter|
twitter.platform = :ios
twitter.public_header_files = 'Pod/Classes/Twitter/*.h'
twitter.source_files = 'Pod/Classes/Provider/Twitter/*.{h,m}'
twitter.dependency 'Lock/Core'
twitter.dependency 'BDBOAuth1Manager', '~> 1.5.0'
twitter.dependency 'TWReverseAuth', '~> 0.1.0'
twitter.dependency 'PSAlertView', '~> 2.0'
twitter.frameworks = 'Social', 'Accounts', 'Twitter'
end

s.subspec 'GooglePlus' do |gplus|
gplus.platform = :ios
gplus.public_header_files = 'Pod/Classes/Provider/GooglePlus/*.h'
gplus.source_files = 'Pod/Classes/Provider/GooglePlus/*.{h,m}'
gplus.dependency 'Lock/Core'
gplus.dependency 'googleplus-ios-sdk', '~> 1.7.1'
end

s.subspec 'TouchID' do |touchid|
touchid.platform = :ios
touchid.public_header_files = 'Pod/Classes/TouchID/*.h'
Expand Down
2 changes: 1 addition & 1 deletion Lock/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274
JWTDecode: bff190dc06ff9ee7a3a244c454dc8ef05962c994
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
Lock: b9b0a1503e24008d311b572e4e4d224747bc0ab9
Lock: 26649aca7524ee65f2fc420f7d4c3c7544ec096b
Lock-Facebook: 02c315b7d15d6fed20c7a2ea8a5e5e27c072483a
Lock-Twitter: 61168e95f6614535167621794cbada2d6606d4c5
LUKeychainAccess: 6479edb12cf06e11ff3336f796959eedbc58f714
Expand Down
49 changes: 0 additions & 49 deletions Pod/Classes/Provider/Facebook/A0FacebookAuthenticator.h

This file was deleted.

148 changes: 0 additions & 148 deletions Pod/Classes/Provider/Facebook/A0FacebookAuthenticator.m

This file was deleted.

51 changes: 0 additions & 51 deletions Pod/Classes/Provider/GooglePlus/A0GooglePlusAuthenticator.h

This file was deleted.

Loading

0 comments on commit 24a7a68

Please sign in to comment.