blob: b682a500d2fefa708ffd4b0fff29683371754f0a [file] [log] [blame]
{
"name": "PrettyExtensionsKit",
"module_name": "PrettyExtensionsKit",
"version": "0.4.0",
"summary": "A pretty set of extensions for Swift.",
"description": "A pretty set of extensions, which I use when developing applications based on 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.0"
},
"frameworks": "Foundation",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"default_subspecs": [
"SwiftCore",
"Foundation",
"QuartzCore",
"UIKit",
"CoreLocation"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "SwiftCore",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/SwiftCore/*"
},
{
"name": "Foundation",
"source_files": "Sources/Foundation/*"
},
{
"name": "QuartzCore",
"ios": {
"frameworks": "QuartzCore"
},
"source_files": "Sources/QuartzCore/*"
},
{
"name": "UIKit",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/UIKit/*",
"dependencies": {
"PrettyExtensionsKit/SwiftCore": [
]
}
},
{
"name": "CoreLocation",
"ios": {
"frameworks": "CoreLocation"
},
"source_files": "Sources/CoreLocation/*",
"dependencies": {
"PrettyExtensionsKit/SwiftCore": [
]
}
}
]
}