blob: 97a3cd4719dfefee799351ef7969b127acbf2951 [file] [log] [blame]
{
"name": "KalturaNetKit",
"version": "0.0.13",
"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": "v0.0.13"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "NetKit/Classes/Core/**/*",
"dependencies": {
"SwiftyJSON": [
]
}
},
{
"name": "Services",
"source_files": "NetKit/Classes/Services/**/*",
"dependencies": {
"KalturaNetKit/Core": [
]
}
}
]
}