[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 3 / CommonKit / 1.2.5 / CommonKit.podspec.json
blob1ed8baa2b4f8dbb037c9b0f3ddd50da95cd32b6c
2   "name": "CommonKit",
3   "version": "1.2.5",
4   "license": {
5     "type": "Free",
6     "text": "Free"
7   },
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.",
10   "homepage": "https://github.com/oskarirauta/CommonKit",
11   "authors": {
12     "Oskari Rauta": "oskari.rauta@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/oskarirauta/CommonKit.git",
16     "tag": "1.2.5"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "CommonKit/CommonKit/Extensions/*.swift",
24     "CommonKit/CommonKit/Types/*.swift",
25     "CommonKit/CommonKit/Classes/*.swift",
26     "CommonKit/CommonKit/Functions/*.swift",
27     "CommonKit/AppLocale/Protocols/*.swift",
28     "CommonKit/AppLocale/Types/*.swift",
29     "CommonKit/AppLocale/Extensions/*.swift",
30     "CommonKit/AppLocale/Functions/*.swift",
31     "CommonKit/NumPad/Types/*.swift",
32     "CommonKit/NumPad/Classes/*.swift"
33   ],
34   "resources": [
35     "CommonKit/NumPad/Resources/NumPad.xcassets"
36   ]