blob: 02af215fed0ba1fd764538414347861b31b1c9d0 [file] [log] [blame]
{
"name": "Nuke",
"version": "0.5.1",
"summary": "Advanced Swift framework for loading and caching images",
"homepage": "https://github.com/kean/Nuke",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"source": {
"git": "https://github.com/kean/Nuke.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Nuke/Source/Core/**/*",
"ios": {
"source_files": "Nuke/Source/UI/**/*"
}
}