Skip to content

Commit

Permalink
Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWicky committed May 22, 2017
1 parent e16242e commit d15738d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DWTableViewHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "DWTableViewHelper"
s.version = 1.1.3
s.summary = "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily."
s.name = 'DWTableViewHelper'
s.version = '1.1.3'
s.summary = 'DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.'
s.description = "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.DWTableViewHelper能够瘦身你的控制器,达>到解耦效果,并且提供一些便捷的TableView开发接口。"
s.homepage = "https://github.com/CodeWicky/DWTableViewHelper"
s.social_media_url = "http://www.jianshu.com/u/a56ec10f6603"
s.license= { :type => "MIT", :file => "LICENSE" }
s.author = { "codeWicky" => "codewicky@163.com" }
s.source = { :git => "https://github.com/CodeWicky/DWTableViewHelper.git", :tag => s.version.to_s }
s.source_files = "DWTableViewHelper/*.{h,m}"
s.resource = 'DWCheckBox/DWCheckBoxBundle.bundle'
s.source_files = "DWTableViewHelper/**/*.{h,m}"
s.resource = 'DWTableViewHelper/DWTableViewHelperResource.bundle'
s.ios.deployment_target = '7.0'
s.frameworks = 'UIKit'
s.requires_arc = true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d15738d

Please sign in to comment.