[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 2 / Ciao / 1.0.2 / Ciao.podspec.json
blob38cccf89da65192a09e4e5e0eef2b142c0c72d91
2   "name": "Ciao",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Lib to publish and find services using mDNS",
9   "authors": {
10     "Alexandre Mantovani Tavares": "alexandre@live.in"
11   },
12   "source": {
13     "git": "https://github.com/AlTavares/Ciao.git",
14     "tag": "1.0.2"
15   },
16   "homepage": "https://github.com/AlTavares/Ciao",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift",
28       "frameworks": "Foundation"
29     }
30   ]