[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / 9 / QLFaceSDK / 0.1.0 / QLFaceSDK.podspec.json
blob3a41e332035e1102db9bef6566c129804104bb79
2   "name": "QLFaceSDK",
3   "version": "0.1.0",
4   "summary": "A short description of QLFaceSDK.",
5   "description": "对接第三方美颜的SDK",
6   "homepage": "https://github.com/Sea/QLFaceSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sea": "771145867@qq.com"
13   },
14   "source": {
15     "git": "http://gitlab.91banban.com/SeaDragon/qlfacesdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "QLFUBaseSDK": [
23       "~> 0.1.0"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "XXSDK",
29       "source_files": "QLFaceSDK/Classes/FaceU/**/*.{h,m}",
30       "dependencies": {
31         "Nama-lite": [
32           "~>6.4.0"
33         ]
34       }
35     },
36     {
37       "name": "TouTSDK",
38       "source_files": "QLFaceSDK/Classes/TouTiao/**/*.{h,m}"
39     }
40   ]