[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / 1 / PhoenixClient / 1.1.0 / PhoenixClient.podspec.json
blob0dc843d7d8c0658fdd0a97bdf09fa38e9f0d9910
2   "name": "PhoenixClient",
3   "version": "1.1.0",
4   "summary": "Phoenix Framework Channel Client",
5   "description": "Phoenix Client allows ObjC based application to connect to Phoenix Framework channels over websocket.\nMore Information\nhttps://github.com/phoenixframework/phoenix",
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": "v1.1.0"
14   },
15   "platforms": {
16     "osx": "10.8",
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "SocketRocket": [
23       "0.4.2"
24     ]
25   }