This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
200c036
commit d05f50e
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |