blob: ca31850f96de91f8157c1b3328434312dbdcae86 [file] [log] [blame]
{
"name": "RSKCoreGraphics",
"version": "1.2.0",
"summary": "An addition to the CoreGraphics framework.",
"description": "An addition to the CoreGraphics framework. RSKCoreGraphics provides the type of object that represents a rectangle in the lower-left-origin coordinate system.",
"homepage": "https://github.com/rsk-lab/RSKCoreGraphics",
"license": {
"type": "RPL-1.5 / R.SK Lab Professional",
"file": "COPYRIGHT.md"
},
"authors": {
"Ruslan Skorb": "ruslan@rsk-lab.com"
},
"source": {
"git": "https://github.com/rsk-lab/RSKCoreGraphics.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"source_files": "RSKCoreGraphics/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RSKFoundation": [
"1.3.0"
]
},
"swift_version": "5.3"
}