[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / b / PovioKit / 0.5.0 / PovioKit.podspec.json
blob9d6b89a5011a140d534a6ac3244b37caea8aac1d
2   "name": "PovioKit",
3   "version": "0.5.0",
4   "summary": "Modular cocoapods libraries collection.",
5   "swift_versions": "5.0",
6   "description": "PovioKit is a collection of useful tools, extensions and modules.",
7   "homepage": "https://github.com/poviolabs/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Povio Inc.": "services@poviolabs.com"
14   },
15   "source": {
16     "git": "https://github.com/poviolabs/PovioKit.git",
17     "tag": "0.5.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "default_subspecs": [
27     "Utilities",
28     "Extensions",
29     "Views"
30   ],
31   "subspecs": [
32     {
33       "name": "Utilities",
34       "subspecs": [
35         {
36           "name": "AttributedStringBuilder",
37           "source_files": "Sources/Utilities/AttributedStringBuilder/*.swift"
38         },
39         {
40           "name": "StartupService",
41           "source_files": "Sources/Utilities/StartupService/*.swift"
42         },
43         {
44           "name": "Broadcast",
45           "source_files": "Sources/Utilities/Broadcast/*.swift"
46         },
47         {
48           "name": "Logger",
49           "source_files": "Sources/Utilities/Logger/**/*.swift"
50         },
51         {
52           "name": "DispatchTimer",
53           "source_files": "Sources/Utilities/DispatchTimer/**/*.swift"
54         },
55         {
56           "name": "Throttler",
57           "source_files": "Sources/Utilities/Throttler/**/*.swift"
58         },
59         {
60           "name": "ColorInterpolator",
61           "source_files": "Sources/Utilities/ColorInterpolator/**/*.swift"
62         },
63         {
64           "name": "PromiseKit",
65           "source_files": "Sources/Utilities/PromiseKit/**/*.swift"
66         }
67       ]
68     },
69     {
70       "name": "Extensions",
71       "subspecs": [
72         {
73           "name": "UIKit",
74           "source_files": "Sources/Extensions/UIKit/*.swift"
75         },
76         {
77           "name": "Foundation",
78           "source_files": "Sources/Extensions/Foundation/*.swift"
79         }
80       ]
81     },
82     {
83       "name": "Views",
84       "subspecs": [
85         {
86           "name": "GradientView",
87           "source_files": "Sources/Views/GradientView/*.swift"
88         },
89         {
90           "name": "PaddingLabel",
91           "source_files": "Sources/Views/PaddingLabel/*.swift"
92         }
93       ]
94     },
95     {
96       "name": "Networking",
97       "dependencies": {
98         "Alamofire": [
99           "5.1.0"
100         ],
101         "PovioKit/Utilities/PromiseKit": [
103         ],
104         "PovioKit/Utilities/Logger": [
106         ]
107       },
108       "subspecs": [
109         {
110           "name": "AlamofireNetworkClient",
111           "source_files": "Sources/Networking/AlamofireNetworkClient/**/*.swift"
112         }
113       ]
114     }
115   ],
116   "swift_version": "5.0"