blob: 1001ff5ad05b1fa5982164e4b2bdadc2e7836fa6 [file] [log] [blame]
{
"name": "Nuke-Alamofire-Plugin",
"version": "5.0.0",
"summary": "Alamofire plugin for Nuke - image loading and caching framework",
"homepage": "https://github.com/kean/Nuke-Alamofire-Plugin",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"source": {
"git": "https://github.com/kean/Nuke-Alamofire-Plugin.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "11.0",
"watchos": "4.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "NukeAlamofirePlugin",
"dependencies": {
"Nuke": [
"~> 9.0"
],
"Alamofire": [
"~> 5.0"
]
},
"source_files": "Source/**/*"
}