Skip to content

Commit

Permalink
Upgrade to Cocoapod 0.36.0.beta.1 requires Umbrella Header Usage #28
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Jan 15, 2015
1 parent d83e989 commit 284c223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProtocolBuffers.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ProtocolBuffers"
s.version = "1.9.5"
s.version = "1.9.6"
s.summary = "Protocol Buffers for Objective-C"
s.description = <<-DESC
An implementation of Protocol Buffers 2.6 in Objective C.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ How To Install Protobuf

8.`cd <your .xcodeproj directory>`

9.`echo -e "platform :ios , 6.0 \nlink_with '<YourAppTarget>', '<YourAppTarget_Test>' \npod 'ProtocolBuffers', '1.9.5' " > Podfile`
9.`echo -e "platform :ios , 6.0 \nlink_with '<YourAppTarget>', '<YourAppTarget_Test>' \npod 'ProtocolBuffers', '1.9.6' " > Podfile`

10.`pod install`

Expand Down

0 comments on commit 284c223

Please sign in to comment.