Skip to content

Commit

Permalink
Heap 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matin Movassate committed Apr 13, 2014
1 parent 984bd03 commit 768a46f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Heap/0.9.0/Heap.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Heap'
s.version = '0.9.0'
s.summary = 'Capture everything - iOS analytics library for Heap.'
s.homepage = 'https://heapanalytics.com'
s.license = { :type => 'Commercial', :text => 'See https://heapanalytics.com/terms' }
s.author = { 'Heap' => 'team@heapanalytics.com' }
s.platform = :ios, '6.0'
s.source = { :http => 'https://cdn.heapanalytics.com/heapiOS.zip', :flatten => true }
s.source_files = 'Heap.h'
s.preserve_paths = 'libHeap.a'
s.library = 'Heap'
s.frameworks = 'SystemConfiguration', 'UIKit'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/Heap"' }
s.requires_arc = true
end

0 comments on commit 768a46f

Please sign in to comment.