blob: 92aa8c28fb71d0a3b8d9728c20827bc6a759ac78 [file] [log] [blame]
{
"name": "CommonKit",
"version": "1.2.3",
"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.\n\nAlso I have merged my LocaleKit support to this framework. LocaleKit allows\none to define App wide fixed locale and has some extensions as well.\n\nThis framework is base for many of my other frameworks, so some of my other\nwork is dependant of this.",
"homepage": "https://github.com/oskarirauta/CommonKit",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/CommonKit.git",
"tag": "1.2.3"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": [
"CommonKit/CommonKit/Protocols/*.swift",
"CommonKit/CommonKit/Extensions/*.swift",
"CommonKit/CommonKit/Types/*.swift",
"CommonKit/CommonKit/Classes/*.swift",
"CommonKit/CommonKit/Functions/*.swift"
]
}