Skip to content

Commit

Permalink
Removed osx (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdev committed Sep 22, 2021
1 parent a83564f commit 1331815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Unrealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'Unrealm'
s.swift_version = '5.5'
s.version = '1.9.2'
s.version = '1.9.3'
s.summary = 'Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.'
s.description = <<-DESC
Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm.
Expand All @@ -30,7 +30,6 @@ Works perfect with Codables and Optionals!
s.social_media_url = 'https://www.linkedin.com/in/arturdev/'

s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.12'

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

Expand Down

0 comments on commit 1331815

Please sign in to comment.