[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 3 / 6 / Puppy / 0.1.0 / Puppy.podspec.json
blobfdb2a44325df0501dadf22c772d1a3b99bbef612
2   "name": "Puppy",
3   "version": "0.1.0",
4   "summary": "A flexible logging library written in Swift",
5   "homepage": "https://github.com/sushichop/Puppy",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Koichi Yokota": "sushifarm2012@gmail.com"
12   },
13   "platforms": {
14     "osx": "10.12",
15     "ios": "10.0",
16     "tvos": "10.0",
17     "watchos": "3.0"
18   },
19   "source": {
20     "git": "https://github.com/sushichop/Puppy.git",
21     "tag": "0.1.0"
22   },
23   "default_subspecs": "Default",
24   "preserve_paths": "Sources/CPuppy/**/*",
25   "cocoapods_version": ">= 1.7.0",
26   "swift_versions": [
27     "5.0"
28   ],
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "Puppy/Core": [
35         ],
36         "Logging": [
37           "~> 1.4"
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "Sources/Puppy/**/*.{swift}"
44     }
45   ],
46   "swift_version": "5.0"