blob: 8f736792b56afb5bd2659c514bb3a2763e993b36 [file] [log] [blame]
{
"name": "CommonKit",
"version": "1.2.2",
"license": {
"type": "Free",
"text": "Free"
},
"summary": "A Swift framework with some common extensions and functions",
"description": "Various extensions and functions. Some are written by me, some are\ncollected online. And some are variations. This framework is supposed\nto give you a faster start with your project by combining some useful\nand often used code. Includes few UI classes extending UILabel as well\nsince extensions for UILabel could not provide this functionality.",
"homepage": "https://github.com/oskarirauta/CommonKit",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/CommonKit.git",
"tag": "1.2.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": [
"CommonKit/CommonKit/Extensions/*.swift",
"CommonKit/CommonKit/Types/*.swift",
"CommonKit/CommonKit/Classes/*.swift",
"CommonKit/CommonKit/Functions/*.swift"
]
}