[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / a / 0 / 3 / CommonKit / 1.3.1 / CommonKit.podspec.json
blobfdf897bab9dc1b88766bb8b7e44b5b35f6f8e44a
2   "name": "CommonKit",
3   "version": "1.3.1",
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.\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.\n - Merged: CurrencyKit. Framework helps presenting money.\n - Merged: AttributedStringWrapper by gaoyu/loopeer. I didn't write this, but it's great work, and I didn't want to add it is a dependency.\n - Merged: FontKit. Framework provides support for icon fonts. First one with FontAwesome 5 support :)",
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.3.1"
17   },
18   "screenshots": [
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",
22     "https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/Currency.png",
23     "https://raw.githubusercontent.com/oskarirauta/CommonKit/master/Screenshots/FontKit.png"
24   ],
25   "swift_version": "4.0",
26   "platforms": {
27     "ios": "11.0"
28   },
29   "source_files": [
30     "CommonKit/FontKit/Types/*.swift",
31     "CommonKit/FontKit/Extensions/*.swift",
32     "CommonKit/FontKit/Classes/*.swift",
33     "CommonKit/FontKit/UI/*.swift",
34     "CommonKit/FontKit/FontAwesome/*.swift",
35     "CommonKit/FontKit/MaterialIcons/*.swift",
36     "CommonKit/FontKit/FoundationIcons/*.swift",
37     "CommonKit/AttributedStringWrapper/*.swift",
38     "CommonKit/Currency/Protocols/*.swift",
39     "CommonKit/Currency/Types/*.swift",
40     "CommonKit/Currency/Extensions/*.swift",
41     "CommonKit/Currency/Classes/*.swift",
42     "CommonKit/Dispatch/Protocols/*.swift",
43     "CommonKit/Dispatch/Extensions/*.swift",
44     "CommonKit/Dispatch/Classes/*.swift",
45     "CommonKit/Date/Types/*.swift",
46     "CommonKit/Date/Extensions/*.swift",
47     "CommonKit/Date/Classes/*.swift",
48     "CommonKit/Date/Functions/*.swift",
49     "CommonKit/Math/Extensions/*.swift",
50     "CommonKit/CommonKit/Extensions/*.swift",
51     "CommonKit/CommonKit/Types/*.swift",
52     "CommonKit/CommonKit/Classes/*.swift",
53     "CommonKit/CommonKit/Functions/*.swift",
54     "CommonKit/AppLocale/Protocols/*.swift",
55     "CommonKit/AppLocale/Types/*.swift",
56     "CommonKit/AppLocale/Extensions/*.swift",
57     "CommonKit/AppLocale/Functions/*.swift",
58     "CommonKit/NumPad/Types/*.swift",
59     "CommonKit/NumPad/Classes/*.swift"
60   ],
61   "resources": [
62     "CommonKit/FontKit/Resources/*.otf",
63     "CommonKit/FontKit/Resources/*.ttf",
64     "CommonKit/NumPad/Resources/NumPad.xcassets",
65     "CommonKit/Currency/Resources/CurrencyKit.xcassets"
66   ]