File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.1
2
+
3
+ * Released: 11/24/2016*
4
+
5
+ ** Other:**
6
+
7
+ - Fix iOS Deployment Target (Back to 9.1 from 10.1) - @Ben-G
8
+
9
+
10
+
1
11
#0 .5.0
2
12
3
13
* Released: 11/24/2016*
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.5.0 "
3
+ s . version = "0.5.1 "
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 1293
1293
DYLIB_INSTALL_NAME_BASE = "@rpath";
1294
1294
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
1295
1295
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1296
- IPHONEOS_DEPLOYMENT_TARGET = 10 .1;
1296
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .1;
1297
1297
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1298
1298
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
1299
1299
PRODUCT_NAME = ReSwiftRouter;
1314
1314
DYLIB_INSTALL_NAME_BASE = "@rpath";
1315
1315
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
1316
1316
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1317
- IPHONEOS_DEPLOYMENT_TARGET = 10 .1;
1317
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .1;
1318
1318
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1319
1319
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
1320
1320
PRODUCT_NAME = ReSwiftRouter;
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.5.0 </string >
18
+ <string >0.5.1 </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 >0.5.0 </string >
18
+ <string >0.5.1 </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