Skip to content

Commit

Permalink
Podspec syntax
Browse files Browse the repository at this point in the history
changing the license syntax because Cocoapods doesn't seem to recognize new Ruby Hash literal syntax
  • Loading branch information
futuretap committed Feb 2, 2022
1 parent acdd00f commit 1c5122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InAppSettingsKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ InAppSettingsKit (IASK) is an open source solution to easily add in-app settings
s.authors = {"Ortwin Gentz" => "http://www.futuretap.com", "Luc Vandal" => "http://edovia.com/company/#contact_form"}
s.social_media_url = 'https://twitter.com/IASettingsKit'
s.homepage = 'https://github.com/futuretap/InAppSettingsKit'
s.license = {type: 'BSD', file: 'LICENSE'}
s.license = {:type => 'BSD', :file => 'LICENSE'}
s.requires_arc = true
s.source = {git: 'https://github.com/futuretap/InAppSettingsKit.git', branch: 'master', tag: s.version.to_s}
s.resource_bundles = {"InAppSettingsKit" => "Sources/InAppSettingsKit/Resources/*"}
Expand Down

0 comments on commit 1c5122f

Please sign in to comment.