Skip to content

Commit eadf694

Browse files
committed
[Release] Version 0.2.2
1 parent b39e259 commit eadf694

File tree

3 files changed

+82
-7
lines changed

3 files changed

+82
-7
lines changed

SwiftFlowRouter.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftFlowRouter"
3-
s.version = "0.2.1"
3+
s.version = "0.2.2"
44
s.summary = "Declarative Routing for Swift Flow"
55
s.description = <<-DESC
66
A declarative router for Swift Flow. Allows developers to declare routes in a similar manner as
@@ -11,12 +11,12 @@ Pod::Spec.new do |s|
1111
s.license = { :type => "MIT", :file => "LICENSE.md" }
1212
s.author = { "Benjamin Encz" => "[email protected]" }
1313
s.social_media_url = "http://twitter.com/benjaminencz"
14-
s.source = { :git => "https://github.com/Swift-Flow/Swift-Flow-Router.git", :tag => "v#{s.version.to_s}" }
14+
s.source = { :git => "https://github.com/Swift-Flow/Swift-Flow-Router.git", :tag => s.version.to_s }
1515
s.ios.deployment_target = '8.0'
1616
s.osx.deployment_target = '10.10'
1717
s.tvos.deployment_target = '9.0'
1818
s.watchos.deployment_target = '2.0'
1919
s.requires_arc = true
2020
s.source_files = 'SwiftFlowRouter/**/*.swift'
21-
s.dependency 'SwiftFlow', '~> 0.2'
21+
s.dependency 'SwiftFlow', '~> 0.2.2'
2222
end

SwiftFlowRouter.xcodeproj/project.pbxproj

Lines changed: 78 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,41 @@
4343
remoteGlobalIDString = 625E66CC1C1FFE280027C288;
4444
remoteInfo = SwiftFlowRouter;
4545
};
46+
6296C9BB1C49F08100A60ECD /* PBXContainerItemProxy */ = {
47+
isa = PBXContainerItemProxy;
48+
containerPortal = 625E66E31C2000750027C288 /* SwiftFlow.xcodeproj */;
49+
proxyType = 2;
50+
remoteGlobalIDString = 25DBCF7B1C30C4AA00D63A58;
51+
remoteInfo = "SwiftFlow-OSX";
52+
};
53+
6296C9BD1C49F08100A60ECD /* PBXContainerItemProxy */ = {
54+
isa = PBXContainerItemProxy;
55+
containerPortal = 625E66E31C2000750027C288 /* SwiftFlow.xcodeproj */;
56+
proxyType = 2;
57+
remoteGlobalIDString = 25DBCF871C30C4DB00D63A58;
58+
remoteInfo = "SwiftFlow-OSXTests";
59+
};
60+
6296C9BF1C49F08100A60ECD /* PBXContainerItemProxy */ = {
61+
isa = PBXContainerItemProxy;
62+
containerPortal = 625E66E31C2000750027C288 /* SwiftFlow.xcodeproj */;
63+
proxyType = 2;
64+
remoteGlobalIDString = 25DBCF4E1C30C18D00D63A58;
65+
remoteInfo = "SwiftFlow-tvOS";
66+
};
67+
6296C9C11C49F08100A60ECD /* PBXContainerItemProxy */ = {
68+
isa = PBXContainerItemProxy;
69+
containerPortal = 625E66E31C2000750027C288 /* SwiftFlow.xcodeproj */;
70+
proxyType = 2;
71+
remoteGlobalIDString = 25DBCF641C30C1AC00D63A58;
72+
remoteInfo = "SwiftFlow-tvOSTests";
73+
};
74+
6296C9C31C49F08100A60ECD /* PBXContainerItemProxy */ = {
75+
isa = PBXContainerItemProxy;
76+
containerPortal = 625E66E31C2000750027C288 /* SwiftFlow.xcodeproj */;
77+
proxyType = 2;
78+
remoteGlobalIDString = 25DBCF371C30BF2B00D63A58;
79+
remoteInfo = "SwiftFlow-watchOS";
80+
};
4681
/* End PBXContainerItemProxy section */
4782

4883
/* Begin PBXCopyFilesBuildPhase section */
@@ -142,7 +177,12 @@
142177
isa = PBXGroup;
143178
children = (
144179
625E66E91C2000750027C288 /* SwiftFlow.framework */,
145-
625E66EB1C2000750027C288 /* SwiftFlowTests.xctest */,
180+
625E66EB1C2000750027C288 /* SwiftFlow-iOSTests.xctest */,
181+
6296C9BC1C49F08100A60ECD /* SwiftFlow.framework */,
182+
6296C9BE1C49F08100A60ECD /* SwiftFlow-OSXTests.xctest */,
183+
6296C9C01C49F08100A60ECD /* SwiftFlow.framework */,
184+
6296C9C21C49F08100A60ECD /* SwiftFlow-tvOSTests.xctest */,
185+
6296C9C41C49F08100A60ECD /* SwiftFlow.framework */,
146186
);
147187
name = Products;
148188
sourceTree = "<group>";
@@ -269,13 +309,48 @@
269309
remoteRef = 625E66E81C2000750027C288 /* PBXContainerItemProxy */;
270310
sourceTree = BUILT_PRODUCTS_DIR;
271311
};
272-
625E66EB1C2000750027C288 /* SwiftFlowTests.xctest */ = {
312+
625E66EB1C2000750027C288 /* SwiftFlow-iOSTests.xctest */ = {
273313
isa = PBXReferenceProxy;
274314
fileType = wrapper.cfbundle;
275-
path = SwiftFlowTests.xctest;
315+
path = "SwiftFlow-iOSTests.xctest";
276316
remoteRef = 625E66EA1C2000750027C288 /* PBXContainerItemProxy */;
277317
sourceTree = BUILT_PRODUCTS_DIR;
278318
};
319+
6296C9BC1C49F08100A60ECD /* SwiftFlow.framework */ = {
320+
isa = PBXReferenceProxy;
321+
fileType = wrapper.framework;
322+
path = SwiftFlow.framework;
323+
remoteRef = 6296C9BB1C49F08100A60ECD /* PBXContainerItemProxy */;
324+
sourceTree = BUILT_PRODUCTS_DIR;
325+
};
326+
6296C9BE1C49F08100A60ECD /* SwiftFlow-OSXTests.xctest */ = {
327+
isa = PBXReferenceProxy;
328+
fileType = wrapper.cfbundle;
329+
path = "SwiftFlow-OSXTests.xctest";
330+
remoteRef = 6296C9BD1C49F08100A60ECD /* PBXContainerItemProxy */;
331+
sourceTree = BUILT_PRODUCTS_DIR;
332+
};
333+
6296C9C01C49F08100A60ECD /* SwiftFlow.framework */ = {
334+
isa = PBXReferenceProxy;
335+
fileType = wrapper.framework;
336+
path = SwiftFlow.framework;
337+
remoteRef = 6296C9BF1C49F08100A60ECD /* PBXContainerItemProxy */;
338+
sourceTree = BUILT_PRODUCTS_DIR;
339+
};
340+
6296C9C21C49F08100A60ECD /* SwiftFlow-tvOSTests.xctest */ = {
341+
isa = PBXReferenceProxy;
342+
fileType = wrapper.cfbundle;
343+
path = "SwiftFlow-tvOSTests.xctest";
344+
remoteRef = 6296C9C11C49F08100A60ECD /* PBXContainerItemProxy */;
345+
sourceTree = BUILT_PRODUCTS_DIR;
346+
};
347+
6296C9C41C49F08100A60ECD /* SwiftFlow.framework */ = {
348+
isa = PBXReferenceProxy;
349+
fileType = wrapper.framework;
350+
path = SwiftFlow.framework;
351+
remoteRef = 6296C9C31C49F08100A60ECD /* PBXContainerItemProxy */;
352+
sourceTree = BUILT_PRODUCTS_DIR;
353+
};
279354
/* End PBXReferenceProxy section */
280355

281356
/* Begin PBXResourcesBuildPhase section */

SwiftFlowRouter/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>1.0</string>
18+
<string>0.2.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)