blob: 2838774ef6c7b39965b6e75537160d8b525cc090 [file] [log] [blame]
{
"name": "Xmpp.swift",
"version": "0.0.1",
"summary": "An XMPP Framework written in Swift for Linux, macOS, tvOS and iOS inspired by obj-c library XMPPFramework",
"homepage": "https://github.com/BiAtoms/Xmpp.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/Xmpp.swift.git",
"tag": "0.0.1"
},
"module_name": "XmppSwift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Socket.swift": [
"~> 2.0"
],
"Xml.swift": [
"~> 1.0"
]
}
}