diff --git a/.gitignore b/.gitignore index b220d04..cf24689 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ DerivedData .bundle # CocoaPods -Example/Pods +Pods/ diff --git a/Examples/OSX/Podfile.lock b/Examples/OSX/Podfile.lock index c62b433..49734bb 100644 --- a/Examples/OSX/Podfile.lock +++ b/Examples/OSX/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Expecta (1.0.0) - - SimpleKeychain (0.3.0) + - SimpleKeychain (0.4.0) - Specta (0.2.1) DEPENDENCIES: @@ -10,11 +10,11 @@ DEPENDENCIES: EXTERNAL SOURCES: SimpleKeychain: - :path: ../../ + :path: "../../" SPEC CHECKSUMS: Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024 - SimpleKeychain: f93473207e3588d634a297790ee2aeeca7c7c321 + SimpleKeychain: 8677ba554d30a166f64da26b7b039db1c87144f4 Specta: 15a276a6343867b426d5ed135d5aa4d04123a573 -COCOAPODS: 0.37.1 +COCOAPODS: 0.37.2 diff --git a/Examples/iOS/Podfile.lock b/Examples/iOS/Podfile.lock index c62b433..49734bb 100644 --- a/Examples/iOS/Podfile.lock +++ b/Examples/iOS/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Expecta (1.0.0) - - SimpleKeychain (0.3.0) + - SimpleKeychain (0.4.0) - Specta (0.2.1) DEPENDENCIES: @@ -10,11 +10,11 @@ DEPENDENCIES: EXTERNAL SOURCES: SimpleKeychain: - :path: ../../ + :path: "../../" SPEC CHECKSUMS: Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024 - SimpleKeychain: f93473207e3588d634a297790ee2aeeca7c7c321 + SimpleKeychain: 8677ba554d30a166f64da26b7b039db1c87144f4 Specta: 15a276a6343867b426d5ed135d5aa4d04123a573 -COCOAPODS: 0.37.1 +COCOAPODS: 0.37.2 diff --git a/Gemfile b/Gemfile index d44c866..fdcfa16 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' -gem 'cocoapods', '0.35.0' -# gem 'cocoapods', '0.36.0.beta.1' \ No newline at end of file +gem 'cocoapods', '~> 0.37' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 942a95a..6b4c162 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,52 +1,50 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.0) + activesupport (4.2.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - claide (0.7.0) - cocoapods (0.35.0) + claide (0.8.1) + cocoapods (0.37.2) activesupport (>= 3.2.15) - claide (~> 0.7.0) - cocoapods-core (= 0.35.0) - cocoapods-downloader (~> 0.8.0) - cocoapods-plugins (~> 0.3.1) - cocoapods-trunk (~> 0.4.1) - cocoapods-try (~> 0.4.2) + claide (~> 0.8.1) + cocoapods-core (= 0.37.2) + cocoapods-downloader (~> 0.9.0) + cocoapods-plugins (~> 0.4.2) + cocoapods-trunk (~> 0.6.1) + cocoapods-try (~> 0.4.5) colored (~> 1.2) escape (~> 0.0.4) - molinillo (~> 0.1.2) + molinillo (~> 0.2.3) nap (~> 0.8) - open4 (~> 1.3) - xcodeproj (~> 0.20.2) - cocoapods-core (0.35.0) + xcodeproj (~> 0.24.2) + cocoapods-core (0.37.2) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) nap (~> 0.8.0) - cocoapods-downloader (0.8.1) - cocoapods-plugins (0.3.2) + cocoapods-downloader (0.9.0) + cocoapods-plugins (0.4.2) nap - cocoapods-trunk (0.4.1) + cocoapods-trunk (0.6.1) nap (>= 0.8) netrc (= 0.7.8) - cocoapods-try (0.4.3) + cocoapods-try (0.4.5) colored (1.2) escape (0.0.4) fuzzy_match (2.0.4) i18n (0.7.0) - json (1.8.2) - minitest (5.5.1) - molinillo (0.1.2) + json (1.8.3) + minitest (5.7.0) + molinillo (0.2.3) nap (0.8.0) netrc (0.7.8) - open4 (1.3.4) - thread_safe (0.3.4) + thread_safe (0.3.5) tzinfo (1.2.2) thread_safe (~> 0.1) - xcodeproj (0.20.2) + xcodeproj (0.24.2) activesupport (>= 3) colored (~> 1.2) @@ -54,4 +52,4 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (= 0.35.0) + cocoapods (~> 0.37) diff --git a/SimpleKeychain.podspec b/SimpleKeychain.podspec index a507cdd..35f5bcf 100644 --- a/SimpleKeychain.podspec +++ b/SimpleKeychain.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SimpleKeychain" - s.version = "0.3.0" + s.version = "0.4.0" s.summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely." s.description = <<-DESC A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly. @@ -8,9 +8,9 @@ Pod::Spec.new do |s| DESC s.homepage = "https://github.com/auth0/SimpleKeychain" s.license = 'MIT' - s.author = { "Hernan Zalazar" => "hernan@auth0.com" } + s.author = { "Auth0" => "support@auth0.com", "Hernan Zalazar" => "hernan@auth0.com" } s.source = { :git => "https://github.com/auth0/SimpleKeychain.git", :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/authzero' + s.social_media_url = 'https://twitter.com/auth0' s.ios.platform = :ios, '7.0' s.osx.platform = :osx, '10.10'