blob: f5b8e002665cb5c80d653492f926378d25d98b31 [file] [log] [blame]
{
"name": "PJLinkCocoa",
"version": "0.9.7",
"license": "MIT",
"summary": "A Cocoa Library for communicating with projectors and other devices that implement the PJLink protocol.",
"homepage": "https://github.com/ehyche/pjlink-cocoa",
"authors": {
"Eric Hyche": "ehyche@gmail.com"
},
"source": {
"git": "https://github.com/ehyche/pjlink-cocoa.git",
"tag": "0.9.7"
},
"source_files": "PJLinkCocoa",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"Security"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
],
"CocoaAsyncSocket": [
"~> 7.0"
]
}
}