Skip to content

Commit

Permalink
bump podspec version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRavens committed May 3, 2018
1 parent f5f6287 commit a4e271c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Interstellar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "Interstellar"
s.version = "2.1.0"
s.version = "2.2.0"
s.license = "MIT"
s.summary = "The simplest Observable<T> implementation for Functional Reactive Programming you will ever find."
s.homepage = "https://github.com/JensRavens/Interstellar"
Expand All @@ -17,21 +17,21 @@ Pod::Spec.new do |s|

s.subspec "Core" do |cs|
cs.source_files = [
"Sources/Interstellar/Result.swift",
"Sources/Interstellar/Signal.swift",
"Sources/Interstellar/Observable.swift",
"Sources/Interstellar/ObserverToken.swift",
"Sources/Interstellar/Mutex.swift",
"Sources/Interstellar/ResultType.swift",
"Sources/Interstellar/Result.swift",
"Sources/Interstellar/Signal.swift",
"Sources/Interstellar/Observable.swift",
"Sources/Interstellar/ObserverToken.swift",
"Sources/Interstellar/Mutex.swift",
"Sources/Interstellar/ResultType.swift",
"Sources/Interstellar/Observable+Result.swift"]
end

s.subspec "Warpdrive" do |cs|
cs.dependency "Interstellar/Core"
cs.source_files = [
"Sources/Interstellar/Warpdrive/Debounce.swift",
"Sources/Interstellar/Warpdrive/Delay.swift",
"Sources/Interstellar/Warpdrive/Threading.swift",
"Sources/Interstellar/Warpdrive/Debounce.swift",
"Sources/Interstellar/Warpdrive/Delay.swift",
"Sources/Interstellar/Warpdrive/Threading.swift",
"Sources/Interstellar/Warpdrive/Waiting.swift"
]
end
Expand Down

0 comments on commit a4e271c

Please sign in to comment.