[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 1 / ZHXMPP / 0.0.1 / ZHXMPP.podspec.json
blob8e1649398a097ccf29145712e6785a2bab240ad4
2   "name": "ZHXMPP",
3   "version": "0.0.1",
4   "summary": "个人对于XMPPFramework的二次封装 支持登录 注册 好友删除 添加 在线状态 单线聊天  群还没做",
5   "description": "->>>个人对于XMPPFramework的二次封装 支持登录 注册 好友删除 添加 在线状态 单线聊天  群还没做",
6   "homepage": "https://github.com/15038777234/ZHXMPP",
7   "license": "MIT",
8   "authors": {
9     "15038777234": "君赏"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/15038777234/ZHXMPP.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "ZHXMPP/ZHXMPP/ZHXMPP",
20     "ZHXMPP/ZHXMPP/ZHXMPP/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/XMPPFramework/module $(SDKROOT)/usr/include/libresolv"
25   },
26   "dependencies": {
27     "XMPPFramework": [
28       "~> 3.6.6"
29     ]
30   }