Skip to content

Commit

Permalink
Merge pull request #23 from chrs1885/feature/22-cocoapods-documentati…
Browse files Browse the repository at this point in the history
…on-link

Add documentation entry in podfile that links to html preview of latest version
  • Loading branch information
Christoph Wendt authored Aug 13, 2018
2 parents 7173772 + 0f70200 commit 575402b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Capable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Capable lets you easily keep track of accessibility settings used by your app us
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Christoph Wendt' => '[email protected]' }
s.source = { :git => 'https://github.com/chrs1885/Capable.git', :tag => s.version }
s.documentation_url = 'http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/0.4.0/Documentation/index.html'
s.swift_version = '4.1'
s.source_files = 'Source/**/*.swift'

Expand Down

0 comments on commit 575402b

Please sign in to comment.