Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Jan 11, 2019
1 parent 780cc03 commit 1e1fe39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 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 = '4.0.1'
s.version = '4.0.2'
s.summary = 'Useful extensions for ReactiveCocoa.'
s.description = <<-DESC
Use ReactiveCocoa with various iOS components.
Expand Down Expand Up @@ -37,13 +37,14 @@ Pod::Spec.new do |s|
s.subspec 'Marshal' do |marshal|
marshal.dependency 'ACKReactiveExtensions/Core'
marshal.dependency 'Marshal', '~> 1.2'
marshal.dependency 'Result', '~> 4.1'
marshal.source_files = 'ACKReactiveExtensions/Marshal/*.swift'
end

s.subspec 'AlamofireImage' do |marshal|
marshal.dependency 'ACKReactiveExtensions/Core'
marshal.dependency 'AlamofireImage', '~> 3.3'
marshal.source_files = 'ACKReactiveExtensions/AlamofireImage/*.swift'
s.subspec 'AlamofireImage' do |alamofire|
alamofire.dependency 'ACKReactiveExtensions/Core'
alamofire.dependency 'AlamofireImage', '~> 3.3'
alamofire.source_files = 'ACKReactiveExtensions/AlamofireImage/*.swift'
end

end
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
github "ReactiveCocoa/ReactiveCocoa" ~> 8.0
github "antitypical/Result" ~> 4.1
github "realm/realm-cocoa" ~> 3.0
github "utahiosmac/Marshal" ~> 1.2
github "Alamofire/AlamofireImage" ~> 3.3

0 comments on commit 1e1fe39

Please sign in to comment.