| { |
| "name": "VialerSIPLib", |
| "version": "3.7.1", |
| "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": "opensource@wearespindle.com" |
| }, |
| "source": { |
| "git": "https://github.com/VoIPGRID/VialerSIPLib.git", |
| "tag": "3.7.1" |
| }, |
| "social_media_url": "https://twitter.com/wearespindle", |
| "platforms": { |
| "ios": "10.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": [ |
| |
| ], |
| "CocoaLumberjack": [ |
| |
| ], |
| "Reachability": [ |
| |
| ] |
| } |
| } |