[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 3 / ProductivityKit / 1.1.1 / ProductivityKit.podspec.json
blob8841c6208782e8bfab7f231c89ed64c2582cd953
2   "name": "ProductivityKit",
3   "version": "1.1.1",
4   "summary": "A repository with nifty Swift extensions to make you more productive!",
5   "description": "Helpful Swift extensions that can be added as a whole or by specific class extensions\nthat can help boost your development productivity.",
6   "homepage": "https://github.com/lambdable/ProductivityKit",
7   "license": "Apache-2.0",
8   "authors": {
9     "Zaim Ramlan": "zaimramlan@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/elkholeel",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/lambdable/ProductivityKit.git",
17     "tag": "1.1.1"
18   },
19   "frameworks": "UIKit",
20   "swift_versions": "4.2",
21   "subspecs": [
22     {
23       "name": "Date",
24       "subspecs": [
25         {
26           "name": "Utility",
27           "source_files": "ProductivityKit/Date/Date+Utility.swift"
28         }
29       ]
30     },
31     {
32       "name": "String",
33       "subspecs": [
34         {
35           "name": "Formatting",
36           "source_files": "ProductivityKit/String/String+Formatting.swift"
37         }
38       ]
39     },
40     {
41       "name": "NSMutableAttributedString",
42       "subspecs": [
43         {
44           "name": "Interpolations",
45           "source_files": "ProductivityKit/NSMutableAttributedString/NSMutableAttributedString+Interpolations.swift"
46         }
47       ]
48     },
49     {
50       "name": "UIColor",
51       "subspecs": [
52         {
53           "name": "RGBA",
54           "source_files": "ProductivityKit/UIColor/UIColor+RGBA.swift"
55         }
56       ]
57     },
58     {
59       "name": "UIView",
60       "subspecs": [
61         {
62           "name": "Styling",
63           "source_files": "ProductivityKit/UIView/UIView+Styling.swift"
64         }
65       ]
66     }
67   ],
68   "swift_version": "4.2"