[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / e / TXVideoCallHelper / 1.0.1 / TXVideoCallHelper.podspec.json
blob26c59450b68870a135b3f9bcfa2a3d4c29442312
2   "name": "TXVideoCallHelper",
3   "version": "1.0.1",
4   "summary": "It is a TXVideoCallHelper used on iOS, which implement by Objective-C",
5   "description": "It is a TXVideoCallHelper used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/TXVideoCallHelper",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/TXVideoCallHelper.git",
13     "tag": "1.0.1",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "image",
27       "resources": "TXVideoCallHelper/image/*.png"
28     },
29     {
30       "name": "subView",
31       "resources": "TXVideoCallHelper/subView/*.xib",
32       "source_files": "TXVideoCallHelper/subView/*.{h,m}",
33       "public_header_files": "TXVideoCallHelper/subView/*.h"
34     },
35     {
36       "name": "view",
37       "resources": "TXVideoCallHelper/view/*.xib",
38       "source_files": "TXVideoCallHelper/view/*.{h,m}",
39       "public_header_files": "TXVideoCallHelper/view/*.h",
40       "dependencies": {
41         "TXVideoCallHelper/subView": [
43         ],
44         "SDWebImage": [
46         ],
47         "TXLiteAVSDK_Professional": [
48           "8.1.9721"
49         ],
50         "Categorys": [
51           "~> 1.0"
52         ]
53       }
54     }
55   ]