blob: b29bb5f4326b83edacafcde2d1e2678e32378234 [file] [log] [blame]
{
"name": "JBSoundRouter",
"version": "1.0.2",
"summary": "Simple class for routing sounds to speaker / phone speaker. Made because to solve webRTC routing problems.",
"homepage": "https://github.com/josipbernat/JBSoundRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "http://twitter.com/josipbernat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josipbernat/JBSoundRouter.git",
"tag": "v1.0.2"
},
"source_files": "JBSoundRouter/JBSoundRouter/**/*.{h,m,swift}",
"requires_arc": true
}