[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / f / KalturaNetKit / 1.6.1 / KalturaNetKit.podspec.json
blobec327f5b0f6555b6d2bdd2aa25af781e6866e3e1
2   "name": "KalturaNetKit",
3   "version": "1.6.1",
4   "summary": "NetKit: Kaltura Mobile Client Network SDK",
5   "homepage": "https://github.com/kaltura/netkit-ios",
6   "license": {
7     "type": "AGPLv3",
8     "text": "AGPLv3"
9   },
10   "authors": {
11     "Kaltura": "community@kaltura.com"
12   },
13   "source": {
14     "git": "https://github.com/kaltura/netkit-ios.git",
15     "tag": "v1.6.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "NetKit/Classes/Core/**/*",
27       "dependencies": {
28         "SwiftyJSON": [
29           "5.0.0"
30         ]
31       }
32     },
33     {
34       "name": "Services",
35       "source_files": "NetKit/Classes/Services/**/*",
36       "dependencies": {
37         "KalturaNetKit/Core": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"