blob: ecba1f74e451a3858a5d30962e2ef38c5bc9fae2 [file] [log] [blame]
{
"name": "WolfCore",
"version": "4.0.2",
"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": "4.0.2"
},
"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": [
]
}
}