Skip to content

Commit

Permalink
Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Nov 21, 2020
1 parent ad0489d commit 95f3549
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SupportDocs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
Pod::Spec.new do |spec|

spec.name = "SupportDocs"
spec.version = "0.0.35"
spec.summary = "Generate help centers for your iOS apps, with Markdown!"
spec.version = "1.0.0"
spec.summary = "Markdown-generated help center for your iOS apps. Hosted by GitHub Pages and written with SwiftUI."
spec.description = <<-DESC
A lightweight Swift framework written in SwiftUI. Generate help centers using Markdown, hosted on GitHub pages.
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.
DESC
spec.homepage = "http://github.com/aheze/SupportDocs"
spec.license = { :type => "MIT", :file => "LICENSE" }



spec.authors = 'A. Zheng', 'H. Kamran'
spec.platform = :ios, "13.0"

Expand Down

0 comments on commit 95f3549

Please sign in to comment.