-
Notifications
You must be signed in to change notification settings - Fork 1
/
AlisterSwift.podspec
26 lines (22 loc) · 1.06 KB
/
AlisterSwift.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
Pod::Spec.new do |s|
s.name = 'AlisterSwift'
s.version = '1.0.0'
s.summary = 'Table Helper'
s.description = 'Table and Collection Helper'
s.description = <<-DESC
No more boilerplate code with tables and collections!
DESC
s.homepage = 'https://github.com/anodamobi/AlisterSwift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Oksana Kovalchuk' => '[email protected]',
'Alexander Kravchenko' => '[email protected]',
'Maxim Danilov' => '[email protected]',
'Pavel Mosunov' => '[email protected]',
'Simon Kostenko' => '[email protected]'
}
s.source = { :git => 'https://github.com/anodamobi/AlisterSwift.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/oks_ios'
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/AlisterSwift/**/*'
s.swift_version = '5.2'
end