- Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathUIDeviceIdentifier.podspec
More file actions
Latest commit
14 lines (13 loc) · 674 Bytes
/
Copy pathUIDeviceIdentifier.podspec
File metadata and controls
14 lines (13 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="UIDeviceIdentifier"
s.version="2.3.0"
s.summary="UIDeviceHardware is a class which allows querying of the current users device, and returns a human formatted string."
s.homepage="https://github.com/squarefrog/UIDeviceIdentifier"
s.license='MIT'
s.authors=["Paul Williamson","Jaybles"]
s.source={:git=>"https://github.com/squarefrog/UIDeviceIdentifier.git",:tag=>s.version.to_s}
s.ios.deployment_target="9.0"
s.tvos.deployment_target="9.0"
s.source_files='Classes','UIDeviceIdentifier/**/*.{h,m}'
s.public_header_files='UIDeviceIdentifier/**/*.h'
end