Skip to content

Commit

Permalink
Realm 10.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdev committed May 2, 2021
1 parent be84d0d commit a7a6a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<a href="https://cocoapods.org/pods/Unrealm">
<img src="https://img.shields.io/cocoapods/p/Unrealm.svg?style=flat" alt="Platform">
</a>
<a href="https://github.com/realm/realm-cocoa/releases/tag/v10.5.0">
<img src="https://img.shields.io/badge/RealmCocoa-v10.5.0-green?style=flat" alt="Platform">
<a href="https://github.com/realm/realm-cocoa/releases/tag/v10.7.4">
<img src="https://img.shields.io/badge/RealmCocoa-v10.7.4-green?style=flat" alt="Platform">
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions Unrealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Works perfect with Codables and Optionals!

s.source_files = 'Unrealm/Classes/**/*.{h,m,swift}'

s.dependency 'Realm', '10.5.0'
s.dependency 'RealmSwift', '10.5.0'
s.dependency 'Realm', '10.7.4'
s.dependency 'RealmSwift', '10.7.4'
s.dependency 'RuntimeNew', '2.1.5'
end

0 comments on commit a7a6a56

Please sign in to comment.