File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ReSwiftRouter"
3
- s . version = "0.2.6 "
3
+ s . version = "0.2.7 "
4
4
s . summary = "Declarative Routing for ReSwift"
5
5
s . description = <<-DESC
6
6
A declarative router for ReSwift. Allows developers to declare routes in a similar manner as
Original file line number Diff line number Diff line change 375
375
isa = PBXGroup;
376
376
children = (
377
377
62AC57B01CA3A04D0007C9FA /* ReSwift.xcodeproj */,
378
- 62AC579B1CA3A03E0007C9FA /* Nimble.xcodeproj */,
379
- 62AC577D1CA3A01C0007C9FA /* Quick.xcodeproj */,
380
378
);
381
379
name = Frameworks;
382
380
sourceTree = "<group>";
396
394
625E67001C2001F60027C288 /* Frameworks */ = {
397
395
isa = PBXGroup;
398
396
children = (
397
+ 62AC579B1CA3A03E0007C9FA /* Nimble.xcodeproj */,
398
+ 62AC577D1CA3A01C0007C9FA /* Quick.xcodeproj */,
399
399
);
400
400
name = Frameworks;
401
401
sourceTree = "<group>";
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.2.6 </string >
18
+ <string >0.2.7 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >0.2.7 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments