[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 1 / 9 / f / PocketSocket / 0.6.0 / PocketSocket.podspec.json
blob7332631e3e32d073e5591d9e8733996e6b1f1445
2   "name": "PocketSocket",
3   "version": "0.6.0",
4   "license": "Apache 2.0",
5   "summary": "Objective-C websocket client/server library for building things that work in realtime on iOS and OS X.",
6   "description": "Objective-C websocket client/server library. Conforms fully to RFC6455 websocket protocol, support for websocket compression via the permessage-deflate extension, passes all ~355 Autobahn tests with 100% compliance and comes with a driver level BYO networking API.",
7   "homepage": "https://github.com/zwopple/PocketSocket",
8   "authors": {
9     "Robert Payne": "robert@zwopple.com"
10   },
11   "source": {
12     "git": "https://github.com/zwopple/PocketSocket.git",
13     "tag": "0.6.0",
14     "submodules": false
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "public_header_files": [
22     "PocketSocket/PSWebSocket.h",
23     "PocketSocket/PSWebSocketDriver.h",
24     "PocketSocket/PSWebSocketTypes.h",
25     "PocketSocket/PSWebSocketServer.h"
26   ],
27   "source_files": "PocketSocket/PS*.{h,m,c}",
28   "frameworks": [
29     "CFNetwork",
30     "Foundation",
31     "Security"
32   ],
33   "libraries": [
34     "z",
35     "system"
36   ]