-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathOKTableViewLiaison.podspec
More file actions
25 lines (21 loc) · 1012 Bytes
/
OKTableViewLiaison.podspec
File metadata and controls
25 lines (21 loc) · 1012 Bytes
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
#
# Be sure to run `pod lib lint OKTableViewLiaison.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'OKTableViewLiaison'
s.version = '3.1.0'
s.license = 'MIT'
s.summary = 'Framework to help you better manage UITableViews.'
s.description = 'OKTableViewLiaison abstracts and simplifies UITableView construction and management.'
s.homepage = 'https://github.com/okcupid/OKTableViewLiaison'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dylan Shine' => 'dylan@okcupid.com' }
s.source = { :git => 'https://github.com/okcupid/OKTableViewLiaison.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'OKTableViewLiaison/Classes/**/*'
s.swift_version = '4.2'
end