blob: bbc8d8e86ccdc31e4250cf8390e6e860887b5213 [file] [log] [blame]
{
"name": "M13AsynchronousImageView",
"version": "1.0.0",
"summary": "An UIImageView category that loads images asynchronously.",
"description": " M13AsynchronousImageView is a category extension of UIImageView that loads images asynchronously. Just pass the URL of the image, local or external, and the UIImageView will take care of loading the image in the background. This is perfect for UITableViews and UICollectionViews, as it doesn't block the main thread with image loading, so the main interface is still responsive.\n",
"homepage": "https://github.com/Marxon13/M13AsynchronousImageView",
"license": {
"type": "MIT",
"text": " Copyright (c) 2014 Brandon McQuilkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n"
},
"authors": {
"Brandon McQuilkin": "marxon13@yahoo.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Marxon13/M13AsynchronousImageView.git",
"tag": "v1.0.0"
},
"source_files": "Classes/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}