Skip to content

Commit 84e19d2

Browse files
committed
Updated version
1 parent cfa1c91 commit 84e19d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FCUUID.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'FCUUID'
3-
spec.version = '1.3.0'
3+
spec.version = '1.3.1'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/fabiocaccamo/FCUUID'
66
spec.authors = { 'Fabio Caccamo' => '[email protected]' }
77
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' }
8+
spec.source = { :git => 'https://github.com/fabiocaccamo/FCUUID.git', :tag => '1.3.1' }
99
spec.source_files = 'FCUUID/*.{h,m}'
1010
spec.framework = 'Foundation', 'UIKit', 'Security'
1111
spec.requires_arc = true

0 commit comments

Comments
 (0)