| { |
| "name": "TelnyxRTC", |
| "version": "0.0.2", |
| "summary": "Enable Telnyx real-time communication services on iOS.", |
| "description": "The Telnyx iOS WebRTC Client SDK provides all the functionality you need to start making voice calls from an iPhone.", |
| "homepage": "https://github.com/team-telnyx/telnyx-webrtc-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Telnyx LLC": "mobile.app.eng.chapter@telnyx.com" |
| }, |
| "source": { |
| "git": "https://github.com/team-telnyx/telnyx-webrtc-ios.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "pod_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", |
| "ENABLE_BITCODE": "NO" |
| }, |
| "user_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "source_files": [ |
| "TelnyxRTC", |
| "TelnyxRTC/**/*.{h,m,swift}" |
| ], |
| "exclude_files": "TelnyxRTC/Exclude", |
| "dependencies": { |
| "Bugsnag": [ |
| "~> 6.9.1" |
| ], |
| "Starscream": [ |
| "~> 4.0.4" |
| ], |
| "GoogleWebRTC": [ |
| "~> 1.1.31999" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |