blob: 954de269da187f8d6b38c5ea2ef1298611caeb99 [file] [log] [blame]
{
"name": "CocoaDialClient",
"version": "0.1.1",
"summary": "CocoaDialClient is a basic implementation of DIAL protocol for servers discovery.",
"description": "CocoaDialClient is a basic implementation of DIAL (DIscover And Launch http://www.dial-multiscreen.org/) protocol for servers discovery.",
"homepage": "https://github.com/lcaldoncelli/CocoaDialClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Caldoncelli Rodrigues": "lcaldoncelli@gmail.com"
},
"source": {
"git": "https://github.com/lcaldoncelli/CocoaDialClient.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/lcaldoncelli",
"platforms": {
"ios": "8.0"
},
"source_files": "CocoaDialClient/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
],
"XMLDictionary": [
"~> 1.4"
]
}
}