Skip to content

Commit

Permalink
update LPDebug.podspec to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei86 committed Jun 5, 2016
1 parent a524ac4 commit fef92cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LPDebug.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = "LPDebug"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "Debug tool base on LPAssistiveTouch"
s.homepage = "https://github.com/xiaofei86/LPDebug"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "XuYafei" => "[email protected]" }
s.social_media_url = "http://xuyafei.cn"
s.platform = :ios, "7.0"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/xiaofei86/LPDebug.git", :tag => s.version }
s.source_files = "LPDebug/**/*.{h,m}"
s.resources = "LPDebug/Images/*.png"
Expand Down

0 comments on commit fef92cb

Please sign in to comment.