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

Commit

Permalink
Update cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Apr 30, 2013
1 parent cc3cb86 commit 1bfbed4
Show file tree
Hide file tree
Showing 13 changed files with 2,393 additions and 2,320 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'http://rubygems.org'

# use cocoapods for handling project dependencies
gem 'cocoapods', '0.18.1'
gem 'cocoapods', '0.19.1'

# guard and the following gems are used to run
# tests on file change and give growl output
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Expand Up @@ -4,12 +4,12 @@ GEM
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.3)
addressable (2.3.4)
claide (0.2.0)
cocoapods (0.18.1)
cocoapods (0.19.1)
activesupport (~> 3.2.13)
claide (~> 0.2.0)
cocoapods-core (= 0.18.1)
cocoapods-core (= 0.19.1)
cocoapods-downloader (~> 0.1.0)
colored (~> 1.2)
escape (~> 0.0.4)
Expand All @@ -19,10 +19,8 @@ GEM
open4 (~> 1.3.0)
rake (~> 10.0.0)
xcodeproj (~> 0.5.5)
cocoapods-core (0.18.1)
cocoapods-core (0.19.1)
activesupport (~> 3.2.13)
faraday (~> 0.8.1)
octokit (~> 1.7)
rake (~> 10.0.0)
cocoapods-downloader (0.1.0)
coderay (1.0.8)
Expand All @@ -39,7 +37,7 @@ GEM
thor (>= 0.14.6)
guard-shell (0.5.1)
guard (>= 1.1.0)
hashie (2.0.3)
hashie (2.0.4)
i18n (0.6.1)
json (1.7.7)
listen (0.7.2)
Expand Down Expand Up @@ -73,7 +71,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 0.18.1)
cocoapods (= 0.19.1)
guard
guard-shell
rb-fsevent
Expand Down
2 changes: 1 addition & 1 deletion Podfile
@@ -1,6 +1,6 @@
platform :ios, '5.0'

gem 'cocoapods', '0.18.1'
gem 'cocoapods', '0.19.1'

pod 'AFNetworking', '1.2'
pod 'AFOAuth2Client', '0.1'
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Expand Up @@ -41,4 +41,4 @@ SPEC CHECKSUMS:
TPKeyboardAvoiding: 7289409b17dc2193a3f324672283c542f17c1bb1
YRDropdownView: 2a824eee75b10dd70fe21f9693c46a8309f9cc6e

COCOAPODS: 0.18.1
COCOAPODS: 0.19.1
Binary file modified Pods/HockeySDK/Resources/HockeySDKResources.bundle/Info.plist
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/Pods-dummy.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 68 additions & 0 deletions Pods/Pods-environment.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Pods-prefix.pch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Pods-resources.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Pods.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bfbed4

Please sign in to comment.