[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / 3 / 1 / SocketClient / 0.1.1 / SocketClient.podspec.json
blob50e45b32e7f5f78b6ebf0643d1a4f1cfa715082f
2   "name": "SocketClient",
3   "version": "0.1.1",
4   "summary": "Simple, fast & reliable Faye Websocket client. Well documented API build on SocketRocket. Supports messaging on different channels.",
5   "homepage": "https://github.com/redpeppix-gmbh-co-kg/SocketClient",
6   "authors": {
7     "Marius Rackwitz": "marius@paij.com"
8   },
9   "license": "MIT License",
10   "source": {
11     "git": "https://github.com/redpeppix-gmbh-co-kg/SocketClient.git",
12     "tag": "0.1.1"
13   },
14   "source_files": "SocketClient/*.{h,m,c}",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "frameworks": [
21       "Security",
22       "SystemConfiguration",
23       "UIKit"
24     ]
25   },
26   "libraries": "icucore",
27   "dependencies": {
28     "SocketRocket": [
30     ]
31   }