[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / 3 / FMJishitongxunLib / 0.1.0 / FMJishitongxunLib.podspec.json
blobe7175c83ecf32646f69ea5e053a06a0cae6e20ae
2   "name": "FMJishitongxunLib",
3   "version": "0.1.0",
4   "summary": "即时通讯工具类",
5   "description": "为解决即时通讯老是报错问题,把即时通讯单独摘出来",
6   "homepage": "https://sdxiaoxuesheng.icu/git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoxie": "1261128302@qq.com"
13   },
14   "source": {
15     "git": "https://sdxiaoxuesheng.icu/git/yusanaaa/FMJishitongxunLib.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FMJishitongxunLib/Classes/**/*",
22   "exclude_files": "**/FMJishitongxunLib/Classes/MrcTool/**/*",
23   "public_header_files": [
24     "**/FMJishitongxunLib/Classes/Section/**/*.{h}",
25     "**/FMJishitongxunLib/Classes/Util/**/*.{h}",
26     "**/FMJishitongxunLib/Classes/Global/**/*.{h}",
27     "**/FMJishitongxunLib/Classes/TUIKit.h",
28     "**/FMJishitongxunLib/Classes/MrcTool/**/*.{h}"
29   ],
30   "private_header_files": [
31     "**/FMJishitongxunLib/Classes/third/**/*.{h,hpp}"
32   ],
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "resources": [
40     "**/FMJishitongxunLib/Assets/TUIKitFace.bundle",
41     "**/FMJishitongxunLib/Assets/TUIKitResource.bundle"
42   ],
43   "requires_arc": true,
44   "dependencies": {
45     "MMLayout": [
46       "~> 0.2.0"
47     ],
48     "SDWebImage": [
49       "~> 5.9.0"
50     ],
51     "ReactiveObjC": [
52       "~> 3.1.1"
53     ],
54     "Toast": [
55       "~> 4.0.0"
56     ],
57     "TXIMSDK_iOS": [
58       "~> 4.7.10"
59     ],
60     "MJExtension": [
61       "~> 3.2.1"
62     ],
63     "ISVImageScrollView": [
64       "~> 0.2.0"
65     ]
66   },
67   "vendored_libraries": [
68     "**/FMJishitongxunLib/Classes/third/voiceConvert/opencore-amrnb/libopencore-amrnb.a",
69     "**/FMJishitongxunLib/Classes/third/voiceConvert/opencore-amrwb/libopencore-amrwb.a"
70   ],
71   "subspecs": [
72     {
73       "name": "MrcTool",
74       "requires_arc": false,
75       "source_files": "**/FMJishitongxunLib/Classes/MrcTool/**/*"
76     },
77     {
78       "name": "Third",
79       "source_files": "**/FMJishitongxunLib/Classes/third/**/*.{h,m,hpp,cpp,c}",
80       "private_header_files": [
81         "**/FMJishitongxunLib/Classes/third/**/*.{h,m,hpp,cpp,c}"
82       ],
83       "libraries": "c++"
84     }
85   ]