no message
Showing
| Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
| s.name = 'EaseIMKit' | s.name = 'EaseIMKit' | ||
| s.version = '3.9.5.1' | s.version = '3.9.5.2' | ||
| s.platform = :ios, '10.0' | s.platform = :ios, '10.0' | ||
| ... | @@ -16,7 +16,8 @@ Pod::Spec.new do |s| | ... | @@ -16,7 +16,8 @@ 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/**/*' | ||
| ... | ... |
Please
register
or
sign in
to comment