[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 5 / MEDNet / 0.1.2 / MEDNet.podspec.json
blobcb81393109cd8a4a78addc4c76809dba41bef547
2   "name": "MEDNet",
3   "version": "0.1.2",
4   "summary": "拓麦这区的网络请求",
5   "description": "拓麦社区的网络请求,基于XSNetwork",
6   "homepage": "https://git.edoctor.cn/apps/mednet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shun": "truma.xiang@edoctor.cn"
13   },
14   "source": {
15     "git": "https://git.edoctor.cn/apps/mednet.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MEDNet/Classes/**/*",
22   "dependencies": {
23     "XSNetwork": [
24       "~> 0.2.13"
25     ],
26     "JSONModel": [
27       "~> 1.7.0"
28     ]
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }