File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1- github "Quick/Nimble" "v6.1.0 "
1+ github "Quick/Nimble" "v7.0.1 "
22github "Quick/Quick" "v1.1.0"
33github "ReSwift/ReSwift" "4.0.0"
Original file line number Diff line number Diff line change 1+ # 0.6.0
2+
3+ * Released: 6/29/2017*
4+
5+ ** Other** :
6+
7+ - Update to ReSwift 4.0 - @Ben-G
8+ - Lower iOS Deployment Target to 8.0 - @Ben-G
9+
110# 0.5.1
211
312* 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.1 "
3+ s . version = "0.6.0 "
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 11511151 );
11521152 INFOPLIST_FILE = ReSwiftRouter/Info.plist;
11531153 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1154- IPHONEOS_DEPLOYMENT_TARGET = 9.1 ;
1154+ IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
11551155 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11561156 PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
11571157 PRODUCT_NAME = ReSwiftRouter;
11761176 );
11771177 INFOPLIST_FILE = ReSwiftRouter/Info.plist;
11781178 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1179- IPHONEOS_DEPLOYMENT_TARGET = 9.1 ;
1179+ IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
11801180 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11811181 PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
11821182 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.1 </string >
18+ <string >0.6.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments