[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 2 / Ciao / 2.1.0 / Ciao.podspec.json
blobe1b777c54e26e569b632aab34544f5a5c7b8a6c0
2   "name": "Ciao",
3   "version": "2.1.0",
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": "2.1.0"
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   "swift_versions": "4.2",
24   "default_subspecs": "Core",
25   "swift_version": "4.2",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/**/*.swift",
30       "frameworks": "Foundation"
31     }
32   ]