[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / f / RSKImage / 1.0.0 / RSKImage.podspec.json
blob521272f6854a7e7ac21358f04978ff622685ab39
2   "name": "RSKImage",
3   "version": "1.0.0",
4   "summary": "The type of object that represents an image.",
5   "description": "The type of object that represents an image. RSKImage provides the initializers to create an image with cgImage (the underlying Quartz image data) and cgPath (the path that consists of straight and curved line segments that represent the shape of the image) that are created from the specified parameters, in particular, from color, linear gradient, size, corner radii.",
6   "homepage": "https://github.com/rsk-lab/RSKImage",
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/RSKImage.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "RSKImage/*.{h,swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "RSKBezierPath": [
26       "1.0.0"
27     ]
28   },
29   "swift_version": "5.3"