blob: 8f0aa80b443d4d12efb72c3ee9b7a347454fd742 [file] [log] [blame]
{
"name": "Heap",
"version": "2.2.2",
"summary": "Capture everything - iOS analytics library for Heap.",
"homepage": "https://heapanalytics.com",
"license": {
"type": "Commercial",
"text": "See https://heapanalytics.com/terms"
},
"authors": {
"Heap": "team@heapanalytics.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"http": "https://cdn.heapanalytics.com/ios/heap-ios-2.2.2.zip",
"flatten": true
},
"source_files": "Heap.h",
"preserve_paths": "libHeap.a",
"libraries": [
"Heap",
"icucore"
],
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"UIKit"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Heap\""
},
"requires_arc": true
}