-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTom.podspec
More file actions
22 lines (18 loc) · 849 Bytes
/
Tom.podspec
File metadata and controls
22 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'Tom'
s.version = '1.1.0'
s.summary = 'A smooth, moving equalizer view'
s.description = <<-DESC
Tom is a smooth, moving equilazer view written in Swift for iOS developers.
It is easy to make auido view now!
DESC
s.homepage = 'https://github.com/Retro-Cartoons/Tom'
s.screenshots = 'https://media.giphy.com/media/OoC14F1Xz8QzmnCAeO/giphy.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Retro Cartoons' => 'demirciy.software@gmail.com' }
s.source = { :git => 'https://github.com/Retro-Cartoons/Tom.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/Tom/Classes/**/*'
# s.resources = 'Tom/Assets/*'
end