|
@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
|
|
|
A high performance tokenizer tools for neural language.
|
|
|
DESC
|
|
|
|
|
|
- s.homepage = 'https://git.forgetive.org/XCAppCollection/Jieba.git'
|
|
|
+ s.homepage = 'https://git.forgetive.net/XCAppCollection/Jieba.git'
|
|
|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'xcbosa-mini' => 'xcbosa@forgetive.org' }
|
|
|
- s.source = { :git => 'https://git.forgetive.org/XCAppCollection/Jieba.git', :tag => s.version.to_s }
|
|
|
+ s.source = { :git => 'https://git.forgetive.net/XCAppCollection/Jieba.git', :tag => s.version.to_s }
|
|
|
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|