blob: 6878083ef5d9877145fe959087aa49c8821a495e [file] [log] [blame]
{
"name": "AsyncImageDownloader",
"version": "1.0.0",
"summary": "Very simple asynchronous image downloader for iOS and Mac OS.",
"description": " A simple, lightweight asynchronous image downloader for iOS and Mac OS X.\n",
"homepage": "http://kylewbanks.com/post/show/iOS-Async-Image-Downloader",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Kyle Banks": "kyle@kwbanks.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/KyleBanks/AsyncImageDownloader.git",
"tag": "1.0.0"
},
"source_files": "iOS",
"requires_arc": true
}