Skip to content

Commit

Permalink
update GaiaXJS.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng1988 committed Dec 15, 2023
1 parent 8f39c59 commit 036b2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GaiaXJSiOS/GaiaXJS.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|

s.name = "GaiaXJS"
s.version = "0.1.0"
s.version = "0.0.1"
s.summary = "GaiaXJS"
s.description = "GaiaXJS"
s.platform = :ios, "9.0"

s.homepage = "https://github.com/alibaba/GaiaX"


s.author = { "ronghui1219" => "zrhzhouronghui@qq.com" }
s.platform = :ios, "9.0"
s.author = { "ronghui1219" => "zrhzhouronghui@qq.com" }
s.source = { :git => "https://github.com/alibaba/GaiaX.git", :tag => "#{s.version}" }

s.dependency 'GaiaXSocket'
Expand All @@ -18,4 +17,5 @@ Pod::Spec.new do |s|
s.resources = 'GaiaXJS/Resources/GaiaXJS.bundle'
s.xcconfig = { "ENABLE_BITCODE" => "NO" }
s.requires_arc = true

end
1 change: 1 addition & 0 deletions GaiaXJSiOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ target 'GaiaXJS' do
# use_frameworks!

pod 'GaiaXSocket', :path => '../GaiaXSocketiOS'

end

0 comments on commit 036b2ac

Please sign in to comment.