blob: 64e649db1b36226a3998e84a2c4279d3cf6bd54a [file] [log] [blame]
{
"name": "WolfCore",
"version": "5.0.0",
"summary": "A library of conveniences for Swift, iOS, MacOS, tvOS, WatchOS, and Linux.",
"description": "WolfCore is a library of conveniences for constructing Swift applications in iOS, tvOS, MacOS, WatchOS, and Linux. WolfCore is maintained by Wolf McNally.",
"homepage": "https://github.com/wolfmcnally/WolfCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wolfmcnally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfCore.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"source_files": "Sources/WolfCore/**/*",
"dependencies": {
"WolfNesting": [
],
"WolfNumerics": [
],
"WolfOSBridge": [
],
"WolfPipe": [
],
"ExtensibleEnumeratedName": [
],
"WolfWith": [
],
"WolfStrings": [
],
"WolfFoundation": [
],
"WolfConcurrency": [
]
},
"swift_version": "5.0"
}