[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 6 / 0 / xmpp-messenger-ios / 1.0 / xmpp-messenger-ios.podspec.json
blobee9c6a8ad9c74fd75cc603aeb6d924848dcebe4f
2   "name": "xmpp-messenger-ios",
3   "version": "1.0",
4   "summary": "A Swift Wrapper Arround XMPP to build chat clients",
5   "description": "xmpp-messenger-ios is a Swift XMPP Wrapper to quickly build xmpp chat clients.\nIt include third party package like JSQMessageViewController to provide UI and sound for the messaging, while the XMPPFramework handle communication",
6   "homepage": "https://github.com/processone/xmpp-messenger-ios",
7   "license": "MIT",
8   "authors": {
9     "ProcessOne": "pmglemaire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/processone/xmpp-messenger-ios.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 1.0"
22     ],
23     "JSQMessagesViewController": [
25     ],
26     "JSQSystemSoundPlayer": [
27       "~> 2.0"
28     ],
29     "XMPPFramework": [
31     ]
32   },
33   "ios": {
34     "frameworks": [
35       "Foundation",
36       "CoreData",
37       "UIKit",
38       "CFNetwork",
39       "Security",
40       "XMPPFramework"
41     ]
42   },
43   "source_files": [
44     "Pod/Classes/**/*.{swift}"
45   ],
46   "xcconfig": {
47     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/XMPPFramework/module"
48   }