blob: 813297699444fd501ca1c4f09bcf07d3f482c7e5 [file] [log] [blame]
{
"name": "Nuke-Alamofire-Plugin",
"version": "1.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": "1.0"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"module_name": "NukeAlamofirePlugin",
"dependencies": {
"Nuke": [
"~> 4.0"
],
"Alamofire": [
"~> 4.0"
]
},
"source_files": "Source/**/*"
}