blob: 97e45ae237c9e212a67bde72ca3507bdabe25563 [file] [log] [blame]
{
"name": "KalturaNetKit",
"version": "1.0.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.0.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "NetKit/Classes/Core/**/*",
"dependencies": {
"SwiftyJSON": [
]
}
},
{
"name": "Services",
"source_files": "NetKit/Classes/Services/**/*",
"dependencies": {
"KalturaNetKit/Core": [
]
}
}
]
}