[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / 4 / Socket.IO-Client-Swift / 10.1.0 / Socket.IO-Client-Swift.podspec.json
bloba91182424827d5a7847cb1dc3003d68673d67ec0
2   "name": "Socket.IO-Client-Swift",
3   "module_name": "SocketIO",
4   "version": "10.1.0",
5   "summary": "Socket.IO-client for iOS and OS X",
6   "description": "Socket.IO-client for iOS and OS X.\nSupports ws/wss/polling connections and binary.\nFor socket.io 2.0+ and Swift.",
7   "homepage": "https://github.com/socketio/socket.io-client-swift",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Erik": "nuclear.ace@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/socketio/socket.io-client-swift.git",
21     "tag": "v10.1.0"
22   },
23   "source_files": "Source/**/*.swift",
24   "libraries": "z",
25   "preserve_paths": "zlib/*",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3.1",
29     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Socket.IO-Client-Swift/zlib"
30   },
31   "pushed_with_swift_version": "3.1"