blob: ce1578dc1a6b08402913f7432e48a38cb8475769 [file] [log] [blame]
{
"name": "DKAsyncImageView",
"version": "1.0.1",
"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.1"
},
"platforms": {
"osx": "10.9"
},
"source_files": "DKAsyncImageView.swift",
"requires_arc": true
}