-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathListView.podspec
More file actions
28 lines (20 loc) · 804 Bytes
/
Copy pathListView.podspec
File metadata and controls
28 lines (20 loc) · 804 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
26
27
28
Pod::Spec.new do |spec|
spec.name = "ListView"
spec.version = "1.0.0"
spec.summary = "ListView."
spec.description = <<-DESC
ListView
DESC
spec.homepage = "https://github.com/Bytom/Bycoin.iOS"
spec.license = "MIT"
spec.author = { "cezres" => "cezr@sina.com" }
spec.swift_version = '5'
spec.module_name = 'ListView'
spec.platform = :ios, "13.0"
spec.ios.deployment_target = "13.0"
spec.source = { :git => "https://github.com/cezres/ListView.git", :tag => "#{spec.version}" }
spec.source_files = "ListView", "ListView/**/*.{h,swift}"
spec.public_header_files = "ListView/**/*.h"
spec.dependency "DifferenceKit"
spec.dependency "PromiseKit"
end