[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 5 / PXCoalescedRunner / 0.1.0 / PXCoalescedRunner.podspec.json
blobc898961c2669b1ce33e0c7456b499f13b7c7195f
2   "name": "PXCoalescedRunner",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Spencer Phippen": "spencer.phippen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXCoalescedRunner.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/PXCoalescedRunner.{h,m}",
20   "public_header_files": "Pod/Classes/PXCoalescedRunner.h",
21   "resource_bundles": {
22     "PXCoalescedRunner": [
23       "Pod/Assets/*.png"
24     ]
25   }