blob: 7368189edcd6a7bd5ed4e225ad3de59208b2aa32 [file] [log] [blame]
{
"name": "Nuke-Alamofire-Plugin",
"version": "4.2",
"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": "4.2"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"osx": "10.12",
"tvos": "10.0"
},
"module_name": "NukeAlamofirePlugin",
"dependencies": {
"Nuke": [
"~> 7.0"
],
"Alamofire": [
"~> 4.0"
]
},
"source_files": "Source/**/*"
}