Skip to content

Commit dc0afdd

Browse files
committed
Bump version to 4.0.0
Breaking changes in Observable and Observer protocols
1 parent e2dda4f commit dc0afdd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0</string>
18+
<string>4.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SwiftObserver.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# meta infos
44
s.name = "SwiftObserver"
5-
s.version = "3.1.0"
6-
s.summary = "A Reactive Swift Toolbox"
7-
s.description = "A Sweet Little 'Use and Forget' Toolbox for Reactive Swift Programming"
5+
s.version = "4.0.0"
6+
s.summary = "The Elegant Approach to Reactive Swift"
7+
s.description = "SwiftObserver is a lightweight framework for reactive Swift. It's a bit unconventional and designed to be readable, easy, flexible, non-intrusive, simple and safe."
88
s.homepage = "http://flowtoolz.com"
99
s.license = 'MIT'
1010
s.author = { "Flowtoolz" => "[email protected]" }
@@ -27,5 +27,5 @@
2727
s.source_files = 'Code/**/*.swift'
2828

2929
# dependencies
30-
s.dependency 'SwiftyToolz', '~> 1.3.0'
30+
s.dependency 'SwiftyToolz', '~> 1.4'
3131
end

Tests/SwiftObserver.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
9EA9A0C321B7E9D90067DB30 /* Weak.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Weak.swift; sourceTree = "<group>"; };
7070
9EE889FB21BAC7E10056340A /* Observer+ObservationMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Observer+ObservationMapper.swift"; sourceTree = "<group>"; };
7171
9EE889FD21BACF9C0056340A /* ObservationMapper+StandardMappings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ObservationMapper+StandardMappings.swift"; sourceTree = "<group>"; };
72+
9EE889FF21BAD7080056340A /* SwiftObserver.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = SwiftObserver.podspec; path = ../SwiftObserver.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
7273
A4789C8F494749332999804A /* Pods-SwiftObserver.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftObserver.debug.xcconfig"; path = "Target Support Files/Pods-SwiftObserver/Pods-SwiftObserver.debug.xcconfig"; sourceTree = "<group>"; };
7374
F4BF92FBB88B2B6F8C2E1733 /* Pods_SwiftObserverTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftObserverTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7475
/* End PBXFileReference section */
@@ -131,6 +132,7 @@
131132
9E37EDE521B47AC100A594F1 = {
132133
isa = PBXGroup;
133134
children = (
135+
9EE889FF21BAD7080056340A /* SwiftObserver.podspec */,
134136
9E37EDFC21B47AC200A594F1 /* SwiftObserverTests */,
135137
9E17055521B47C470045581C /* Code */,
136138
9E37EDF121B47AC100A594F1 /* SwiftObserver */,

0 commit comments

Comments
 (0)