8 "summary": "A Swift framework with some common extensions and functions",
9 "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.",
10 "homepage": "https://github.com/oskarirauta/CommonKit",
12 "Oskari Rauta": "oskari.rauta@gmail.com"
15 "git": "https://github.com/oskarirauta/CommonKit.git",
19 "https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Decimal.png",
20 "https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Phone.png",
21 "https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Landscape.png"
23 "swift_version": "4.0",
28 "CommonKit/Math/Extensions/*.swift",
29 "CommonKit/CommonKit/Extensions/*.swift",
30 "CommonKit/CommonKit/Types/*.swift",
31 "CommonKit/CommonKit/Classes/*.swift",
32 "CommonKit/CommonKit/Functions/*.swift",
33 "CommonKit/AppLocale/Protocols/*.swift",
34 "CommonKit/AppLocale/Types/*.swift",
35 "CommonKit/AppLocale/Extensions/*.swift",
36 "CommonKit/AppLocale/Functions/*.swift",
37 "CommonKit/NumPad/Types/*.swift",
38 "CommonKit/NumPad/Classes/*.swift"
41 "CommonKit/NumPad/Resources/NumPad.xcassets"