[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / XBChatModule / 0.1.2.1 / XBChatModule.podspec.json
blob8f8b9cc0c94ee82d65575b647eb89b3e0d9dc5eb
2   "name": "XBChatModule",
3   "version": "0.1.2.1",
4   "summary": "Support XMPP & JSQMessageController",
5   "description": "                       Support XMPP & JSQMessageController, which very easy to integrate\n",
6   "homepage": "https://github.com/EugeneNguyen/XBChatModule",
7   "license": "MIT",
8   "authors": {
9     "eugenenguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBChatModule.git",
13     "tag": "0.1.2.1"
14   },
15   "xcconfig": {
16     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes",
23   "resource_bundles": {
24     "XBChatModule": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "libraries": "xml2",
29   "public_header_files": "Pod/Classes/**/*.h",
30   "dependencies": {
31     "XMPPFramework": [
33     ],
34     "JSQMessagesViewController": [
36     ],
37     "SDWebImage": [
39     ]
40   }