diff --git a/LFHeatMap.podspec b/LFHeatMap.podspec index 0ccad2e..a9222ad 100644 --- a/LFHeatMap.podspec +++ b/LFHeatMap.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LFHeatMap" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Extremely fast heat maps for iOS" s.homepage = "https://github.com/gpolak/LFHeatMap" s.license = { :type => "MIT", :file => "LICENSE" } @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.platform = :ios, "5.0" - s.source = { :git => "https://github.com/gpolak/LFHeatMap.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/gpolak/LFHeatMap.git", :tag => "1.0.2" } s.source_files = 'LFHeatMap' s.requires_arc = true