[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / f / 4 / EasySip / 0.0.3 / EasySip.podspec.json
blob21f01b9ba29e7a713a8a591c4416d80c517b80d5
2   "name": "EasySip",
3   "version": "0.0.3",
4   "summary": "简单集成linphone",
5   "description": "帮助开发者简单集成最新版本linphone,完成sip客户端开发。",
6   "homepage": "https://github.com/WellerZhao/EasySip.git",
7   "license": "MIT",
8   "authors": {
9     "Weller Zhao": "weilezhao@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/WellerZhao/EasySip.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "EasySip/*.{h,m}",
20     "EasySip/liblinphone/*.{h,m}"
21   ],
22   "public_header_files": "EasySip/*.h",
23   "xcconfig": {
24     "VALID_ARCHS": "arm64 x86_64"
25   },
26   "dependencies": {
27     "liblinphone": [
28       "~> 3.99.7"
29     ]
30   }