Skip to content

Commit

Permalink
🔖 Bump version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Apr 23, 2021
1 parent ec55e1c commit bf24f0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ACKReactiveExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKReactiveExtensions'
s.version = '5.2.0'
s.version = '5.3.0'
s.summary = 'Useful extensions for ReactiveCocoa.'
s.description = <<-DESC
Use ReactiveCocoa with various iOS components.
Expand Down Expand Up @@ -30,7 +30,6 @@ Pod::Spec.new do |s|
end

s.subspec 'Realm' do |realm|
realm.ios.deployment_target = '9.0'
realm.dependency 'ACKReactiveExtensions/Core'
realm.dependency 'RealmSwift', '~> 10.6'
realm.source_files = 'ACKReactiveExtensions/Realm/*.swift'
Expand Down

0 comments on commit bf24f0a

Please sign in to comment.