[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / f / VNBase / 0.2.2 / VNBase.podspec.json
blob7be943c07a842db634a7bada716c30cc94123a11
2   "name": "VNBase",
3   "version": "0.2.2",
4   "summary": "Simple MVVM helper",
5   "swift_version": "4.2",
6   "description": "TODO: I should add some description later =)",
7   "homepage": "https://github.com/teanet/VNBase",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "teanet": "tea.net@me.com"
14   },
15   "source": {
16     "git": "https://github.com/teanet/VNBase.git",
17     "tag": "0.2.2"
18   },
19   "social_media_url": "https://twitter.com/teanet",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "VNBase/Classes/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "TLIndexPathTools": [
27       "~> 0.4.4"
28     ],
29     "SnapKit": [
30       "~> 4.0.1"
31     ]
32   }