forked from InderKumarRathore/DeviceGuru
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeviceGuru.podspec
More file actions
18 lines (18 loc) · 838 Bytes
/
DeviceGuru.podspec
File metadata and controls
18 lines (18 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = 'DeviceGuru'
spec.version = '6.0.4'
spec.license = 'MIT'
spec.summary = 'DeviceGuru helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s.'
spec.homepage = 'https://github.com/InderKumarRathore/DeviceGuru'
spec.social_media_url = "https://twitter.com/ikr_303"
spec.authors = { 'Inder Kumar Rathore' => '' }
spec.source = { :git => 'https://github.com/InderKumarRathore/DeviceGuru.git', :tag => spec.version }
spec.ios.deployment_target = '8.0'
spec.source_files = 'Source/*.swift'
spec.resource_bundles = {spec.name => ['Source/DeviceList.plist']}
spec.requires_arc = true
spec.swift_versions = ['3.2', '4.0', '4.2', '5.0']
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.0'
end