[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 3 / c / PhoenixAdapter / 0.1.2 / PhoenixAdapter.podspec.json
blob3f0e3452a7fde03512994fdfda6c5d095d9092bf
2   "name": "PhoenixAdapter",
3   "version": "0.1.2",
4   "summary": "Phoenix Framework Channel Client",
5   "description": "                   Phoenix Adapter 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/PhoenixAdapter-ObjC",
7   "license": "MIT",
8   "authors": {
9     "Justin Schneck": "jschneck@mac.com"
10   },
11   "platforms": {
12     "osx": "10.7"
13   },
14   "source": {
15     "git": "https://github.com/livehelpnow/PhoenixAdapter-ObjC.git",
16     "tag": "0.1.2"
17   },
18   "source_files": "PhoenixAdapter-ObjC/*.{h,m}",
19   "public_header_files": "PhoenixAdapter-ObjC/*.h",
20   "requires_arc": true,
21   "dependencies": {
22     "SocketRocket": [
23       "0.3.1-beta2"
24     ]
25   }