blob: cbf226ced50b3f774962caa21531a533a2cf2b97 [file] [log] [blame]
{
"name": "WolfKit",
"version": "1.0.3",
"summary": "A library of conveniences for the construction of iOS apps.",
"homepage": "https://github.com/wolfmcnally/WolfKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfKit.git",
"tag": "1.0.3"
},
"source_files": "Sources/WolfKit/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "12.0",
"tvos": "12.0"
},
"module_name": "WolfKit",
"dependencies": {
"WolfCore": [
],
"WolfGraphics": [
],
"WolfSec": [
],
"WolfPubSub": [
],
"WolfLog": [
],
"WolfAutolayout": [
],
"WolfLocale": [
],
"WolfAnimation": [
],
"WolfApp": [
],
"WolfValidation": [
],
"WolfNetwork": [
],
"WolfCache": [
],
"WolfViews": [
],
"WolfViewControllers": [
],
"WolfNIO": [
]
}
}