blob: 1ed8baa2b4f8dbb037c9b0f3ddd50da95cd32b6c [file] [log] [blame]
{
"name": "CommonKit",
"version": "1.2.5",
"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.",
"homepage": "https://github.com/oskarirauta/CommonKit",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/CommonKit.git",
"tag": "1.2.5"
},
"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",
"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"
]
}