-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSBDropDown.podspec
More file actions
executable file
·20 lines (19 loc) · 893 Bytes
/
SBDropDown.podspec
File metadata and controls
executable file
·20 lines (19 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = "SBDropDown"
spec.version = "0.1.2"
spec.summary = "Simple DropDown for Any type of array.... with date picker also added"
spec.homepage = "https://github.com/ShashikantBhadke/SBDropDown"
spec.screenshots = "https://raw.githubusercontent.com/ShashikantBhadke/SBDropDown/master/Screenshot%202019-08-20%20at%2011.20.24%20PM.png"
spec.license = "MIT"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Shashikant_B" => "shashibhadke22@gmail.com" }
spec.platform = :ios, "10.0"
spec.source = {
:git => "https://github.com/ShashikantBhadke/SBDropDown.git",
:tag => "0.1.2"
}
spec.source_files = "SBDropDown/**/*.swift"
spec.resources = "SBDropDown/**/*.storyboard"
spec.swift_versions = "5.0"
spec.ios.deployment_target = "10.0"
end