blob: 0df4f5679aa30ad21780657ca7758f4d18b1d8f9 [file] [log] [blame]
{
"name": "CommonKit",
"version": "1.2.8",
"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\n - Merged: LocaleKit support. LocaleKit allows a fixed App wide locale to be defined.\n - Merged: NumPad. NumPad for both iPhone and iPad, also with phone style keypad.\n - Merged: MathKit support. Math extensions are now merged to CommonKit.\n - Merged: DateKit support. Extension to Date and general helpers to handle dates in UTC timezone.\n - Merged: DispatchKit. Extensions to DispatchQueue and a simple but powerful backgrounding Task Manager support.",
"homepage": "https://github.com/oskarirauta/CommonKit",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/CommonKit.git",
"tag": "1.2.8"
},
"screenshots": [
"https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Decimal.png",
"https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Phone.png",
"https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Landscape.png"
],
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": [
"CommonKit/Dispatch/Protocols/*.swift",
"CommonKit/Dispatch/Extensions/*.swift",
"CommonKit/Dispatch/Classes/*.swift",
"CommonKit/Date/Types/*.swift",
"CommonKit/Date/Extensions/*.swift",
"CommonKit/Date/Classes/*.swift",
"CommonKit/Date/Functions/*.swift",
"CommonKit/Math/Extensions/*.swift",
"CommonKit/CommonKit/Extensions/*.swift",
"CommonKit/CommonKit/Types/*.swift",
"CommonKit/CommonKit/Classes/*.swift",
"CommonKit/CommonKit/Functions/*.swift",
"CommonKit/AppLocale/Protocols/*.swift",
"CommonKit/AppLocale/Types/*.swift",
"CommonKit/AppLocale/Extensions/*.swift",
"CommonKit/AppLocale/Functions/*.swift",
"CommonKit/NumPad/Types/*.swift",
"CommonKit/NumPad/Classes/*.swift"
],
"resources": [
"CommonKit/NumPad/Resources/NumPad.xcassets"
]
}