From 84e19d20640fae3f03cf0997882374fc0536e040 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 25 Oct 2016 10:14:23 +0200 Subject: [PATCH] Updated version --- FCUUID.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FCUUID.podspec b/FCUUID.podspec index c80474b..63aef56 100644 --- a/FCUUID.podspec +++ b/FCUUID.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'FCUUID' - spec.version = '1.3.0' + spec.version = '1.3.1' 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.0' } + 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