blob: 18076ddc2b8bcaddb815d92d06a0073de18120e7 [file] [log] [blame]
{
"name": "DKAsyncImageView",
"version": "1.0",
"license": "MIT",
"summary": "A Swift subclass of NSImageView for loading remote images asynchronously.",
"homepage": "https://github.com/davecom/DKAsyncImageView",
"social_media_url": "https://twitter.com/davekopec",
"authors": {
"David Kopec": "david@oaksnow.com"
},
"source": {
"git": "https://github.com/davecom/DKAsyncImageView.git",
"tag": "1.0"
},
"platforms": {
"osx": "10.9"
},
"source_files": "DKAsyncImageView.swift",
"requires_arc": true
}