1 Star 0 Fork 0

huangjianna / sdk-ios-cocoapods-integration

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EaseMobSDKFull.podspec 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
xieyajie 提交于 2018-05-16 11:10 . 更新2.3.4
Pod::Spec.new do |spec|
spec.name = 'EaseMobSDKFull'
spec.version = '2.3.4'
spec.license = 'MIT'
spec.summary = 'An Objective-C client for IM and Real-time voice service'
spec.homepage = 'http://www.easemob.com'
spec.author = {'EaseMob Inc.' => 'admin@easemob.com'}
spec.source = {:git => 'https://github.com/easemob/sdk-ios-cocoapods-integration.git', :tag => spec.version.to_s }
spec.source_files = "EaseMobSDKFull/**/*.{h}"
spec.platform = :ios, '6.0'
spec.requires_arc = true
spec.frameworks = 'Foundation', 'CoreLocation', 'Security', 'MobileCoreServices', 'SystemConfiguration', 'CFNetwork', 'CoreGraphics', 'CoreData', 'AVFoundation', 'CoreMedia', 'MediaPlayer', 'OpenGLES'
spec.libraries = 'iconv', 'xml2', 'z', 'resolv', 'stdc++', 'sqlite3', 'stdc++.6.0.9', 'stdc++.6'
spec.documentation_url = 'http://www.easemob.com/docs/ios/IOSSDKInit/'
spec.resource = 'EaseMobSDKFull/resources/EaseMob.bundle'
spec.vendored_libraries = ['EaseMobSDKFull/lib/libEaseMobClientSDK_armv7.a',
'EaseMobSDKFull/lib/libEaseMobClientSDK_armv7s.a',
'EaseMobSDKFull/lib/libEaseMobClientSDK_arm64.a',
'EaseMobSDKFull/lib/libEaseMobClientSDK_i386.a',
'EaseMobSDKFull/lib/libEaseMobClientSDK_x86_64.a']
spec.xcconfig = {'OTHER_LDFLAGS' => '-ObjC'}
end
1
https://gitee.com/huangjianna/sdk-ios-cocoapods-integration.git
git@gitee.com:huangjianna/sdk-ios-cocoapods-integration.git
huangjianna
sdk-ios-cocoapods-integration
sdk-ios-cocoapods-integration
master

搜索帮助