Skip to content

Commit bf22581

Browse files
committed
Update gitignore. Update pod version.
1 parent fa13967 commit bf22581

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
patreon: ivanvorobei
2-
custom: https://xcode-shop.com
2+
custom: https://xcode-shop.com

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
.gitignore

2+
# OS X temporary files
13
.DS_Store
4+
.Trashes
25

6+
# Xcode User settings
37
xcuserdata/
48

5-
/Packages
6-
/*.xcodeproj
7-
/.build
8-
9+
# Swift Package Manager
10+
Packages/
11+
Package.resolved
12+
*.xcodeproj
13+
.swiftpm

SparrowKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SparrowKit'
4-
s.version = '3.0'
4+
s.version = '3.0.1'
55
s.summary = 'Collection of native Swift extensions to boost your development.'
66
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)