-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSFTintedIconPicker.podspec
More file actions
21 lines (16 loc) · 895 Bytes
/
SFTintedIconPicker.podspec
File metadata and controls
21 lines (16 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "SFTintedIconPicker"
spec.version = "0.0.5"
spec.summary = "Shortcuts-like SF Symbols picker for iOS."
spec.description = "A Shortcuts-like and highly customizable SFSymbols picker written in Swift."
spec.homepage = "https://github.com/iamStephenFang/SFTintedIconPicker"
spec.screenshots = "http://image.stephenfang.me/SFTintedIconPickerDemo.png"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "iamStephenFang" => "Fangxuanmiao@hotmail.com" }
spec.platform = :ios
spec.ios.deployment_target = "13.0"
spec.swift_versions = ['5.0']
spec.source = { :git => "https://github.com/iamStephenFang/SFTintedIconPicker.git", :tag => "#{spec.version}" }
spec.source_files = "SFTintedIconPicker/**/*.{h,m,swift}"
spec.resources = ['SFTintedIconPicker/Resource/*']
end