We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa1c91 commit 84e19d2Copy full SHA for 84e19d2
FCUUID.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'FCUUID'
3
- spec.version = '1.3.0'
+ spec.version = '1.3.1'
4
spec.license = { :type => 'MIT' }
5
spec.homepage = 'https://github.com/fabiocaccamo/FCUUID'
6
spec.authors = { 'Fabio Caccamo' => '[email protected]' }
7
spec.summary = 'iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.'
8
- spec.source = { :git => 'https://github.com/fabiocaccamo/FCUUID.git', :tag => '1.3.0' }
+ spec.source = { :git => 'https://github.com/fabiocaccamo/FCUUID.git', :tag => '1.3.1' }
9
spec.source_files = 'FCUUID/*.{h,m}'
10
spec.framework = 'Foundation', 'UIKit', 'Security'
11
spec.requires_arc = true
0 commit comments