blob: 0c1ca1ff250a9695bb024ef24a0ec2531af4931b [file] [log] [blame]
{
"name": "TableNode",
"version": "1.0.0",
"summary": "A TableView made of SpriteKit components.",
"description": "Just a native TableView for SpriteKit, made of nodes.",
"homepage": "https://github.com/ramoliveira/TableNode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ramon Dias": "dias.ramon07@hotmail.com"
},
"social_media_url": "https://twitter.com/maximvsdecimvs",
"platforms": {
"ios": "13.2"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ramoliveira/TableNode.git",
"tag": "v1.0.0"
},
"source_files": "TableNode/*.{swift,h}",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}