[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 3 / 9 / eyuChat / 0.1.0 / eyuChat.podspec.json
blobfa978e9a67d55ec71d6e36fa55043057415393cc
2   "name": "eyuChat",
3   "version": "0.1.0",
4   "summary": "include qq and wechat ios sdk",
5   "description": "这是一个简短的说明描述",
6   "homepage": "https://github.com/wytttt/eyuChat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wytttt": "164503538@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wytttt/eyuChat.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "module_name": "jason",
22   "source_files": "eyuChat/Classes/**/*",
23   "resource_bundles": {
24     "eyuChat": [
25       "eyuChat/Assets/*.png"
26     ]
27   },
28   "ios": {
29     "vendored_libraries": "Example/Pods/WechatSDK/libWeChatSDK.a",
30     "vendored_frameworks": "Example/Pods/TencentOpenAPI.framework"
31   },
32   "public_header_files": "eyuChat/Classes/*.h",
33   "frameworks": [
34     "Security",
35     "SystemConfiguration",
36     "CoreTelephony"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3.0",
41     "c++"
42   ],
43   "dependencies": {
44     "AFNetworking": [
45       "~> 2.3"
46     ],
47     "SVProgressHUD": [
48       "~> 2.2.2"
49     ]
50   }