[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / f / VNBase / 0.4.62 / VNBase.podspec.json
blob26c260a9dd6800e1ac8bb39e1216d7c4c3bbb4bd
2   "name": "VNBase",
3   "version": "0.4.62",
4   "summary": "Simple MVVM helper",
5   "swift_versions": "5.0",
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.4.62"
18   },
19   "social_media_url": "https://twitter.com/teanet",
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "5.0"
23   },
24   "ios": {
25     "source_files": "VNBase/Classes/**/*",
26     "frameworks": "UIKit",
27     "dependencies": {
28       "SnapKit": [
30       ]
31     }
32   },
33   "watchos": {
34     "source_files": "VNBase/Classes/Watch/**/*"
35   },
36   "swift_version": "5.0"