Skip to content

Commit 95f3549

Browse files
committed
Update to 1.0.0
1 parent ad0489d commit 95f3549

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

SupportDocs.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
Pod::Spec.new do |spec|
1010

1111
spec.name = "SupportDocs"
12-
spec.version = "0.0.35"
13-
spec.summary = "Generate help centers for your iOS apps, with Markdown!"
12+
spec.version = "1.0.0"
13+
spec.summary = "Markdown-generated help center for your iOS apps. Hosted by GitHub Pages and written with SwiftUI."
1414
spec.description = <<-DESC
15-
A lightweight Swift framework written in SwiftUI. Generate help centers using Markdown, hosted on GitHub pages.
15+
All you need to do is write your documents on GitHub and install the library in your app. SupportDocs' custom GitHub Action and GitHub Pages will take care of the rest.
1616
DESC
1717
spec.homepage = "http://github.com/aheze/SupportDocs"
1818
spec.license = { :type => "MIT", :file => "LICENSE" }
1919

2020

21-
2221
spec.authors = 'A. Zheng', 'H. Kamran'
2322
spec.platform = :ios, "13.0"
2423

0 commit comments

Comments
 (0)