[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 6 / d / PrettyExtensionsKit / 0.4.1 / PrettyExtensionsKit.podspec.json
blobc60d1ea1a3e2792252658e15adaf34a3299aaba2
2   "name": "PrettyExtensionsKit",
3   "module_name": "PrettyExtensionsKit",
4   "version": "0.4.1",
5   "summary": "A pretty set of extensions for Swift.",
6   "homepage": "https://github.com/nab0y4enko/PrettyExtensionsKit",
7   "license": "MIT",
8   "authors": {
9     "Oleksii Naboichenko": "oleksii.naboichenko@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/nab0y4enko",
12   "source": {
13     "git": "https://github.com/nab0y4enko/PrettyExtensionsKit.git",
14     "tag": "0.4.1"
15   },
16   "swift_versions": [
17     "5.0",
18     "5.1"
19   ],
20   "frameworks": [
21     "Foundation",
22     "CoreLocation"
23   ],
24   "platforms": {
25     "ios": "10.0",
26     "osx": "10.14"
27   },
28   "ios": {
29     "frameworks": [
30       "UIKit",
31       "QuartzCore"
32     ],
33     "source_files": [
34       "Sources/SwiftCore/*",
35       "Sources/Foundation/*",
36       "Sources/CoreLocation/*",
37       "Sources/QuartzCore/*",
38       "Sources/UIKit/*"
39     ]
40   },
41   "osx": {
42     "source_files": [
43       "Sources/SwiftCore/*",
44       "Sources/Foundation/*",
45       "Sources/CoreLocation/*"
46     ]
47   },
48   "swift_version": "5.1"