blob: 65b1d990469b7cab9ae66314f3f7b4f000b7e65f [file] [log] [blame]
{
"name": "KalturaNetKit",
"version": "1.1.0",
"summary": "NetKit: Kaltura Mobile Client Network SDK",
"homepage": "https://github.com/kaltura/netkit-ios",
"license": {
"type": "AGPLv3",
"text": "AGPLv3"
},
"authors": {
"Kaltura": "community@kaltura.com"
},
"source": {
"git": "https://github.com/kaltura/netkit-ios.git",
"tag": "v1.1.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "NetKit/Classes/Core/**/*",
"dependencies": {
"SwiftyJSON": [
"3.1.4"
]
}
},
{
"name": "Services",
"source_files": "NetKit/Classes/Services/**/*",
"dependencies": {
"KalturaNetKit/Core": [
]
}
}
]
}