blob: 3824a595feb39e47176eac4de64b23619782934c [file] [log] [blame]
{
"name": "Minerva",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "This framework is a lightweight wrapper around IGListKit.",
"homepage": "https://github.com/OptimizeFitness/Minerva",
"authors": {
"Joe Laws": "joe@optimize.fitness"
},
"source": {
"git": "https://github.com/OptimizeFitness/Minerva.git",
"tag": "1.1.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"IGListKit": [
"~> 3.4.0"
]
}
}