no message
Showing
... | @@ -16,10 +16,9 @@ Pod::Spec.new do |s| | ... | @@ -16,10 +16,9 @@ Pod::Spec.new do |s| |
DESC | DESC | ||
s.author = { 'easemob' => 'dev@easemob.com' } | s.author = { 'easemob' => 'dev@easemob.com' } | ||
s.source = { | s.source = { | ||
:git => 'http://code.kfw.net/waibao/EaseIMKit.git', # 资源路径 | :git => 'http://code.kfw.net/waibao/EaseIMKit.git' | ||
:tag => s.version.to_s # 资源版本号 | |||
} | } | ||
# 这里是源文件的路径 | |||
s.source_files = 'EaseIMKit/**/*' | s.source_files = 'EaseIMKit/**/*' | ||
s.xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | s.xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | ||
... | ... |
Please
register
or
sign in
to comment