[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / e / a / 5 / DDUIKitExtensions / 0.12.0 / DDUIKitExtensions.podspec.json
blob715202a9edba2f0895e71778f9f63c1efb347640
2   "name": "DDUIKitExtensions",
3   "version": "0.12.0",
4   "summary": "Helpful set of homemade UIKit extensions",
5   "homepage": "http://dashdevs.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dashdevs llc": "hello@dashdevs.com"
12   },
13   "source": {
14     "git": "https://github.com/dashdevs/uikitextensions.git",
15     "tag": "0.12.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "frameworks": "UIKit",
21   "swift_versions": "4.2",
22   "default_subspecs": "none",
23   "subspecs": [
24     {
25       "name": "CGSize",
26       "source_files": "Sources/CGSizeExtension/CGSize+DDExtensions.swift"
27     },
28     {
29       "name": "UIColor",
30       "source_files": "Sources/UIColorExtension/UIColor+DDExtensions.swift"
31     },
32     {
33       "name": "UIImage",
34       "source_files": "Sources/UIImageExtension/UIImage+DDExtensions.swift"
35     },
36     {
37       "name": "UINavigationController",
38       "source_files": "Sources/UINavigationControllerExtension/UINavigationController+DDExtensions.swift"
39     },
40     {
41       "name": "UITableView",
42       "source_files": "Sources/UITableViewExtension/UITableView+DDExtensions.swift"
43     },
44     {
45       "name": "UIView",
46       "source_files": "Sources/UIViewExtension/UIView+DDExtensions.swift"
47     },
48     {
49       "name": "UIViewController",
50       "source_files": "Sources/UIViewControllerExtension/UIViewController+DDExtensions.swift"
51     },
52     {
53       "name": "UITextField",
54       "source_files": "Sources/UITextFieldExtension/UITextField+DDExtensions.swift"
55     },
56     {
57       "name": "UIApplication",
58       "source_files": "Sources/UIApplicationExtension/UIApplication+DDExtensions.swift"
59     },
60     {
61       "name": "UIKit+Sketch",
62       "source_files": [
63         "Sources/UIKitSketchExtension/CALayer+DDExtensions.swift",
64         "UIKitExtensions/NSAttributedString+DDExtensions.swift",
65         "UIKitExtensions/UIScreen+DDExtensions.swift"
66       ]
67     },
68     {
69       "name": "PaddedLabel",
70       "source_files": "Sources/PaddedLabelExtension/PaddedLabel.swift"
71     }
72   ],
73   "swift_version": "4.2"