forked from fabiocaccamo/FCUUID
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFCUUID.podspec
More file actions
16 lines (15 loc) · 728 Bytes
/
FCUUID.podspec
File metadata and controls
16 lines (15 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |spec|
spec.name = 'FCUUID'
spec.version = '1.3.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/fabiocaccamo/FCUUID'
spec.authors = { 'Fabio Caccamo' => 'fabio.caccamo@gmail.com' }
spec.summary = 'iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.'
spec.source = { :git => 'https://github.com/fabiocaccamo/FCUUID.git', :tag => '1.3.1' }
spec.source_files = 'FCUUID/*.{h,m}'
spec.framework = 'Foundation', 'UIKit', 'Security'
spec.requires_arc = true
spec.dependency 'UICKeyChainStore', '~> 2.1.0'
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
end