[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 5 / 1 / RxSocketIO / 0.1.0 / RxSocketIO.podspec.json
blob5be96a5b5cbc5d2dfa698258f40a4f2a0fbcc89b
2   "name": "RxSocketIO",
3   "version": "0.1.0",
4   "summary": "RxSwift Wrapper for Socket IO Swift Client",
5   "swift_versions": "4.0",
6   "description": "Simple RxSwift Wrapper for Socket IO Swift Client.",
7   "homepage": "https://github.com/sesang06/RxSocketIO",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sesang06": "sesang06@naver.com"
14   },
15   "source": {
16     "git": "https://github.com/sesang06/RxSocketIO.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxSocketIO/Classes/**/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 5"
27     ],
28     "RxCocoa": [
29       "~> 5"
30     ],
31     "Socket.IO-Client-Swift": [
32       "~> 15.1.0"
33     ]
34   },
35   "swift_version": "4.0"