blob: e2f3b3dc45aeadb9e6bf14618e1ef66fd6e4b406 [file] [log] [blame]
{
"name": "xmpp-messenger-ios",
"version": "1.0.1",
"summary": "A Swift Wrapper Arround XMPP to build chat clients",
"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",
"homepage": "https://github.com/processone/xmpp-messenger-ios",
"license": "MIT",
"authors": {
"ProcessOne": "pmglemaire@gmail.com"
},
"source": {
"git": "https://github.com/processone/xmpp-messenger-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 1.0"
],
"JSQMessagesViewController": [
],
"JSQSystemSoundPlayer": [
"~> 2.0"
],
"XMPPFramework": [
]
},
"ios": {
"frameworks": [
"Foundation",
"CoreData",
"UIKit",
"CFNetwork",
"Security",
"XMPPFramework"
]
},
"source_files": [
"Pod/Classes/**/*.{swift}"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/XMPPFramework/module",
"ENABLE_BITCODE": "NO"
}
}