This commit is contained in:
2022-09-17 12:21:12 -04:00
parent b598eba1ba
commit 4596e481fc
2 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'UIDeviceModelNames'
s.version = '0.1.3'
s.version = '0.1.4'
s.summary = 'A short description of UIDeviceModelNames.'
# This description is used to generate tags and improve search results.
@@ -21,12 +21,12 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/Jordan Koch/UIDeviceModelNames'
s.homepage = 'https://git.jordanko.ch/eskimo/UIDeviceModelNames'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jordan Koch' => 'me@jordanko.ch' }
s.source = { :git => 'https://github.com/Jordan Koch/UIDeviceModelNames.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.source = { :git => 'https://git.jordanko.ch/eskimo/UIDeviceModelNames.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/eskimo_dev'
s.ios.deployment_target = '8.0'