blob: b9c571635d103c748447ddfb4c660dd27ef0b8f0 [file] [log] [blame]
{
"name": "FXListKit",
"version": "0.1.15",
"summary": "A data-driven UICollectionView framework for building fast and flexible lists",
"homepage": "https://github.com/feixue299/FXListKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wupengfei": "1569485690@qq.com"
},
"source": {
"git": "https://github.com/feixue299/FXListKit.git",
"tag": "0.1.15"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/FXListKit/**/*{.h, .m, .swift}"
},
{
"name": "Animation",
"source_files": [
"Sources/FXListKit/**/*{.h, .m, .swift}",
"Sources/FXListKitAnimation/*.swift}"
],
"dependencies": {
"DifferenceKit": [
"~> 1.1.5"
]
}
}
],
"swift_version": "5.0"
}