Skip to content

Commit

Permalink
update cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Sep 28, 2014
1 parent cf5ac56 commit ddfd4f5
Show file tree
Hide file tree
Showing 6 changed files with 3,790 additions and 1,123 deletions.
4,878 changes: 3,771 additions & 1,107 deletions JSQMessages.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "93B5AC0B78B14FE8AD3EBF83"
BlueprintIdentifier = "4F5A6C487F1C1F7CE8F0BBCE"
BuildableName = "libPods.a"
BlueprintName = "Pods"
ReferencedContainer = "container:Pods/Pods.xcodeproj">
Expand Down
11 changes: 10 additions & 1 deletion JSQMessages.xcworkspace/contents.xcworkspacedata

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

This file was deleted.

4 changes: 3 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'

pod 'JSQSystemSoundPlayer'
pod 'OCMock'

link_with 'JSQMessages'
link_with 'JSQMessages', 'JSQMessagesTests'
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- JSQSystemSoundPlayer (1.5.1)
- OCMock (2.2.4)
- JSQSystemSoundPlayer (1.5.2)
- OCMock (3.1.1)

DEPENDENCIES:
- JSQSystemSoundPlayer
- OCMock

SPEC CHECKSUMS:
JSQSystemSoundPlayer: a662f27f4ebac9f867116fc6c3926c19206c5e60
OCMock: 6db79185520e24f9f299548f2b8b07e41d881bd5
JSQSystemSoundPlayer: c24914bc96ff5365b5d28b59d7ecffd60d1c5587
OCMock: f6cb8c162ab9d5620dddf411282c7b2c0ee78854

COCOAPODS: 0.33.1
COCOAPODS: 0.34.1

0 comments on commit ddfd4f5

Please sign in to comment.