[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 6 / d / PrettyExtensionsKit / 0.2.1.2 / PrettyExtensionsKit.podspec.json
blob42eb295bcae14a323a83ec9c62b4d2f67d784ac7
2   "name": "PrettyExtensionsKit",
3   "module_name": "PrettyExtensionsKit",
4   "version": "0.2.1.2",
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": "nab0y4enko@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/nab0y4enko",
13   "source": {
14     "git": "https://github.com/nab0y4enko/PrettyExtensionsKit.git",
15     "tag": "0.2.1.2"
16   },
17   "frameworks": "Foundation",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "default_subspecs": [
25     "SwiftCore",
26     "Foundation",
27     "CoreGraphics",
28     "QuartzCore",
29     "UIKit"
30   ],
31   "pushed_with_swift_version": "4.0",
32   "subspecs": [
33     {
34       "name": "SwiftCore",
35       "ios": {
36         "frameworks": "UIKit"
37       },
38       "source_files": "Sources/SwiftCore/*"
39     },
40     {
41       "name": "Foundation",
42       "ios": {
43         "frameworks": "Foundation"
44       },
45       "source_files": "Sources/Foundation/*"
46     },
47     {
48       "name": "CoreGraphics",
49       "ios": {
50         "frameworks": "CoreGraphics"
51       },
52       "source_files": "Sources/CoreGraphics/*",
53       "dependencies": {
54         "PrettyExtensionsKit/SwiftCore": [
56         ]
57       }
58     },
59     {
60       "name": "QuartzCore",
61       "ios": {
62         "frameworks": "QuartzCore"
63       },
64       "source_files": "Sources/QuartzCore/*"
65     },
66     {
67       "name": "UIKit",
68       "ios": {
69         "frameworks": "UIKit"
70       },
71       "source_files": "Sources/UIKit/*",
72       "dependencies": {
73         "PrettyExtensionsKit/SwiftCore": [
75         ],
76         "PrettyExtensionsKit/CoreGraphics": [
78         ]
79       }
80     }
81   ]