[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 2 / Ciao / 1.0.1 / Ciao.podspec.json
blobfd3757775946ab02ae282cd6f3d6104b25855fc2
2   "name": "Ciao",
3   "version": "1.0.1",
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.1"
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   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/**/*.swift",
29       "frameworks": "Foundation"
30     }
31   ]