Skip to content

Commit

Permalink
update OAuthConsumer and RestKit pods, fix invitation crash
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Nov 29, 2012
1 parent 62c6d80 commit e9b908e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ platform :ios, '5.0'
# that you're trying to debug
inhibit_all_warnings!

# github pods
pod 'RestKit', :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development', :commit => '7d9087b722a48d46dfd689e244e2b72242158d58'

# C&P forked repo pods
pod 'OAuthConsumer', :git => 'https://github.com/worklist/oauthconsumer', :commit => '1b4571ebae34bed607bf21a374cdf52cef630d81'
pod 'OAuthConsumer', :git => 'https://github.com/worklist/oauthconsumer', :commit => 'f1881a10c5e5d53376072119487063622d7f8fb1'
pod 'UIImage-Categories', :git => 'https://github.com/worklist/UIImage-Categories', :commit => '8da2296e71d8275af0c137031b0bbec22c5bc9b7'

# pods from cocoapods repo
pod 'RestKit', '= 0.20.0pre1'
pod 'ActionSheetPicker', '= 0.0.1'
pod 'CustomBadge', '= 2.0'
pod 'FlurrySDK', '= 4.0.5'
Expand Down

0 comments on commit e9b908e

Please sign in to comment.