Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleDP authored and AppleDP committed Aug 1, 2017
1 parent 1400262 commit fcdc130
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions WQModelDescription.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "WQModelDescription"
s.version = "1.0.0"
s.summary = "将模型对象的所有属性信息输出到控制台"
s.description = <<-DESC
将模型对象的所有属性信息输出来控制台
DESC

s.homepage = "https://github.com/AppleDP/WQModelDescription"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "AppleDP" => "[email protected]" }
s.source = { :git => "https://github.com/AppleDP/WQModelDescription.git", :tag => s.version }
s.source_files = "WQModelDescription/**/WQModelDescription/*.{h,m}"
end
Binary file not shown.

0 comments on commit fcdc130

Please sign in to comment.