blob: 9483729fad1488b7a6d9e81cc9b0618646022b2a [file] [log] [blame]
{
"name": "Nuke",
"version": "2.2.0",
"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": "https://twitter.com/a_grebenyuk",
"source": {
"git": "https://github.com/kean/Nuke.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Source/Core/**/*",
"ios": {
"source_files": "Source/UI/**/*"
},
"tvos": {
"source_files": "Source/UI/**/*"
},
"osx": {
"source_files": "Source/UI/{ImageLoadingView,ImageLoadingViewExtensions,ImageViewLoadingController}.swift"
}
}