-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpringMenu.podspec
More file actions
21 lines (18 loc) · 839 Bytes
/
SpringMenu.podspec
File metadata and controls
21 lines (18 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'SpringMenu'
s.version = '0.1.0'
s.summary = 'The most awesome SwiftUI menu with spring animation'
s.description = <<-DESC
The most awesome SwiftUI menu with spring animation. Clean, simple, and customizable.
DESC
s.homepage = 'https://github.com/ShabanKamell/SpringMenu'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'ShabanKamell' => 'sh3ban.kamel@gmail.com' }
s.source = { :git => 'https://github.com/ShabanKamell/SpringMenu.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ShaAhKa'
s.swift_version = '5'
s.ios.deployment_target = '13.0'
s.source_files = "Sources/**/*"
s.exclude_files = "Sources/Supporting Files/**/*"
s.framework = "Foundation"
end