Skip to content

Commit a6c5a72

Browse files
committed
Add podspec
1 parent bb9c234 commit a6c5a72

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

SPDiffable.podspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'SparrowKit'
4+
s.version = '3.0'
5+
s.summary = 'Collection of native Swift extensions to boost your development.'
6+
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
7+
s.license = { :type => "MIT", :file => "LICENSE" }
8+
9+
s.author = { "Ivan Vorobei" => "[email protected]" }
10+
s.social_media_url = 'https://ivanvorobei.by/'
11+
12+
s.swift_version = '5.1'
13+
s.ios.deployment_target = '12.0'
14+
s.tvos.deployment_target = '12.0'
15+
s.watchos.deployment_target = '6.0'
16+
17+
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }
18+
s.source_files = 'Sources/SparrowKit/**/*.swift'
19+
20+
end

0 commit comments

Comments
 (0)