Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
XcodeYang committed May 25, 2017
1 parent 52dee0c commit ec1a61a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions XYDebugView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'XYDebugView'
s.summary = 'The tool of UIView to Debug its frame'
s.description = <<-DESC
XYDebugView is debug tool to draw the all views frame in device screen and show it by 2d/3d style like reveal did.
DESC
s.version = '0.0.1'
s.homepage = "https://github.com/ZhipingYang/XYDebugView"
s.license = 'MIT'
s.authors = { 'ZhipingYang' => '[email protected]' }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/ZhipingYang/XYDebugView.git', :tag => s.version.to_s }

s.requires_arc = true

s.source_files = 'XYDebugView/XYDebugView/**/*'

s.frameworks = 'UIKit'

end

0 comments on commit ec1a61a

Please sign in to comment.