blob: cf5b874e24020cbab58f4608fe663023f5196b11 [file] [log] [blame]
{
"name": "PandaKit",
"version": "0.1-beta",
"summary": "An asynchronous render and layout framework which can be used to achieve high performance tableview",
"description": "Panda is a asynchronous render and layout framework which can be used to achieve high performance tableview.",
"homepage": "https://github.com/nangege/Panda",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tang.Nan": "tang22nan@gmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"module_name": "Panda",
"source": {
"git": "https://github.com/nangege/Panda.git",
"tag": "0.1-beta"
},
"source_files": [
"Panda/**/*.swift",
"Panda/Panda.h"
],
"public_header_files": [
"Panda/Panda.h"
],
"requires_arc": true,
"dependencies": {
"SwiftCassowary": [
"~> 0.1-beta"
],
"SwiftLayoutable": [
"~> 0.1-beta"
]
}
}