blob: edee3b7b84d2efad68d8dbde6f26538b6b76b9bc [file] [log] [blame]
{
"name": "HHServices",
"version": "2.0",
"summary": "An Objective-C framework that greatly simplifies publishing, browsing, and resolution of DNS-SD (Bonjour) services",
"description": "HHServices is an Objective-C framework that makes publishing, browsing, and resolving DNS-SD (Bonjour) services easy. This is useful for creating Bluetooth and Wifi P2P (adhoc) networks on iOS (in combination with a socket or server package, ie. CocoaAsyncSocket).",
"homepage": "https://github.com/tolo/HHServices",
"license": "MIT",
"authors": {
"Tobias Löfstrand": "tobias@leafnode.se"
},
"source": {
"git": "https://github.com/tolo/HHServices.git",
"tag": "2.0"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "HHServices/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}