[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / 5 / 9 / a / FSMeetingKit / 0.1.1 / FSMeetingKit.podspec.json
blob47d18d626a059beca1b7233ec0c93d1696481f58
2   "name": "FSMeetingKit",
3   "version": "0.1.1",
4   "summary": "FSMeeting SDK封装.",
5   "description": "FSMeeting SDK封装",
6   "homepage": "https://github.com/MQL9011/FSMeeting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mccree": "301063915@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MQL9011/FSMeeting.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FSMeetingKit/Classes/*.{h,m}",
22   "resources": "FSMeetingKit/Assets/*.{bundle}",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "arm64"
25   },
26   "static_framework": true,
27   "xcconfig": {
28     "ENABLE_BITCODE": "NO",
29     "OTHER_LDFLAGS": "-ObjC",
30     "VALID_ARCHS": "arm64"
31   },
32   "dependencies": {
33     "Masonry": [
35     ],
36     "ReactiveObjC": [
38     ],
39     "MJRefresh": [
41     ],
42     "JLRoutes": [
44     ],
45     "AFNetworking": [
47     ]
48   }