[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 1 / 3 / ProductivityKit / 1.0.0 / ProductivityKit.podspec.json
blob0fd3043225bdbfe7d06704e538f1ae2b7f32618e
2   "name": "ProductivityKit",
3   "version": "1.0.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": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaim Ramlan": "zaimramlan@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/elkholeel",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/zaimramlan/ProductivityKit.git",
20     "tag": "1.0.0"
21   },
22   "frameworks": "UIKit",
23   "swift_version": "4.2",
24   "subspecs": [
25     {
26       "name": "NSMutableAttributedString",
27       "subspecs": [
28         {
29           "name": "Interpolations",
30           "source_files": "ProductivityKit/NSMutableAttributedString/NSMutableAttributedString+Interpolations.swift"
31         }
32       ]
33     },
34     {
35       "name": "UIColor",
36       "subspecs": [
37         {
38           "name": "Hex",
39           "source_files": "ProductivityKit/UIColor/UIColor+Hex.swift"
40         }
41       ]
42     },
43     {
44       "name": "UIView",
45       "subspecs": [
46         {
47           "name": "Styling",
48           "source_files": "ProductivityKit/UIView/UIView+Styling.swift"
49         }
50       ]
51     }
52   ]