-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSETabView.podspec
29 lines (22 loc) · 996 Bytes
/
SETabView.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
28
29
Pod::Spec.new do |s|
s.name = 'SETabView'
s.version = '2.0.0'
s.summary = 'SETabView is a custom TabBar with really cool animations'
s.description = <<-DESC
'SETabView is a TabBar with simple yet beautiful animations that makes your apps look cool!'
DESC
s.homepage = 'https://github.com/eshwavin/SETabView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'eshwavin' => 'eshwavin@gmail.com' }
s.source = { :git => 'https://github.com/eshwavin/SETabView.git', :tag => s.version.to_s }
s.social_media_url = 'https://www.instagram.com/eshwavin/'
s.ios.deployment_target = '11.0'
s.source_files = 'Source/**/*.swift'
s.swift_version = '5.0'
# s.resource_bundles = {
# 'SETabView' => ['SETabView/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end