[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 1 / 5 / StraaS-Socket.IO-Client-Swift / 12.1.4 / StraaS-Socket.IO-Client-Swift.podspec.json
blobb0aec81f33d3385faaeec6909b5e0d44c267ae6f
2   "name": "StraaS-Socket.IO-Client-Swift",
3   "module_name": "SocketIO",
4   "version": "12.1.4",
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   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/StraaS/socket.io-client-swift",
22     "tag": "v12.1.4",
23     "submodules": true
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.0"
27   },
28   "source_files": [
29     "Source/SocketIO/**/*.swift",
30     "Source/SocketIO/*.swift"
31   ],
32   "dependencies": {
33     "Starscream": [
34       "~> 2.1.1"
35     ]
36   }