[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 2 / 1 / PhoenixClient / 1.0.1 / PhoenixClient.podspec.json
blob164f419f1068b0787734dbc215ab26af8bca4c45
2   "name": "PhoenixClient",
3   "version": "1.0.1",
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.0.1"
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   }