[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 5 / 7 / PKJSONSocket / 0.0.1 / PKJSONSocket.podspec.json
blob19b74c4834661a4f33f0d4b8e2b028238b3594dc
2   "name": "PKJSONSocket",
3   "version": "0.0.1",
4   "authors": {
5     "Philip Kluz": "philip.kluz@zuui.org"
6   },
7   "homepage": "https://github.com/pkluz/PKJSONSocket",
8   "summary": "Simplified socket networking based on CocoaAsynSocket. Enabling direct JSON messaging between devices.",
9   "source": {
10     "git": "https://github.com/pkluz/PKJSONSocket.git",
11     "tag": "v0.0.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "dependencies": {
18     "CocoaAsyncSocket": [
19       "~> 7.3.2"
20     ]
21   },
22   "requires_arc": true,
23   "platforms": {
24     "ios": "6.0",
25     "osx": "10.8"
26   },
27   "ios": {
28     "source_files": "PKJSONSocket/Classes/*.{h,m}"
29   },
30   "osx": {
31     "source_files": "PKJSONSocket/Classes/*.{h,m}"
32   }