Skip to content

Commit

Permalink
chore: Added spec.license to MapsGL.podspec
Browse files Browse the repository at this point in the history
* Added `spec.license` config to MapsGL.podspec, pointing to the existing `LICENSE` file.
  • Loading branch information
Slipp Douglas Thompson committed Jul 24, 2024
1 parent c2f6cf4 commit 09b6869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapsGL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MapsGL Apple SDK is a powerful mapping library designed for iOS developers. It e
spec.readme = "https://raw.githubusercontent.com/vaisala-xweather/mapsgl-apple-sdk/v#{spec.version.to_s}/README.md"
spec.homepage = "https://github.com/vaisala-xweather/mapsgl-apple-sdk"
spec.screenshots = "https://raw.githubusercontent.com/vaisala-xweather/mapsgl-apple-sdk/v#{spec.version.to_s}/images/MapsGL-iPad-PM10-layer.png"
#spec.license = { :type => 'BSD', :file => 'LICENSE.md' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { "Vaisala Xweather" => "https://www.xweather.com/" }
spec.social_media_url = "https://twitter.com/vaisalaxweather"
spec.platforms = { :ios => '16.0' }
Expand Down

0 comments on commit 09b6869

Please sign in to comment.