blob: d27a041c99e067e39a66e55999f41082cc5e63f6 [file] [log] [blame]
{
"name": "XLRemoteImageView",
"version": "1.0.0",
"license": "MIT",
"summary": "UIImageView categories that show a progress indicator while the image is being downloaded.",
"description": " It uses the same NSCache and NSOperation objects used in UIImageView+AFNetworking category. \n It looks like Instagram loading indicator.\n",
"homepage": "https://github.com/xmartlabs/XLRemoteImageView",
"authors": {
"Martin Barreto": "martin@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLRemoteImageView.git",
"tag": "v1.0.0"
},
"source_files": "XLRemoteImageView/XLRemoteImageView/XL/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
]
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}