Skip to content

Commit

Permalink
Update PINOperation (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon authored Aug 21, 2020
1 parent 2670c1d commit 1bfe8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "pinterest/PINOperation" ~> 1.1.0
github "pinterest/PINOperation" ~> 1.2.0
2 changes: 1 addition & 1 deletion PINCache.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOS
s.prefix_header_contents = pch_PIN
s.subspec 'Core' do |sp|
sp.source_files = 'Source/*.{h,m}'
sp.dependency 'PINOperation', '~> 1.1.1'
sp.dependency 'PINOperation', '~> 1.2.0'
end
s.subspec 'Arc-exception-safe' do |sp|
sp.dependency 'PINCache/Core'
Expand Down

0 comments on commit 1bfe8eb

Please sign in to comment.