[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 9 / PJLinkCocoa / 0.9.10 / PJLinkCocoa.podspec.json
blobc27b64f2b0648bacf2a2729850262b5fef3a6407
2   "name": "PJLinkCocoa",
3   "version": "0.9.10",
4   "license": "MIT",
5   "summary": "A Cocoa Library for communicating with projectors and other devices that implement the PJLink protocol.",
6   "homepage": "https://github.com/ehyche/pjlink-cocoa",
7   "authors": {
8     "Eric Hyche": "ehyche@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ehyche/pjlink-cocoa.git",
12     "tag": "0.9.10"
13   },
14   "source_files": "PJLinkCocoa",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "14.3"
18   },
19   "frameworks": [
20     "CoreServices",
21     "SystemConfiguration",
22     "Security"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "1.3.4"
27     ],
28     "CocoaAsyncSocket": [
29       "7.6.5"
30     ]
31   }