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