Skip to content

Commit

Permalink
Version => 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyin1986 committed Apr 18, 2020
1 parent 44d931f commit d5adace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MuShareYYText.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
s.authors = { 'ibireme' => '[email protected]', 'yy' => '[email protected]' }
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
Expand Down

0 comments on commit d5adace

Please sign in to comment.