[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 7 / 1 / Keldeo / 0.1.5 / Keldeo.podspec.json
blobac6b3143196bf39ce81f5672e87f2e923a1e97a2
2   "name": "Keldeo",
3   "version": "0.1.5",
4   "summary": "A lightweight logging library written in Swift.",
5   "description": "Log.i(\"A lightweight logging library written in Swift.\")",
6   "homepage": "https://github.com/xspyhack/Keldeo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xspyhack": "xspyhack@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/xspyhack",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_version": "5.0",
19   "source": {
20     "git": "https://github.com/xspyhack/Keldeo.git",
21     "tag": "0.1.5"
22   },
23   "source_files": [
24     "Sources/**/*.swift",
25     "Sources/Keldeo/Keldeo.h"
26   ],
27   "public_header_files": [
28     "Sources/Keldeo/Keldeo.h"
29   ]