[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / 5 / FGChatUI / 1.0.7 / FGChatUI.podspec.json
blob859fef21f14eb509d12d97dbc245f553cf64e596
2   "name": "FGChatUI",
3   "version": "1.0.7",
4   "summary": "飞鸽传书聊天UI",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/huangchangweng/fgchat-ui",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangchangweng": "599139419@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/huangchangweng/fgchat-ui.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FGChatUI/Classes/FGChat/FGChatUI.h",
22   "resources": "FGChatUI/Assets/*",
23   "static_framework": true,
24   "xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "subspecs": [
28     {
29       "name": "FGChat",
30       "source_files": "FGChatUI/Classes/FGChat/**/*",
31       "dependencies": {
32         "SDWebImage": [
33           "~> 5.13.0"
34         ],
35         "YYCache": [
36           "~> 1.0.4"
37         ],
38         "AFNetworking": [
39           "~> 4.0.1"
40         ],
41         "FGChatUI/FGKeyboard": [
43         ]
44       },
45       "vendored_libraries": "FGChatUI/Classes/FGChat/Utils/libmp3lame.a"
46     },
47     {
48       "name": "FGKeyboard",
49       "source_files": "FGChatUI/Classes/FGKeyboard/*.{h,m}"
50     }
51   ]