[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / f / PocketSocket / 0.5.0 / PocketSocket.podspec.json
blobfad80a3a5a7c12b47610a7d844ad3703149362a8
2   "name": "PocketSocket",
3   "version": "0.5.0",
4   "license": "Apache 2.0",
5   "summary": "Objective-C websocket library for building things that work in realtime on iOS and OS X.",
6   "homepage": "https://github.com/zwopple/PocketSocket",
7   "authors": {
8     "Robert Payne": "robert@zwopple.com"
9   },
10   "source": {
11     "git": "https://github.com/zwopple/PocketSocket.git",
12     "tag": "0.5.0",
13     "submodules": false
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "public_header_files": [
21     "PocketSocket/PSWebSocket.h",
22     "PocketSocket/PSWebSocketDriver.h",
23     "PocketSocket/PSWebSocketTypes.h"
24   ],
25   "source_files": "PocketSocket/PS*.{h,m,c}",
26   "frameworks": [
27     "CFNetwork",
28     "Foundation",
29     "Security"
30   ],
31   "libraries": [
32     "z",
33     "system"
34   ]