[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / f / BoomMeeting / 1.0.0.3 / BoomMeeting.podspec.json
blobe6f93fae3271f029c071e5ee118aefecafd74c7b
2   "name": "BoomMeeting",
3   "version": "1.0.0.3",
4   "summary": "BoomMeeting SDK.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "zhaozhidan": "mybadge@163.com"
11   },
12   "homepage": "https://github.com/lutaohua/BoomMeeting",
13   "description": "BoomMeeting to create a meeting",
14   "frameworks": [
15     "UIKit",
16     "Foundation",
17     "CoreFoundation",
18     "UserNotifications",
19     "CoreGraphics",
20     "ReplayKit"
21   ],
22   "libraries": [
23     "c",
24     "sqlite3",
25     "stdc++",
26     "resolv",
27     "sqlite3.0",
28     "xml2",
29     "z",
30     "z.1.2.5"
31   ],
32   "xcconfig": {
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
34     "ENABLE_BITCODE": "NO",
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PODSPEC_NAME=#{s.name} PODSPEC_VERSION=#{s.version}",
36     "OTHER_LDFLAGS": "-framework BoomCore"
37   },
38   "source": {
39     "git": "https://github.com/lutaohua/BoomMeeting.git",
40     "tag": "1.0.0.3"
41   },
42   "dependencies": {
43     "MJRefresh": [
44       "~> 3.5.0"
45     ],
46     "BoomCore": [
47       "1.0.1.1"
48     ]
49   },
50   "platforms": {
51     "ios": "10.0"
52   },
53   "ios": {
54     "vendored_frameworks": "ios/BoomMeeting.framework"
55   }