forked from danielsaidi/Sheeeeeeeeet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sheeeeeeeeet.podspec
24 lines (20 loc) · 1.02 KB
/
Sheeeeeeeeet.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
# Run `pod lib lint Sheeeeeeeeet.podspec' to ensure this is a valid spec.
Pod::Spec.new do |s|
s.name = 'Sheeeeeeeeet'
s.version = '3.1.0'
s.swift_versions = ['5.2']
s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'
s.description = <<-DESC
Sheeeeeeeeet is a Swift library for adding custom action sheets to your iOS apps.
It comes with many built-in item action sheet item types, and can be extended by
custom types are more specific to your app or domain.
DESC
s.homepage = 'https://github.com/danielsaidi/Sheeeeeeeeet'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Daniel Saidi' => '[email protected]' }
s.source = { :git => 'https://github.com/danielsaidi/Sheeeeeeeeet.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/danielsaidi'
s.swift_version = '5.2'
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/Sheeeeeeeeet/**/*.swift'
end