[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / 3 / d / RSKUIKit / 1.1.0 / RSKUIKit.podspec.json
blob66fbb44580411c119d3ec8d1a6d160b74924de87
2   "name": "RSKUIKit",
3   "version": "1.1.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": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "RSKUIKit/*.{h,swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "RSKCoreGraphics": [
26       "1.1.0"
27     ]
28   },
29   "swift_version": "5.3"