forked from KeyboardKit/KeyboardKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KeyboardKit.podspec
27 lines (21 loc) · 1.02 KB
/
KeyboardKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Run `pod lib lint' to ensure this is a valid spec.
Pod::Spec.new do |s|
s.name = 'KeyboardKit'
s.version = '7.2.1'
s.swift_versions = ['5.6']
s.summary = 'KeyboardKit helps you create custom keyboard for iOS and iPadOS.'
s.description = <<-DESC
KeyboardKit is a Swift and library that helps you create custom keyboard for iOS and iPadOS, using SwiftUI.
DESC
s.homepage = 'https://github.com/KeyboardKit/KeyboardKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Daniel Saidi' => '[email protected]' }
s.source = { :git => 'https://github.com/KeyboardKit/KeyboardKit.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/getkeyboardkit'
s.swift_version = '5.6'
s.ios.deployment_target = '14.0'
s.macos.deployment_target = '11.0'
s.tvos.deployment_target = '14.0'
s.resources = "Sources/KeyboardKit/Resources"
s.source_files = "Sources/KeyboardKit/**/*.swift"
end