blob: 373ec54dbadd61acd475550382afaa05061f74b0 [file] [log] [blame]
{
"name": "ImageViewModel",
"version": "0.0.2",
"summary": "RAC-based lightweight ViewModel to handle images via given URL.",
"description": "RAC-based ยต-ViewModel for managing images represented as URLs. Simplifies routine tasks of laoding images from the nethwork, caching, resizing, post-processing. Written purely in swift.\nswift 2.2 compatible",
"homepage": "https://github.com/gavrix/ImageViewModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Gavrilyuk": "sergey.gavrilyuk@gmail.com"
},
"social_media_url": "http://twitter.com/octogavrix",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"source": {
"git": "https://github.com/gavrix/ImageViewModel.git",
"tag": "0.0.2"
},
"source_files": "ImageViewModel/**/*.swift",
"dependencies": {
"Result": [
"~> 2.0"
],
"ReactiveCocoa": [
"~> 4.1"
]
}
}