[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / b / 5 / PXCoalescedRunner / 0.1.1 / PXCoalescedRunner.podspec.json
blobc9ec5a8c25b13c664a89462d160abe6c68b4faf0
2   "name": "PXCoalescedRunner",
3   "version": "0.1.1",
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.1"
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   }