Skip to content

Commit

Permalink
revert ' [Podspec] increment dependency to FBSDK v4.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
markedwardmurray authored Jun 27, 2016
1 parent c193759 commit ca3798d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FacebookImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
}
s.source_files = ['FacebookImagePicker/OL*.{h,m}', 'FacebookImagePicker/UIImageView+FacebookFadeIn.{h,m}']
s.resources = ['FacebookImagePicker/FacebookImagePicker.xcassets', 'FacebookImagePicker/*.xib']
s.dependency 'FBSDKCoreKit', '~> 4.13.1'
s.dependency 'FBSDKLoginKit', '~> 4.13.1'
s.dependency 'FBSDKCoreKit', '~> 4.12.0'
s.dependency 'FBSDKLoginKit', '~> 4.12.0'
end

0 comments on commit ca3798d

Please sign in to comment.