[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 5 / b / PovioKit / 0.2.0 / PovioKit.podspec.json
blobc1e545833e43932855fcba5c99a006a99bfc4df5
2   "name": "PovioKit",
3   "version": "0.2.0",
4   "summary": "Modular cocoapods libraries collection.",
5   "swift_version": "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.2.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "PovioKit/Classes/**/*.swift",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "Utilities",
30       "source_files": "PovioKit/Classes/Utilities/**/*.swift",
31       "subspecs": [
32         {
33           "name": "AttributedStringBuilder",
34           "source_files": "PovioKit/Classes/Utilities/AttributedStringBuilder/*.swift"
35         },
36         {
37           "name": "StartupService",
38           "source_files": "PovioKit/Classes/Utilities/StartupService/*.swift"
39         },
40         {
41           "name": "Broadcast",
42           "source_files": "PovioKit/Classes/Utilities/Broadcast/*.swift"
43         },
44         {
45           "name": "Logger",
46           "source_files": "PovioKit/Classes/Utilities/Logger/**/*"
47         },
48         {
49           "name": "DispatchTimer",
50           "source_files": "PovioKit/Classes/Utilities/DispatchTimer/**/*"
51         },
52         {
53           "name": "Throttler",
54           "source_files": "PovioKit/Classes/Utilities/Throttler/**/*"
55         }
56       ]
57     },
58     {
59       "name": "Extensions",
60       "source_files": "PovioKit/Classes/Extensions/**/*.swift",
61       "subspecs": [
62         {
63           "name": "UIKit",
64           "source_files": "PovioKit/Classes/Extensions/UIKit/*.swift"
65         },
66         {
67           "name": "Foundation",
68           "source_files": "PovioKit/Classes/Extensions/Foundation/*.swift"
69         }
70       ]
71     },
72     {
73       "name": "Views",
74       "source_files": "PovioKit/Classes/Views/**/*",
75       "subspecs": [
76         {
77           "name": "GradientView",
78           "source_files": "PovioKit/Classes/Views/GradientView/**/*"
79         }
80       ]
81     }
82   ]