[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 3 / e / GKViper / 0.4.2 / GKViper.podspec.json
blob9505730f5ead905ad1dece46487fe89d3696008f
2   "name": "GKViper",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "Basic classes to work with VIPER arch",
7   "requires_arc": true,
8   "version": "0.4.2",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Opekishev Kirill": "grumpykir@gmail.com"
15   },
16   "homepage": "https://github.com/GrumpyKir/GKViper",
17   "source": {
18     "git": "https://github.com/GrumpyKir/GKViper.git",
19     "tag": "0.4.2"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "GKExtensions": [
24       "~> 1.0.0"
25     ],
26     "GKNetwork": [
27       "~> 0.5.2"
28     ]
29   },
30   "source_files": "GKViper/SourceData/*.swift",
31   "swift_version": "4.2"