[Add] DouyinSDKTemplate 0.0.1
[CocoaPods.git] / Specs / 2 / 5 / d / ProRTCTest / 0.1.0 / ProRTCTest.podspec.json
blob570d8e61a57911dc881d22973e0f0b6673b3f38a
2   "name": "ProRTCTest",
3   "version": "0.1.0",
4   "summary": "A delightful iOS WebRTC framework.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/utkarshs07/ProRTCTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Utkarsh Singh": "utkarshs@neuronsolutions.com"
13   },
14   "source": {
15     "git": "https://github.com/utkarshs07/ProRTCTest.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "ProRTCTest/ProRTC.framework/Versions/A/Headers/**/*.h",
23   "public_header_files": "ProRTCTest/ProRTC.framework/Versions/A/Headers/**/*.h",
24   "ios": {
25     "vendored_frameworks": "ProRTCTest/ProRTC.framework"
26   }