We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa13967 commit bf22581Copy full SHA for bf22581
.github/FUNDING.yml
@@ -1,2 +1,2 @@
1
patreon: ivanvorobei
2
-custom: https://xcode-shop.com
+custom: https://xcode-shop.com
.gitignore
@@ -1,8 +1,13 @@
+.gitignore
+# OS X temporary files
3
.DS_Store
4
+.Trashes
5
6
+# Xcode User settings
7
xcuserdata/
8
-/Packages
-/*.xcodeproj
-/.build
-
9
+# Swift Package Manager
10
+Packages/
11
+Package.resolved
12
+*.xcodeproj
13
+.swiftpm
SparrowKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SparrowKit'
- s.version = '3.0'
+ s.version = '3.0.1'
s.summary = 'Collection of native Swift extensions to boost your development.'
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
s.license = { :type => "MIT", :file => "LICENSE" }
0 commit comments