Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Oct 25, 2016
1 parent cfa1c91 commit 84e19d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCUUID.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 84e19d2

Please sign in to comment.