[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / 1 / b / Diplomat / 0.3.1 / Diplomat.podspec.json
blobb929d20b1a341e19372f399e500f41de39fc330b
2   "name": "Diplomat",
3   "version": "0.3.1",
4   "summary": "The third party SDKs unified API lib.",
5   "homepage": "https://github.com/cloudorz/Diplomat",
6   "license": {
7     "type": "MIT License",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Cloud": "cloudcry@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/cloudorz/Diplomat.git",
18     "tag": "0.3.1"
19   },
20   "frameworks": [
21     "SystemConfiguration",
22     "ImageIO"
23   ],
24   "libraries": [
25     "stdc++",
26     "sqlite3",
27     "z"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/*.{h,m}",
34       "resources": "Sources/*.md"
35     },
36     {
37       "name": "Weibo",
38       "dependencies": {
39         "Diplomat/Core": [
41         ]
42       },
43       "source_files": "Sources/Weibo/*.{h,m}",
44       "resources": "Sources/Weibo/*.bundle",
45       "vendored_libraries": "Sources/Weibo/*.a"
46     },
47     {
48       "name": "Wechat",
49       "dependencies": {
50         "Diplomat/Core": [
52         ]
53       },
54       "source_files": "Sources/Wechat/*.{h,m}",
55       "vendored_libraries": "Sources/Wechat/*.a"
56     },
57     {
58       "name": "Tencent",
59       "dependencies": {
60         "Diplomat/Core": [
62         ]
63       },
64       "source_files": "Sources/Tencent/*.{h,m}",
65       "vendored_libraries": "Sources/Tencent/*.a"
66     }
67   ]