Skip to content

Commit

Permalink
add podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperLx committed Nov 1, 2015
1 parent 984df0d commit ee09588
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions LxDBAnything.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "LxDBAnything"
s.version = "1.0.0"
s.summary = "Tell you the type of any variable! Print log without any format control symbol! Change debug habit thoroughly!"

s.homepage = "https://github.com/DeveloperLx/LxDBAnything"
s.license = 'MIT'
s.authors = { 'DeveloperLx' => 'developerlx@yeah.com' }
s.platform = :ios, "6.0"
s.ios.deployment_target = "6.0"
s.source = { :git => "https://github.com/DeveloperLx/LxDBAnything", :tag => s.version}
s.source_files = 'LxDBAnything.h'
s.requires_arc = true
s.frameworks = 'Foundation', 'CoreGraphics'
end

0 comments on commit ee09588

Please sign in to comment.