Skip to content

Commit

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

s.name = "GaiaXSocket"
s.version = "0.1.0"
s.version = "0.0.1"
s.summary = "GaiaXSocket"
s.description = "GaiaXSocket"

s.platform = :ios, "9.0"

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


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


s.source_files = 'GaiaXSocket/**/*.{h,m}'
s.xcconfig = { "ENABLE_BITCODE" => "NO" }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 8f39c59

Please sign in to comment.