[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 7 / CocoaDialClient / 0.1.1 / CocoaDialClient.podspec.json
blob954de269da187f8d6b38c5ea2ef1298611caeb99
2   "name": "CocoaDialClient",
3   "version": "0.1.1",
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.1"
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     "XMLDictionary": [
28       "~> 1.4"
29     ]
30   }