blob: dffe1f2f4b482f036845497f0a60657568f29cfb [file] [log] [blame]
{
"name": "Nuke",
"version": "1.4.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": "1.4.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Nuke/Source/Core/**/*",
"ios": {
"source_files": "Nuke/Source/UI/**/*"
},
"tvos": {
"source_files": "Nuke/Source/UI/**/*"
},
"osx": {
"source_files": "Nuke/Source/UI/{ImageLoadingView,ImageLoadingViewExtensions,ImageViewLoadingController}.swift"
}
}