We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a46b commit b64eee5Copy full SHA for b64eee5
Notepad.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Notepad'
3
- s.version = '0.2.0'
+ s.version = '0.2.1'
4
s.summary = 'A themeable Markdown editor.'
5
s.description = <<-DESC
6
Notepad gives your users the ability to write and edit Markdown directly in your app.
@@ -18,5 +18,6 @@ Pod::Spec.new do |s|
18
19
s.ios.deployment_target = '8.0'
20
21
- s.source_files = 'Notepad/*'
+ s.source_files = 'Notepad/*.swift'
22
+ s.resources = 'Notepad/themes/*.json'
23
end
0 commit comments