Skip to content

Commit

Permalink
chore: Added to podspec a readme entry pointing README.md on GitHub
Browse files Browse the repository at this point in the history
* In order to update the readme hosted [on the CocoaPods webstie](https://cocoapods.org/pods/AerisWeather), added to the `AerisWeather.podspec` a `s.readme = …` entry pointing to raw source of this repo's `README.md` at the current version on GitHub.
  • Loading branch information
Slipp Douglas Thompson committed May 16, 2023
1 parent 4544d55 commit 9e1d444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AerisWeather.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
The Aeris iOS Weather Framework allows a developer to quickly and easily add weather content and functionality to their iOS applications quickly and easily without having to code anything themselves. It utilizes the Aeris API backend for data loading and is built on top of an object mapping system that efficiently loads requested weather content into third-party iOS applications, greatly reducing the amount of code and development needed on the developer end.
DESC
s.readme = "https://raw.githubusercontent.com/aerisweather/Aeris-iOS-Library/#{s.version.to_s}/README.md"

s.homepage = 'https://github.com/aerisweather/Aeris-iOS-Library'
s.documentation_url = 'http://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/'
Expand Down

0 comments on commit 9e1d444

Please sign in to comment.