[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / 0 / CWLibs / 0.1.2 / CWLibs.podspec.json
blob46fcb2404d3d92438eb6e9aec9481f46183b7659
2   "name": "CWLibs",
3   "version": "0.1.2",
4   "summary": "CWLibs is supported by research institute",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.cloudwalk.work/iOS_AI/CWLibs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EthanLuo": "luoyanqing@cloudwalk.cn"
13   },
14   "source": {
15     "git": "https://gitlab.cloudwalk.work/iOS_AI/CWLibs.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "c++",
22   "subspecs": [
23     {
24       "name": "Libs",
25       "subspecs": [
26         {
27           "name": "Common",
28           "source_files": "CWLibs/Classes/Libs/Common/**/*"
29         },
30         {
31           "name": "FaceDetect",
32           "source_files": "CWLibs/Classes/Libs/FaceDetect/**/*"
33         },
34         {
35           "name": "CardFront",
36           "source_files": "CWLibs/Classes/Libs/CardFront/**/*"
37         },
38         {
39           "name": "BankCard",
40           "source_files": "CWLibs/Classes/Libs/BankCard/**/*"
41         },
42         {
43           "name": "IDCards",
44           "source_files": "CWLibs/Classes/Libs/IDCards/**/*"
45         }
46       ]
47     },
48     {
49       "name": "Models",
50       "subspecs": [
51         {
52           "name": "FaceDetect",
53           "source_files": "CWLibs/Classes/Models/FaceDetect/**/*"
54         },
55         {
56           "name": "CardFront",
57           "source_files": "CWLibs/Classes/Models/CardFront/**/*"
58         },
59         {
60           "name": "BankCard",
61           "source_files": "CWLibs/Classes/Models/BankCard/**/*"
62         },
63         {
64           "name": "IDCards",
65           "source_files": "CWLibs/Classes/Models/IDCards/**/*"
66         }
67       ]
68     }
69   ]