blob: c60d1ea1a3e2792252658e15adaf34a3299aaba2 [file] [log] [blame]
{
"name": "PrettyExtensionsKit",
"module_name": "PrettyExtensionsKit",
"version": "0.4.1",
"summary": "A pretty set of extensions for Swift.",
"homepage": "https://github.com/nab0y4enko/PrettyExtensionsKit",
"license": "MIT",
"authors": {
"Oleksii Naboichenko": "oleksii.naboichenko@gmail.com"
},
"social_media_url": "https://twitter.com/nab0y4enko",
"source": {
"git": "https://github.com/nab0y4enko/PrettyExtensionsKit.git",
"tag": "0.4.1"
},
"swift_versions": [
"5.0",
"5.1"
],
"frameworks": [
"Foundation",
"CoreLocation"
],
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
],
"source_files": [
"Sources/SwiftCore/*",
"Sources/Foundation/*",
"Sources/CoreLocation/*",
"Sources/QuartzCore/*",
"Sources/UIKit/*"
]
},
"osx": {
"source_files": [
"Sources/SwiftCore/*",
"Sources/Foundation/*",
"Sources/CoreLocation/*"
]
},
"swift_version": "5.1"
}