[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 8 / 1 / CocoaSSDP / 0.1.0 / CocoaSSDP.podspec.json
blob6922733ae555048dce555cdf3953089284ff5a0f
2   "name": "CocoaSSDP",
3   "version": "0.1.0",
4   "summary": "Simple Service Discovery Protocol client library for Mac and iOS.",
5   "homepage": "https://github.com/sboisson/CocoaSSDP",
6   "description": "                       Simple Service Discovery Protocol client library for Mac and iOS.\n                       SSDP allow client app to discover devices on local network (ex: UPnP, DLNA..)\n",
7   "license": "MIT",
8   "authors": {
9     "Stephane Boisson": "sboisson@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/sboisson/CocoaSSDP.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "dependencies": {
22     "CocoaAsyncSocket": [
24     ]
25   }