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+
111#0 .5.0
212
313* Released: 11/24/2016*
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ReSwiftRouter"
3- s . version = "0.5.0 "
3+ s . version = "0.5.1 "
44 s . summary = "Declarative Routing for ReSwift"
55 s . description = <<-DESC
66 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 12931293 DYLIB_INSTALL_NAME_BASE = "@rpath";
12941294 INFOPLIST_FILE = ReSwiftRouter/Info.plist;
12951295 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1296- IPHONEOS_DEPLOYMENT_TARGET = 10 .1;
1296+ IPHONEOS_DEPLOYMENT_TARGET = 9 .1;
12971297 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12981298 PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
12991299 PRODUCT_NAME = ReSwiftRouter;
13141314 DYLIB_INSTALL_NAME_BASE = "@rpath";
13151315 INFOPLIST_FILE = ReSwiftRouter/Info.plist;
13161316 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1317- IPHONEOS_DEPLOYMENT_TARGET = 10 .1;
1317+ IPHONEOS_DEPLOYMENT_TARGET = 9 .1;
13181318 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13191319 PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
13201320 PRODUCT_NAME = ReSwiftRouter;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.5.0 </string >
18+ <string >0.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.5.0 </string >
18+ <string >0.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments