Skip to content

Commit

Permalink
Bump .podspec and try to fix documentation rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddfawcett committed Oct 19, 2016
1 parent 8c2a46b commit b64eee5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Notepad.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Notepad'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'A themeable Markdown editor.'
s.description = <<-DESC
Notepad gives your users the ability to write and edit Markdown directly in your app.
Expand All @@ -18,5 +18,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'

s.source_files = 'Notepad/*'
s.source_files = 'Notepad/*.swift'
s.resources = 'Notepad/themes/*.json'
end

0 comments on commit b64eee5

Please sign in to comment.