We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25b1bc commit 90cb118Copy full SHA for 90cb118
UIViewBuilder.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "UIViewBuilder"
19
- s.version = "0.0.1"
+ s.version = "0.0.2"
20
s.summary = "A short description of UIViewBuilder."
21
22
# This description is used to generate tags and improve search results.
@@ -62,7 +62,7 @@ Pod::Spec.new do |s|
62
# the deployment target. You can optionally include the target after the platform.
63
64
65
- s.platform = :ios
+ s.platform = :ios, "10.0"
66
67
s.swift_version = '4.2'
68
0 commit comments