Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 324328d

Browse files
committed
Release alpha version 1
1 parent 1022ff4 commit 324328d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "Quick/Nimble" "v5.1.1"
2-
github "Quick/Quick" "v1.0.0"
3-
github "antitypical/Result" "3.1.0"
2+
github "Quick/Quick" "v1.1.0"
3+
github "ReactiveCocoa/ReactiveSwift" "1.1.1"
4+
github "antitypical/Result" "3.2.1"
45
github "jspahrsummers/xcconfigs" "0.10"
5-
github "ReactiveCocoa/ReactiveSwift" "1.0.0"

ReactiveCollections.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveCollections"
3-
s.version = "1.0.0-alpha.0"
3+
s.version = "1.0.0-alpha.1"
44
s.summary = "Reactive collections for Swift using ReactiveSwift"
55
s.homepage = "https://github.com/RACCommunity/ReactiveCollections/"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414

1515
# Directory glob for all Swift files
1616
s.source_files = "Sources/*.{swift}"
17-
s.dependency 'ReactiveSwift', '~> 1.0.0'
17+
s.dependency 'ReactiveSwift', '~> 1.0'
1818
end

0 commit comments

Comments
 (0)