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