blob: 19192562b1d5d1f4f972869b9564947ece7eab08 [file] [log] [blame]
{
"name": "MinervaList",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift MVVM Framework",
"homepage": "https://github.com/MinervaMobile/MinervaList",
"authors": {
"Joe Laws": "joe.laws@gmail.com"
},
"source": {
"git": "https://github.com/MinervaMobile/MinervaList.git",
"tag": "3.0.0"
},
"default_subspecs": "List",
"requires_arc": true,
"swift_versions": "5.3",
"platforms": {
"ios": "11.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"subspecs": [
{
"name": "List",
"source_files": "Source/List/**/*.swift",
"dependencies": {
"IGListKit": [
]
},
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
}
}
],
"swift_version": "5.3"
}