source_files
Showing
... | @@ -19,7 +19,8 @@ Pod::Spec.new do |s| | ... | @@ -19,7 +19,8 @@ Pod::Spec.new do |s| |
:git => 'http://code.kfw.net/waibao/EaseIMKit.git', # 资源路径 | :git => 'http://code.kfw.net/waibao/EaseIMKit.git', # 资源路径 | ||
:tag => s.version.to_s # 资源版本号 | :tag => s.version.to_s # 资源版本号 | ||
} | } | ||
# 这里是源文件的路径 | |||
s.source_files = 'EaseIMKit/**/*' | |||
s.xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | s.xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | ||
s.requires_arc = true | s.requires_arc = true | ||
... | ... |
Please
register
or
sign in
to comment