1 Star 0 Fork 11

relax/WuKongIMiOSSDK

forked from WuKongDev/WuKongIMiOSSDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WuKongIMSDK.podspec 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
#
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/relax998/WuKongIMiOSSDK.git
git@gitee.com:relax998/WuKongIMiOSSDK.git
relax998
WuKongIMiOSSDK
WuKongIMiOSSDK
main

搜索帮助