2 Star 0 Fork 0

猪猴兄/MWXmppUnit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MWXmppUnit.podspec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "MWXmppUnit"
s.version = "0.2.4"
s.summary = "Unit of MWXmppUnit for MEIWEI"
s.description = <<-DESC
A unit for MEIWEI B client and app
DESC
s.homepage = "https://git.oschina.net/iliunian/MWXmppUnit"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "liu nian" => "i19850511@gmail.com" }
s.source = { :git => "https://git.oschina.net/iliunian/MWXmppUnit.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.ios.deployment_target = "8.0"
s.requires_arc = true
s.libraries = 'iconv', 'xml2'
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'MWXmppUnit' => ['Pod/Assets/*.png']
}
s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'Magnet-XMPPFramework'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2', 'ENABLE_BITCODE' => 'NO', 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'}
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/iliunian/MWXmppUnit.git
git@gitee.com:iliunian/MWXmppUnit.git
iliunian
MWXmppUnit
MWXmppUnit
master

搜索帮助