[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / d / 7 / CocoaDialClient / 0.1.0 / CocoaDialClient.podspec.json
blob6f16978844dbbcd03f38381b967c872d86dd35d1
2   "name": "CocoaDialClient",
3   "version": "0.1.0",
4   "summary": "CocoaDialClient is a basic implementation of DIAL protocol for servers discovery.",
5   "description": "CocoaDialClient is a basic implementation of DIAL (DIscover And Launch http://www.dial-multiscreen.org/) protocol for servers discovery.",
6   "homepage": "https://github.com/lcaldoncelli/CocoaDialClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Caldoncelli Rodrigues": "lcaldoncelli@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lcaldoncelli/CocoaDialClient.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/lcaldoncelli",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CocoaDialClient/Classes/**/*",
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       "~> 7.6.3"
26     ]
27   }