[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 1 / 3 / ProductivityKit / 1.1.0 / ProductivityKit.podspec.json
blob45f5db521abd906a16152ccf40228818de700960
2   "name": "ProductivityKit",
3   "version": "1.1.0",
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/zaimramlan/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/zaimramlan/ProductivityKit.git",
17     "tag": "1.1.0"
18   },
19   "frameworks": "UIKit",
20   "swift_versions": "4.2",
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "Date",
25       "subspecs": [
26         {
27           "name": "Utility",
28           "source_files": "ProductivityKit/Date/Date+Utility.swift"
29         }
30       ]
31     },
32     {
33       "name": "String",
34       "subspecs": [
35         {
36           "name": "Formatting",
37           "source_files": "ProductivityKit/String/String+Formatting.swift"
38         }
39       ]
40     },
41     {
42       "name": "NSMutableAttributedString",
43       "subspecs": [
44         {
45           "name": "Interpolations",
46           "source_files": "ProductivityKit/NSMutableAttributedString/NSMutableAttributedString+Interpolations.swift"
47         }
48       ]
49     },
50     {
51       "name": "UIColor",
52       "subspecs": [
53         {
54           "name": "RGBA",
55           "source_files": "ProductivityKit/UIColor/UIColor+RGBA.swift"
56         }
57       ]
58     },
59     {
60       "name": "UIView",
61       "subspecs": [
62         {
63           "name": "Styling",
64           "source_files": "ProductivityKit/UIView/UIView+Styling.swift"
65         }
66       ]
67     }
68   ]