[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 2 / 9 / DWURunLoopWorkDistribution / 1.0.0 / DWURunLoopWorkDistribution.podspec.json
blob8833fe255aa3e3b26f4f881df1c911455003b17e
2   "name": "DWURunLoopWorkDistribution",
3   "version": "1.0.0",
4   "summary": "iOS Fast Scrolling with RunLoop Work Distribution",
5   "description": "* Go to work when UI thread gets idle. Step aside when UI thread gets busy.\n* If deployed properly, it could:\n*** Delay heavy tasks on the UI thread as late as possible.\n*** Preload heavy tasks as soon as the UI thread enters its idling mode.\n*** Allow you to distribute a heavy task as multiple smaller tasks, thus less blocking when UI thread suddenly gets busy again.\n* 100% thread safe. Always runs on the UI thread.",
6   "homepage": "https://github.com/diwu/RunLoopWorkDistribution",
7   "license": "MIT",
8   "authors": {
9     "Di Wu": "diwup@foxmail.com"
10   },
11   "source": {
12     "git": "https://github.com/diwu/RunLoopWorkDistribution.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "RunLoopWorkDistribution/DWURunLoopWorkDistribution/*.{h,m}"