Pod::Spec.new do |s| s.name = 'DWCoreTextLabel' s.version = '1.2.4' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'It is a Label based on coreText,help you to layout of the collocation of illustration and character.基于coreText的Label控件,帮助你做图文混排。' s.homepage = 'https://github.com/CodeWicky/DWCoreTextLabel' s.authors = { 'codeWicky' => 'codewicky@163.com' } s.social_media_url = 'http://www.jianshu.com/u/a56ec10f6603' s.source = { :git => 'https://github.com/CodeWicky/DWCoreTextLabel.git', :tag => s.version.to_s } s.requires_arc = true s.ios.deployment_target = '7.0' s.source_files = 'DWCoreTextLabel/*.{h,m}' s.frameworks = 'UIKit' end