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