[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / d / RSKUIKit / 2.0.0 / RSKUIKit.podspec.json
blob2eedd103d99d6a1f2bd5c8d6811cdaf1730e1e09
2   "name": "RSKUIKit",
3   "version": "2.0.0",
4   "summary": "An addition to the UIKit framework.",
5   "description": "An addition to the UIKit framework. RSKUIKit provides: a) protocols that define the roles of objects, b) the type of object that represents bounds of the view, c) the type of object that represents a frame of the view, d) the type of object that converts layout attributes of the view from `.leftToRight` user interface layout direction to the specified one, e) the type of object that represents changes to a collection of views.",
6   "homepage": "https://github.com/rsk-lab/RSKUIKit",
7   "license": {
8     "type": "RPL-1.5 / R.SK Lab Professional",
9     "file": "COPYRIGHT.md"
10   },
11   "authors": {
12     "Ruslan Skorb": "ruslan@rsk-lab.com"
13   },
14   "source": {
15     "git": "https://github.com/rsk-lab/RSKUIKit.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RSKUIKit/*.{h,swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "RSKCoreGraphics": [
26       "2.0.0"
27     ]
28   },
29   "swift_version": "5.0"