Skip to content

Commit

Permalink
adding podspect
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Aug 14, 2014
1 parent 0ff7536 commit ae7e11f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions LFHeatMap.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|

s.name = "LFHeatMap"
s.version = "1.0"
s.summary = "Extremely fast heat maps for iOS"
s.homepage = "https://github.com/gpolak/LFHeatMap"
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "George Polak" => "[email protected]" }

s.platform = :ios, "5.0"

s.source = { :git => "https://github.com/gpolak/LFHeatMap", :tag => "1.0" }

s.source_files = 'LFHeatMap'
s.requires_arc = true

end

0 comments on commit ae7e11f

Please sign in to comment.