Skip to content

Commit

Permalink
update podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsoft committed Aug 4, 2020
1 parent f1d515c commit e98c483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MyLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "MyLayout"
s.version = "1.9.1"
s.version = "1.9.8"
s.summary = "MyLayout is an iOS UI framework integrates the functions with Android,AutoLayout,SizeClass,HTML CSS float and flexbox,UIView UITableView."

s.description = <<-DESC
Expand Down Expand Up @@ -61,10 +61,10 @@ Pod::Spec.new do |s|
#

# s.platform = :ios
s.platform = :ios, "7.0"
s.platform = :ios, "8.0"

# When using multiple platforms
s.ios.deployment_target = "7.0"
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"

Expand Down

0 comments on commit e98c483

Please sign in to comment.