blob: 978730e16c9afc325aac7af1b7aa351ac93d13d5 [file] [log] [blame]
{
"name": "VialerSIPLib-KC",
"version": "4.0",
"summary": "Vialer SIP Library for iOS",
"description": "Objective-C wrapper around PJSIP.",
"homepage": "https://github.com/VoIPGRID/VialerSIPLib",
"license": "GNU GPL v3",
"authors": {
"Devhouse Spindle": "vialersiplib@wearespindle.com"
},
"source": {
"git": "https://github.com/c-Viorel/VialerSIPLib.git",
"tag": "4.0"
},
"social_media_url": "https://twitter.com/wearespindle",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"resource_bundles": {
"VialerSIPLib": "Pod/Resources/*.wav"
},
"dependencies": {
"Vialer-pjsip-iOS-KC": [
],
"CocoaLumberjack": [
],
"Reachability": [
]
}
}