Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Oct 11, 2015
1 parent 9d84ceb commit 991827b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BDBOAuth1Manager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BDBOAuth1Manager'
s.version = '1.5.0'
s.version = '1.6.0'
s.license = 'MIT'
s.summary = 'AFNetworking 2.0-compatible replacement for AFOAuth1Client.'
s.homepage = 'https://github.com/bdbergeron/BDBOAuth1Manager'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.osx.deployment_target = '10.9'

s.source_files = 'BDBOAuth1Manager/**/*.{h,m}'

Expand Down
4 changes: 2 additions & 2 deletions BDBOAuth1ManagerDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PODS:
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- BBlock/UIKit (1.2.1)
- BDBOAuth1Manager (1.5.0):
- BDBOAuth1Manager (1.6.0):
- AFNetworking/NSURLConnection (~> 2.6.0)
- AFNetworking/NSURLSession (~> 2.6.0)

Expand All @@ -30,6 +30,6 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 79f7eb1a0fcfa7beb409332b2ca49afe9ce53b05
BBlock: c56d7f72597ffe1634fcdc73836c5c0fed3271be
BDBOAuth1Manager: 0c2504af494803d48ae45b6622ddd448a740ff54
BDBOAuth1Manager: cd5a5872f355ca38180d52ca2dd844f0b0c84797

COCOAPODS: 0.39.0

0 comments on commit 991827b

Please sign in to comment.