| { |
| "name": "iRTC", |
| "version": "0.0.12", |
| "summary": "italki webRTC SDK", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://xgit.italki.com/classroomx/irtc_ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tim.yan": "tim.yan@italki.com" |
| }, |
| "source": { |
| "git": "http://xgit.italki.com/classroomx/irtc_ios.git", |
| "tag": "0.0.12" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "iRTC/Classes/**/*", |
| "vendored_frameworks": "libs/*.framework", |
| "swift_versions": "5.0", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "Starscream": [ |
| "~> 4.0.3" |
| ], |
| "HandyJSON": [ |
| "~> 5.0.1" |
| ], |
| "SwiftyJSON": [ |
| "~> 4.0" |
| ], |
| "SnapKit": [ |
| "~> 5.0.1" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |