[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 2 / 1 / PhoenixClient / 0.1.0 / PhoenixClient.podspec.json
blob4177526e03988b1929da76121e67c2ce4daf06b3
2   "name": "PhoenixClient",
3   "version": "0.1.0",
4   "summary": "Phoenix Framework Channel Client",
5   "description": "                        Phoenix Client allows ObjC based application to connect to Phoenix Framework channels over websocket.\n                        More Information\n                        https://github.com/phoenixframework/phoenix\n",
6   "homepage": "http://github.com/livehelpnow/ObjCPhoenixClient",
7   "license": "MIT",
8   "authors": {
9     "Justin Schneck": "jschneck@mac.com"
10   },
11   "source": {
12     "git": "https://github.com/livehelpnow/ObjCPhoenixClient.git",
13     "tag": "v0.1.0"
14   },
15   "platforms": {
16     "osx": "10.7",
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "SocketRocket": [
23       "0.3.1-beta2"
24     ]
25   }