[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 3 / 1 / b / Diplomat / 0.3 / Diplomat.podspec.json
blob689154be43e804be46816c49e669b6334d9f8b3d
2   "name": "Diplomat",
3   "version": "0.3",
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"
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     },
35     {
36       "name": "Weibo",
37       "dependencies": {
38         "Diplomat/Core": [
40         ]
41       },
42       "source_files": "Sources/Weibo/*.{h,m}",
43       "resources": "Sources/Weibo/*.bundle",
44       "vendored_libraries": "Sources/Weibo/*.a"
45     },
46     {
47       "name": "Wechat",
48       "dependencies": {
49         "Diplomat/Core": [
51         ]
52       },
53       "source_files": "Sources/Wechat/*.{h,m}",
54       "vendored_libraries": "Sources/Wechat/*.a"
55     },
56     {
57       "name": "Tencent",
58       "dependencies": {
59         "Diplomat/Core": [
61         ]
62       },
63       "source_files": "Sources/Tencent/*.{h,m}",
64       "vendored_libraries": "Sources/Tencent/*.a"
65     }
66   ]