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 bb9c234 commit a6c5a72Copy full SHA for a6c5a72
SPDiffable.podspec
@@ -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