Skip to content

Commit 6795dd2

Browse files
committed
Update podspec for 1.4.0 release
1 parent 558e9ce commit 6795dd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FileKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::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"
1212
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5959
2. Run `pod install` and open the `.xcworkspace` file to launch Xcode.

0 commit comments

Comments
 (0)