[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / f / KalturaNetKit / 1.1.0 / KalturaNetKit.podspec.json
blob65b1d990469b7cab9ae66314f3f7b4f000b7e65f
2   "name": "KalturaNetKit",
3   "version": "1.1.0",
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.1.0"
16   },
17   "swift_versions": "4.2",
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           "3.1.4"
30         ]
31       }
32     },
33     {
34       "name": "Services",
35       "source_files": "NetKit/Classes/Services/**/*",
36       "dependencies": {
37         "KalturaNetKit/Core": [
39         ]
40       }
41     }
42   ]