[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 0 / Xmpp.swift / 0.0.1 / Xmpp.swift.podspec.json
blob2838774ef6c7b39965b6e75537160d8b525cc090
2   "name": "Xmpp.swift",
3   "version": "0.0.1",
4   "summary": "An XMPP Framework written in Swift for Linux, macOS, tvOS and iOS inspired by obj-c library XMPPFramework",
5   "homepage": "https://github.com/BiAtoms/Xmpp.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/BiAtoms/Xmpp.swift.git",
15     "tag": "0.0.1"
16   },
17   "module_name": "XmppSwift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "dependencies": {
25     "Socket.swift": [
26       "~> 2.0"
27     ],
28     "Xml.swift": [
29       "~> 1.0"
30     ]
31   }