blob: 39e513e8cd2b4b6caef53f5483b3d340d3b8cb5c [file] [log] [blame]
{
"name": "RSImageLoader",
"version": "0.1.0",
"summary": "Library for downloading images. Contains categories for views.",
"description": " Library for downloading images. Contains categories for views.\n For examples see [Example Project](https://github.com/RishatShamsutdinov/RSImageLoader/tree/master/RSImageLoaderExample).\n",
"homepage": "https://github.com/RishatShamsutdinov/RSImageLoader",
"license": "Apache License, Version 2.0",
"authors": {
"Rishat Shamsutdinov": "dichat.dark@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/RishatShamsutdinov/RSImageLoader.git",
"tag": "v0.1.0"
},
"source_files": [
"RSImageLoader",
"RSImageLoader/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"ImageIO"
],
"requires_arc": true
}