Pod::Spec.new do |s| s.name = 'XYDebugView' s.version = '2.0.0' s.summary = 'A lightweight 2D / 3D UIKit hierarchy debugger.' s.description = 'MIT', :file => 'LICENSE' } s.authors = { 'ZhipingYang' => '[email protected]' } s.source = { :git => 'https://github.com/ZhipingYang/XYDebugView.git', :tag => s.version.to_s } s.platform = :ios, '12.0' s.ios.deployment_target = '12.0' s.requires_arc = true s.source_files = 'XYDebugView/**/*.{h,m}' s.public_header_files = [ 'XYDebugView/XYDebugViewManager.h', 'XYDebugView/XYdebugConst.h' ] s.frameworks = 'UIKit' end