blob: 162bae0a1727314483b4c3ab30571b556b8da0d1 [file] [log] [blame]
{
"name": "GKRepresentable",
"platforms": {
"ios": "10.0"
},
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/GrumpyKir/GKRepresentable",
"authors": {
"Opekishev Kirill": "grumpykir@gmail.com"
},
"summary": "Models and classes for UITableView",
"source": {
"git": "https://github.com/GrumpyKir/GKRepresentable.git",
"tag": "1.0.1"
},
"swift_version": "5.0",
"source_files": "GKRepresentable/SourceData/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"GKExtensions": [
"~> 1.1.0"
]
}
}