Skip to content

Commit

Permalink
Fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Sep 15, 2014
1 parent 755b645 commit d93098b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
16 changes: 5 additions & 11 deletions Auth0.iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Auth0 is a SaaS that helps you with Authentication and Authorization. You can us
#define A0LocalizedString(key) NSLocalizedStringFromTable(key, @"Auth0", nil)
EOS
s.subspec 'Core' do |core|
core.public_header_files = 'Pod/Classes/Core/*.h'
core.source_files = 'Pod/Classes/Core/*.{h,m}'
core.public_header_files = ['Pod/Classes/Core/*.h', 'Pod/Classes/Provider/*.h']
core.source_files = ['Pod/Classes/Core/*.{h,m}', 'Pod/Classes/Provider/*.{h,m}']
core.dependency 'AFNetworking', '~> 2.3'
core.dependency 'ISO8601DateFormatter', '~> 0.7'
core.dependency 'UICKeyChainStore', '~> 1.0.5'
Expand All @@ -35,28 +35,22 @@ Auth0 is a SaaS that helps you with Authentication and Authorization. You can us
s.subspec 'UI' do |ui|
ui.public_header_files = 'Pod/Classes/{UI,Utils}/*.h'
ui.source_files = 'Pod/Classes/{UI,Utils}/*.{h,m}'
ui.dependency 'Auth0.iOS/Provider'
ui.dependency 'Auth0.iOS/Core'
ui.resources = 'Pod/Assets/*.xib'
ui.resource_bundles = { 'Auth0' => ['Pod/Assets/Images/*.png', 'Pod/Assets/*.plist', 'Pod/Assets/connections.ttf']}
end

s.subspec 'Provider' do |provider|
provider.public_header_files = 'Pod/Classes/Provider/*.h'
provider.source_files = 'Pod/Classes/Provider/*.{h,m}'
provider.dependency 'Auth0.iOS/Core'
end

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

s.subspec 'Twitter' do |twitter|
twitter.public_header_files = 'Pod/Classes/Twitter/*.h'
twitter.source_files = 'Pod/Classes/Provider/Twitter/*.{h,m}'
twitter.dependency 'Auth0.iOS/Provider'
twitter.dependency 'Auth0.iOS/Core'
twitter.dependency 'BDBOAuth1Manager', '~> 1.3'
twitter.dependency 'TWReverseAuth', '~> 0.1.0'
twitter.dependency 'PSAlertView', '~> 2.0'
Expand Down
4 changes: 2 additions & 2 deletions Example/Auth0Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
77F27E12879146B986D43383 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = README.md; path = ../README.md; sourceTree = "<group>"; };
BD9DE0F8BCE04F059EE4B037 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
CA013CB7EB274077A70C87DC /* Pods-Auth0Client.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Auth0Client.xcconfig"; path = "Pods/Pods-Auth0Client.xcconfig"; sourceTree = "<group>"; };
D2DE0EF3C4E54828BE63976E /* Auth0Client.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Auth0Client.podspec; path = ../Auth0Client.podspec; sourceTree = "<group>"; };
D2DE0EF3C4E54828BE63976E /* Auth0.iOS.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Auth0.iOS.podspec; path = ../Auth0.iOS.podspec; sourceTree = "<group>"; };
D8BB77CC67D644FB8F85C8EE /* libPods-Auth0Client.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Auth0Client.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -205,7 +205,7 @@
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
isa = PBXGroup;
children = (
D2DE0EF3C4E54828BE63976E /* Auth0Client.podspec */,
D2DE0EF3C4E54828BE63976E /* Auth0.iOS.podspec */,
77F27E12879146B986D43383 /* README.md */,
BD9DE0F8BCE04F059EE4B037 /* LICENSE */,
);
Expand Down
12 changes: 4 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,19 @@ PODS:
- libextobjc (~> 0.4)
- UICKeyChainStore (~> 1.0.5)
- Auth0.iOS/Facebook (1.0.0-beta):
- Auth0.iOS/Provider
- CocoaLumberjack (~> 1.9)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Auth0.iOS/Provider (1.0.0-beta):
- Auth0.iOS/Core
- CocoaLumberjack (~> 1.9)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Auth0.iOS/Twitter (1.0.0-beta):
- Auth0.iOS/Provider
- Auth0.iOS/Core
- BDBOAuth1Manager (~> 1.3)
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- PSAlertView (~> 2.0)
- TWReverseAuth (~> 0.1.0)
- Auth0.iOS/UI (1.0.0-beta):
- Auth0.iOS/Provider
- Auth0.iOS/Core
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- BDBOAuth1Manager (1.4.0):
Expand Down Expand Up @@ -128,7 +124,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AFNetworking: 0aabc6fae66d6e5d039eeb21c315843c7aae51ab
Auth0.iOS: 820c672df2b49c5a54edbfbfd3cd4503f4ca88cf
Auth0.iOS: 3adc878f926556b9ce4e476fa92157244d576d53
BDBOAuth1Manager: 4f0967110286edd4c7961cf48a4eb242c64137a1
Bolts: 2635e8698a630774689441047f3465d78c48d485
CocoaLumberjack: 205769c032b5fef85b92472046bcc8b7e7c8a817
Expand Down

0 comments on commit d93098b

Please sign in to comment.