[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 2 / DWURecyclingAlert / 1.0.2 / DWURecyclingAlert.podspec.json
blob04546f019109c048c558da64d6370dfdf67ee84b
2   "name": "DWURecyclingAlert",
3   "version": "1.0.2",
4   "summary": "Optimizing UITableViewCell For Fast Scrolling",
5   "description": "Injects 4 classes:\n\nUITableViewCell\nUICollectionViewCell\nUITableViewHeaderFooterView\nUICollectionReusableView (as footers/headers)\n\nMonitors 6 time sensitive API calls:\n\n[UIView drawRect:]\ntableView:cellForRowAtIndexPath:\ntableView:viewForHeaderInSection:\ntableView:viewForFooterInSection:\ncollectionView:cellForItemAtIndexPath:\ncollectionView:viewForSupplementaryElementOfKind:atIndexPath:\n\nVisualizes bad drawing code in 2 ways:\n\nDisplays non-recycled UIView, CALayer and UIImage objects with bold red bolders.\nDisplays the time it takes to complete each time sensitive API calls, in milliseconds.",
6   "homepage": "https://github.com/diwu/DWURecyclingAlert",
7   "screenshots": "https://raw.githubusercontent.com/diwu/ui-markdown-store/master/demo_11.png",
8   "license": "MIT",
9   "authors": {
10     "Di Wu": "diwup@foxmail.com"
11   },
12   "source": {
13     "git": "https://github.com/diwu/DWURecyclingAlert.git",
14     "tag": "1.0.2"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "RecyclingAlert/DWURecyclingAlert_CocoaPods/*.{h,m}"