[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 5 / b / PovioKit / 1.1.0 / PovioKit.podspec.json
blob2ca9f0fd1619dbdd2590744f34bfa0359f35f4e7
2   "name": "PovioKit",
3   "version": "1.1.0",
4   "summary": "Modular cocoapods libraries collection.",
5   "swift_versions": "5.0",
6   "description": "PovioKit is a modular library collection, written in Swift.",
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": "1.1.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           "name": "SignInWithApple",
69           "dependencies": {
70             "PovioKit/Utilities/Logger": [
72             ]
73           },
74           "source_files": "Sources/Utilities/SignInWithApple/**/*.swift"
75         },
76         {
77           "name": "ImageSource",
78           "source_files": "Sources/Utilities/ImageSource/*.swift"
79         }
80       ]
81     },
82     {
83       "name": "Extensions",
84       "dependencies": {
85         "PovioKit/Utilities/Logger": [
87         ]
88       },
89       "subspecs": [
90         {
91           "name": "UIKit",
92           "source_files": "Sources/Extensions/UIKit/*.swift"
93         },
94         {
95           "name": "Foundation",
96           "source_files": "Sources/Extensions/Foundation/*.swift"
97         },
98         {
99           "name": "MapKit",
100           "source_files": "Sources/Extensions/MapKit/*.swift"
101         }
102       ]
103     },
104     {
105       "name": "Views",
106       "subspecs": [
107         {
108           "name": "GradientView",
109           "source_files": "Sources/Views/GradientView/*.swift"
110         },
111         {
112           "name": "PaddingLabel",
113           "source_files": "Sources/Views/PaddingLabel/*.swift"
114         },
115         {
116           "name": "DynamicCollectionCell",
117           "source_files": "Sources/Views/DynamicCollectionCell/*.swift"
118         }
119       ]
120     },
121     {
122       "name": "Networking",
123       "dependencies": {
124         "Alamofire": [
125           "5.4.0"
126         ],
127         "PovioKit/Utilities/PromiseKit": [
129         ],
130         "PovioKit/Utilities/Logger": [
132         ]
133       },
134       "subspecs": [
135         {
136           "name": "AlamofireNetworkClient",
137           "source_files": "Sources/Networking/AlamofireNetworkClient/**/*.swift"
138         }
139       ]
140     }
141   ],
142   "swift_version": "5.0"