[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / e / f / KalturaNetKit / 0.0.17 / KalturaNetKit.podspec.json
blob7b511931dfa7e9791adbc88a9e43229031b4bb34
2   "name": "KalturaNetKit",
3   "version": "0.0.17",
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": "v0.0.17"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "NetKit/Classes/Core/**/*",
27       "dependencies": {
28         "SwiftyJSON": [
30         ]
31       }
32     },
33     {
34       "name": "Services",
35       "source_files": "NetKit/Classes/Services/**/*",
36       "dependencies": {
37         "KalturaNetKit/Core": [
39         ]
40       }
41     }
42   ]