blob: 8be508c2f25df0b4174463a15667c65bcb72dd12 [file] [log] [blame]
{
"name": "KalturaNetKit",
"version": "1.2.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.2.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "NetKit/Classes/Core/**/*",
"dependencies": {
"SwiftyJSON": [
"4.3.0"
]
}
},
{
"name": "Services",
"source_files": "NetKit/Classes/Services/**/*",
"dependencies": {
"KalturaNetKit/Core": [
]
}
}
]
}