-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMultiContactPicker.podspec
More file actions
32 lines (15 loc) · 1.01 KB
/
MultiContactPicker.podspec
File metadata and controls
32 lines (15 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
28
29
30
31
32
Pod::Spec.new do |s|
s.name = "MultiContactPicker"
s.version = "1.0.2"
s.summary = "Multi Contact Picker gives you the ability to access your contacts and return CNContact list"
s.description = "Multi Contact Picker gives you the ability to access your contacts and return CNContact list, search, select more than contact and view details of each contact"
s.homepage = "http://google.com.eg/"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Radwa Khaled" => "raadwa.khaled@gmail.com" }
s.social_media_url = "http://facebook.com/radwa.khaled.526"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/Radwa5aled/MultiContactPicker.git", :tag => s.version }
s.source_files = "MultiContactPicker", "MultiContactPicker/**/*.{h,m,swift}"
s.resources = "MultiContactPicker/*.{storyboard,xib,xcassets,json,imageset,png}"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '>= 3.2, <= 4.0' }
end