[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / 1 / SwiduxEcho / 0.2.0 / SwiduxEcho.podspec.json
blobc64dc94d205b2f290730d5900ab48619302ecd3d
2   "name": "SwiduxEcho",
3   "version": "0.2.0",
4   "summary": "Logger middleware for Swidux.",
5   "homepage": "https://github.com/clmntcrl/swidux-echo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ClĂ©ment Cyril": "cyril@clmntcrl.io"
12   },
13   "social_media_url": "http://twitter.com/clmntcrl",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.10",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/clmntcrl/swidux-echo.git",
22     "tag": "0.2.0"
23   },
24   "frameworks": "XCTest",
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ],
29   "dependencies": {
30     "Swidux": [
31       "~> 1.0.0"
32     ]
33   }