[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / b / ImageViewModel / 0.0.2 / ImageViewModel.podspec.json
blob373ec54dbadd61acd475550382afaa05061f74b0
2   "name": "ImageViewModel",
3   "version": "0.0.2",
4   "summary": "RAC-based lightweight ViewModel to handle images via given URL.",
5   "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",
6   "homepage": "https://github.com/gavrix/ImageViewModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Gavrilyuk": "sergey.gavrilyuk@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/octogavrix",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": "Foundation",
19   "source": {
20     "git": "https://github.com/gavrix/ImageViewModel.git",
21     "tag": "0.0.2"
22   },
23   "source_files": "ImageViewModel/**/*.swift",
24   "dependencies": {
25     "Result": [
26       "~> 2.0"
27     ],
28     "ReactiveCocoa": [
29       "~> 4.1"
30     ]
31   }