Skip to content

Commit

Permalink
replaced bogus chars in podfile and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiehanssen committed Oct 26, 2015
1 parent 6df5cb6 commit c92e627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '7.0'

def shared_pods
pod 'VIMObjectMapper', '5.6'
pod 'AFNetworking', 2.6.1
pod 'AFNetworking', '2.6.1'
end

target 'VIMNetworking' do
Expand Down
2 changes: 1 addition & 1 deletion VIMNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "VIMNetworking"
s.version = 5.6.1
s.version = "5.6.1"
s.summary = "The Vimeo iOS SDK"
s.description = <<-DESC
VIMNetworking is an Objective-C library that enables interaction with the Vimeo API. It handles authentication, request submission and cancellation, and video upload. Advanced features include caching and powerful model object parsing.
Expand Down

0 comments on commit c92e627

Please sign in to comment.