[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 9 / PJLinkCocoa / 0.9.4 / PJLinkCocoa.podspec.json
blob27c4737b651e8b8a218e850e211e491d0e86d398
2   "name": "PJLinkCocoa",
3   "version": "0.9.4",
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.4"
13   },
14   "source_files": "PJLinkCocoa",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "frameworks": [
20     "MobileCoreServices",
21     "SystemConfiguration",
22     "Security"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 1.3.0"
27     ],
28     "CocoaAsyncSocket": [
29       "~> 7.0"
30     ]
31   }