[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / b / Diplomat / 0.3.6 / Diplomat.podspec.json
blob81d41570aa12410d3174c31d678995ceb4c36672
2   "name": "Diplomat",
3   "version": "0.3.6",
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.6"
19   },
20   "frameworks": [
21     "SystemConfiguration",
22     "ImageIO",
23     "CoreTelephony"
24   ],
25   "libraries": [
26     "stdc++",
27     "sqlite3",
28     "z"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/*.{h,m}",
35       "resources": "Sources/*.md"
36     },
37     {
38       "name": "Weibo",
39       "dependencies": {
40         "Diplomat/Core": [
42         ]
43       },
44       "source_files": "Sources/Weibo/*.{h,m}",
45       "resources": "Sources/Weibo/*.bundle",
46       "vendored_libraries": "Sources/Weibo/*.a"
47     },
48     {
49       "name": "Wechat",
50       "dependencies": {
51         "Diplomat/Core": [
53         ]
54       },
55       "source_files": "Sources/Wechat/*.{h,m}",
56       "vendored_libraries": "Sources/Wechat/*.a"
57     },
58     {
59       "name": "Tencent",
60       "dependencies": {
61         "Diplomat/Core": [
63         ]
64       },
65       "source_files": "Sources/Tencent/*.{h,m}",
66       "vendored_frameworks": "Sources/Tencent/TencentOpenAPI.framework"
67     }
68   ]