- Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathDataSourceKit.podspec
More file actions
Latest commit
17 lines (16 loc) · 762 Bytes
/
Copy pathDataSourceKit.podspec
File metadata and controls
17 lines (16 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name="DataSourceKit"
s.version="0.2.0"
s.summary="Declarative, testable data source of UICollectionView and UITableView"
s.description=<<-DESC
Declarative, testable data source of UICollectionView and UITableView.
DESC
s.homepage="https://github.com/ishkawa/DataSourceKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Ishikawa, Yosuke"=>"y@ishkawa.org"}
s.platform=:ios,"9.0"
s.swift_version='4.1'
s.source={:git=>"https://github.com/ishkawa/DataSourceKit.git",:tag=>"#{s.version}"}
s.source_files="DataSourceKit","DataSourceKit/**/*.{h,m,swift}"
s.public_header_files="DataSourceKit/**/*.h"
end