File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "FileKit"
3- s . version = "1.3 .0"
3+ s . version = "1.4 .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" }
77 s . author = "Nikolai Vazquez"
88 s . ios . deployment_target = "8.0"
99 s . osx . deployment_target = "10.9"
10- s . source = { :git => "https://github.com/nvzqz/FileKit.git" , :tag => "v1.3 .0" }
10+ s . source = { :git => "https://github.com/nvzqz/FileKit.git" , :tag => "v1.4 .0" }
1111 s . source_files = "FileKit/*/*.swift"
1212end
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ to learn more.
5353 ```
5454 use_frameworks!
5555
56- pod 'FileKit', '~> 1.3 .0'
56+ pod 'FileKit', '~> 1.4 .0'
5757 ```
5858
59592. Run `pod install` and open the `.xcworkspace` file to launch Xcode.
You can’t perform that action at this time.
0 commit comments