You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SupportDocs.podspec
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,15 @@
9
9
Pod::Spec.newdo |spec|
10
10
11
11
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."
14
14
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.
0 commit comments