[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 3 / 6 / Puppy / 0.6.0 / Puppy.podspec.json
blobcb4329c0973bc97cdc9b5383109eac5daf550158
2   "name": "Puppy",
3   "version": "0.6.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.15",
15     "ios": "13.0",
16     "tvos": "13.0",
17     "watchos": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/sushichop/Puppy.git",
21     "tag": "0.6.0"
22   },
23   "default_subspecs": "Core",
24   "cocoapods_version": ">= 1.7.0",
25   "swift_versions": [
26     "5.0"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "header_mappings_dir": "Sources/CPuppy/include",
32       "public_header_files": "Sources/CPuppy/include/**/*.h",
33       "source_files": [
34         "Sources/CPuppy/**/*.{h,c}",
35         "Sources/Puppy/**/*.{swift}"
36       ]
37     }
38   ],
39   "swift_version": "5.0"