[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / d / MKKRightToLeftScrollView / 0.1.0 / MKKRightToLeftScrollView.podspec.json
blob851f8c27dd075458490327838ad6130cfe799049
2   "name": "MKKRightToLeftScrollView",
3   "version": "0.1.0",
4   "summary": "A right-to-left NSScrollView that displays vertical scrollers on the left instead of right.",
5   "description": "MKKRightToLeftScrollView laterally inverts scrollers on macOS. This means that the vertical scrollers appear on the left side instead of the right.\n\nThis is useful for content that is oriented from right-to-left, such as an `NSTextView` with Arabic text.\n\nOn macOS 10.12, horizontally inverted scrollers were natively implemented, but require that `[NSApp userInterfaceLayoutDirection]` be set to `NSUserInterfaceLayoutDirectionRightToLeft`, which is not programmatically controllable. \n\nIn other words, the app's `userInterfaceLayoutDirection` affects all `NSScrollView`s in the app, hardly desirable for most use cases.\n\nAdditionally, the native implementation does not correctly mirror vertical scrollers.\n\nThe code subclasses `NSScrollView` and `NSScroller`.\nThere's also optional, but recommended, private method swizzling on `NSOverlayScrollerImp`.\n\n`contentInsets` introduced in macOS 10.10 are also supported.\n\nThis code was originally created for https://katibapp.com/",
6   "homepage": "https://github.com/aiaf/MKKRightToLeftScrollView",
7   "screenshots": "https://i.imgur.com/silOzZU.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Abdullah Arif": "abdullah.a@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/aiaf/MKKRightToLeftScrollView.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/abdullaharif",
20   "source_files": "MKKRightToLeftScrollView/**/*",
21   "platforms": {
22     "osx": "10.8"
23   }