[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 6 / Puppy / 0.4.0 / Puppy.podspec.json
blob5521dd6a0f829b9a2e0adbc24fbda32e783da261
2   "name": "Puppy",
3   "version": "0.4.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.4.0"
22   },
23   "default_subspecs": "Default",
24   "cocoapods_version": ">= 1.7.0",
25   "swift_versions": [
26     "5.0"
27   ],
28   "testspecs": [
29     {
30       "name": "UnitTests",
31       "test_type": "unit",
32       "source_files": "Tests/PuppyTests/**/*.{swift}"
33     }
34   ],
35   "subspecs": [
36     {
37       "name": "Default",
38       "dependencies": {
39         "Puppy/Core": [
41         ],
42         "Logging": [
43           "~> 1.4"
44         ]
45       }
46     },
47     {
48       "name": "Core",
49       "header_mappings_dir": "Sources/CPuppy/include",
50       "public_header_files": "Sources/CPuppy/include/**/*.h",
51       "source_files": [
52         "Sources/CPuppy/**/*.{h,c}",
53         "Sources/Puppy/**/*.{swift}"
54       ]
55     }
56   ],
57   "swift_version": "5.0"