-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSSDateTimePicker.podspec
More file actions
19 lines (14 loc) · 930 Bytes
/
SSDateTimePicker.podspec
File metadata and controls
19 lines (14 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |spec|
spec.name = "SSDateTimePicker"
spec.version = "1.0.0"
spec.summary = "Date and time selection picker."
spec.description = "SSDateTimePicker offers versatile date and time selection options, including single date, multiple date, and date range selection."
spec.homepage = "https://github.com/SimformSolutionsPvtLtd/SSDateTimePicker.git"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { "Rizwana" => "rizwana@simformsolutions.com" }
spec.platform = :ios, "15.0"
spec.source = { :git => "https://github.com/SimformSolutionsPvtLtd/SSDateTimePicker.git", :tag => spec.version.to_s }
spec.source_files = "Sources", "Sources/SSDateTimePicker/SSDateTimePicker/**/*.{swift, xcassets}"
spec.resources = "Sources/SSDateTimePicker/**/*.{xcassets,storyboard,xib,plist,json,strings,lproj}"
spec.swift_versions = "5.9"
end