Skip to content

Commit

Permalink
Merge pull request #18 from aerisweather/chore/added-podspec-readme-url
Browse files Browse the repository at this point in the history
Added to podspec a readme entry pointing README.md on GitHub
  • Loading branch information
u10int authored May 19, 2023
2 parents 58777d1 + 9e1d444 commit dcc15f8
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 dcc15f8

Please sign in to comment.