2 "name": "PXCoalescedRunner",
4 "summary": "A utility class to coalesce close-together method calls into a single method call.",
5 "description": "PXCoalescedRunner lets you coalesce multiple close-together calls to the same method into a single call,\nwhich is made once the method has not been called for a specific amount of time.",
6 "homepage": "https://github.com/pixio/PXCoalescedRunner",
9 "Spencer Phippen": "spencer.phippen@gmail.com"
12 "git": "https://github.com/pixio/PXCoalescedRunner.git",
19 "source_files": "Pod/Classes/PXCoalescedRunner.{h,m}",
20 "public_header_files": "Pod/Classes/PXCoalescedRunner.h",
22 "PXCoalescedRunner": [