File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "FileKit"
3- s . version = "3 .0.0"
3+ s . version = "4 .0.0"
44 s . summary = "Simple and expressive file management in Swift."
55 s . homepage = "https://github.com/nvzqz/FileKit"
66 s . license = { :type => "MIT" , :file => "LICENSE.md" }
Original file line number Diff line number Diff line change 801801 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
802802 COPY_PHASE_STRIP = NO;
803803 CURRENT_PROJECT_VERSION = 1;
804- CURRENT_RELEASE_NUMBER = 10 ;
805- CURRENT_RELEASE_VERSION = 3 .0.0;
804+ CURRENT_RELEASE_NUMBER = 11 ;
805+ CURRENT_RELEASE_VERSION = 4 .0.0;
806806 DEBUG_INFORMATION_FORMAT = dwarf;
807807 ENABLE_STRICT_OBJC_MSGSEND = YES;
808808 ENABLE_TESTABILITY = YES;
851851 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
852852 COPY_PHASE_STRIP = NO;
853853 CURRENT_PROJECT_VERSION = 1;
854- CURRENT_RELEASE_NUMBER = 10 ;
855- CURRENT_RELEASE_VERSION = 3 .0.0;
854+ CURRENT_RELEASE_NUMBER = 11 ;
855+ CURRENT_RELEASE_VERSION = 4 .0.0;
856856 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
857857 ENABLE_NS_ASSERTIONS = NO;
858858 ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ to learn more.
5959 ``` ruby
6060 use_frameworks!
6161
62- pod ' FileKit' , ' ~> 3 .0.0'
62+ pod ' FileKit' , ' ~> 4 .0.0'
6363 ```
6464
65652 . Run ` pod install` and open the ` .xcworkspace` file to launch Xcode .
Original file line number Diff line number Diff line change 3333///
3434/// - Copyright: [MIT License](https://opensource.org/licenses/MIT)
3535///
36- /// - Version: [v3 .0.0](https://github.com/nvzqz/FileKit/releases/tag/v3 .0.0)
36+ /// - Version: [v4 .0.0](https://github.com/nvzqz/FileKit/releases/tag/v4 .0.0)
3737///
38- /// - Requires: Xcode 7+ , Swift 2.0+
38+ /// - Requires: Xcode 8 , Swift 3.0
3939///
4040public enum FileKitInfo {
4141
4242 /// The current version.
4343 ///
4444 /// FileKit follows [Semantic Versioning v2.0.0](http://semver.org/).
45- public static let version = " v3 .0.0"
45+ public static let version = " v4 .0.0"
4646
4747 /// The current release.
48- public static let release = 10
48+ public static let release = 11
4949
5050 /// FileKit is licensed under the [MIT License](https://opensource.org/licenses/MIT).
5151 public static let license = " MIT "
You can’t perform that action at this time.
0 commit comments