Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Krunoslav Zaher authored and Krunoslav Zaher committed May 19, 2015
1 parent 37e6c09 commit 6183eb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions RxCocoa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "1.2"
s.version = "1.3"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
Expand All @@ -15,7 +15,9 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'RxCocoa/RxCocoa/**/*'
s.source_files = 'RxCocoa/RxCocoa/Common/**/*'
s.ios.source_files = 'RxCocoa/RxCocoa/iOS/**/*'
s.osx.source_files = 'RxCocoa/RxCocoa/OSX/**/*'

s.dependency 'RxSwift'
end
2 changes: 1 addition & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
s.version = "1.2.1"
s.version = "1.3"
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC
This is a Swift port of Reactive extensions.
Expand Down

0 comments on commit 6183eb9

Please sign in to comment.