Skip to content

Commit

Permalink
add coswift support for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Mar 14, 2019
1 parent 0249607 commit a906da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coswift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Pod::Spec.new do |s|
}

s.author = { "pengyutang125" => "[email protected]" }
s.platform = :ios

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.12'
s.requires_arc = true

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
Expand Down

0 comments on commit a906da8

Please sign in to comment.