blob: 31687fa030ebec6e5bd7724b01dd668a86222527 [file] [log] [blame]
{
"name": "Nuke",
"version": "3.2",
"summary": "Advanced Swift framework for loading, processing and caching images",
"description": "Advanced pure Swift framework for loading, caching, processing, displaying and preheating images.\n\nHas full featured UI extensions, support for image filters, optional Alamofire and FLAnimatedImage plugins and [more](https://github.com/kean/Nuke).",
"homepage": "https://github.com/kean/Nuke",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"social_media_url": "shttps://twitter.com/a_grebenyuk",
"source": {
"git": "https://github.com/kean/Nuke.git",
"tag": "3.2"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"watchos": {
"exclude_files": "Sources/ImageLoadingView.swift"
}
}