[Add] mParticle-Google-Analytics-Firebase-GA4 8.8.0
[CocoaPods.git] / Specs / e / 6 / d / PrettyExtensionsKit / 0.4.0 / PrettyExtensionsKit.podspec.json
blobb682a500d2fefa708ffd4b0fff29683371754f0a
2   "name": "PrettyExtensionsKit",
3   "module_name": "PrettyExtensionsKit",
4   "version": "0.4.0",
5   "summary": "A pretty set of extensions for Swift.",
6   "description": "A pretty set of extensions, which I use when developing applications based on Swift.",
7   "homepage": "https://github.com/nab0y4enko/PrettyExtensionsKit",
8   "license": "MIT",
9   "authors": {
10     "Oleksii Naboichenko": "oleksii.naboichenko@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/nab0y4enko",
13   "source": {
14     "git": "https://github.com/nab0y4enko/PrettyExtensionsKit.git",
15     "tag": "0.4.0"
16   },
17   "frameworks": "Foundation",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0",
25     "5.0"
26   ],
27   "default_subspecs": [
28     "SwiftCore",
29     "Foundation",
30     "QuartzCore",
31     "UIKit",
32     "CoreLocation"
33   ],
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "SwiftCore",
38       "ios": {
39         "frameworks": "UIKit"
40       },
41       "source_files": "Sources/SwiftCore/*"
42     },
43     {
44       "name": "Foundation",
45       "source_files": "Sources/Foundation/*"
46     },
47     {
48       "name": "QuartzCore",
49       "ios": {
50         "frameworks": "QuartzCore"
51       },
52       "source_files": "Sources/QuartzCore/*"
53     },
54     {
55       "name": "UIKit",
56       "ios": {
57         "frameworks": "UIKit"
58       },
59       "source_files": "Sources/UIKit/*",
60       "dependencies": {
61         "PrettyExtensionsKit/SwiftCore": [
63         ]
64       }
65     },
66     {
67       "name": "CoreLocation",
68       "ios": {
69         "frameworks": "CoreLocation"
70       },
71       "source_files": "Sources/CoreLocation/*",
72       "dependencies": {
73         "PrettyExtensionsKit/SwiftCore": [
75         ]
76       }
77     }
78   ]