-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathKNContactsPicker.podspec
More file actions
27 lines (17 loc) · 1.01 KB
/
Copy pathKNContactsPicker.podspec
File metadata and controls
27 lines (17 loc) · 1.01 KB
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
Pod::Spec.new do |spec|
spec.name = "KNContactsPicker"
spec.version = "0.3.0"
spec.summary = "KNContactsPicker is a modern, highly customisable contacts picker with search and multi-selection options."
spec.description = <<-DESC
A modern, highly customisable contact picker with multi-selection options that closely resembles the behaviour of the ContactsUI's CNContactPickerViewController.
DESC
spec.homepage = "https://github.com/dragosrobertn/KNContactsPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = "dragosrobertn"
spec.social_media_url = "http://twitter.com/dragosrobertn"
spec.swift_version = '5.0'
spec.platform = :ios, "12.0"
spec.source = { :git => "https://github.com/dragosrobertn/KNContactsPicker.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/KNContactsPicker/*.swift", "Sources/KNContactsPicker/Extensions/*.swift"
spec.frameworks = "Contacts", "ContactsUI"
end