Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Bumping 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InderKumarRathore committed Oct 21, 2023
1 parent 200c036 commit d05f50e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DeviceUtil.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = "DeviceUtil"
s.version = "6.1.10"
s.summary = "DeviceUtil helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s."
s.version = "6.2.0"
s.summary = "DeviceUtil helps identifying the exact hardware type of the device. e.g. iPhone 6 or iPhone 6s."
s.homepage = "https://github.com/InderKumarRathore/DeviceUtil.git"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "Inder Kumar Rathore" => "[email protected]" }
s.author = { "Inder Kumar Rathore" => "" }
s.social_media_url = "https://twitter.com/ikr_303"
s.source = { :git => "https://github.com/InderKumarRathore/DeviceUtil.git", :tag => s.version }
s.source_files = "Source/*.{h,m}"
s.resource_bundles = {s.name => ['Source/DeviceList.plist']}
s.requires_arc = false
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '4.0'
end

0 comments on commit d05f50e

Please sign in to comment.