From d5adacea038aa518ad57fcec129d751ea5ec9819 Mon Sep 17 00:00:00 2001 From: "Leon.yan" Date: Sat, 18 Apr 2020 23:10:16 +0900 Subject: [PATCH] Version => 1.2.0 --- MuShareYYText.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MuShareYYText.podspec b/MuShareYYText.podspec index ea1ef406..d9e4e4ab 100644 --- a/MuShareYYText.podspec +++ b/MuShareYYText.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'MuShareYYText' s.summary = 'Powerful text framework for iOS to display and edit rich text.' - s.version = '1.1.2' + s.version = '1.2.0' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.authors = { 'ibireme' => 'ibireme@gmail.com' } + s.authors = { 'ibireme' => 'ibireme@gmail.com', 'yy' => 'yanyin1986@gmail.com' } s.social_media_url = 'http://blog.ibireme.com' s.homepage = 'https://github.com/ibireme/YYText' - s.platform = :ios, '6.0' - s.ios.deployment_target = '6.0' + s.platform = :ios, '9.0' + s.ios.deployment_target = '9.0' s.source = { :git => 'https://github.com/MuShare/YYText.git', :tag => s.version.to_s } s.requires_arc = true