代码拉取完成,页面将自动刷新
同步操作将从 WuKongDev/WuKongIMiOSSDK 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#
# Be sure to run `pod lib lint WuKongIMSDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'WuKongIMSDK'
s.version = '1.0.1'
s.summary = '悟空IM是一款简单,高效,支持完全私有化的即时通讯.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
悟空IM是一款简单,高效,支持完全私有化的即时通讯,提供群聊,点对点通讯解决方案.
DESC
s.homepage = 'https://github.com/WuKongIM/WuKongIMiOSSDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'tangtaoit' => 'tt@tgo.ai' }
s.source = { :git => "https://github.com/WuKongIM/WuKongIMiOSSDK.git" }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.platform = :ios, '11.0'
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.vendored_libraries = 'WuKongIMSDK/Classes/private/arm/lib/*.a'
s.preserve_paths = 'WuKongIMSDK/Classes/private/arm/lib/*.a'
s.libraries = 'opencore-amrnb', 'opencore-amrwb','vo-amrwbenc'
s.source_files = 'WuKongIMSDK/Classes/**/*'
s.public_header_files = 'WuKongIMSDK/Classes/**/*.h'
s.private_header_files = 'WuKongIMSDK/Classes/private/**/*.h'
s.frameworks = 'UIKit', 'MapKit', 'Security'
# s.xcconfig = {
# 'ENABLE_BITCODE' => 'NO',
# "OTHER_LDFLAGS" => "-ObjC"
# }
s.resource_bundles = {
'WuKongIMSDK' => ['WuKongIMSDK/Assets/*.png','WuKongIMSDK/Assets/Migrations/*']
}
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'DEFINES_MODULE' => 'YES'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.dependency 'CocoaAsyncSocket', '~> 7.6.5'
s.dependency 'FMDB/SQLCipher', '~>2.7.5'
s.dependency '25519', '~>2.0.2'
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。