blob: bdd2e73ad564c90dc022ec9fcd619eefcdfdf3ea [file] [log] [blame]
{
"name": "PrettyExtensionsKit",
"version": "0.1.8",
"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": "nab0y4enko@gmail.com"
},
"social_media_url": "https://twitter.com/nab0y4enko",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nab0y4enko/PrettyExtensionsKit.git",
"tag": "0.1.8"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}