blob: 94e9c64d70f66b8513bc6ab3b7803b04c4a071b2 [file] [log] [blame]
{
"name": "DiffableDataSource",
"version": "0.0.1",
"summary": "A short description of DiffableDataSource.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jackiehu/DiffableDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jackiehu": "jackie"
},
"source": {
"git": "https://github.com/jackiehu/DiffableDataSource.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"source_files": "DiffableDataSource/Classes/**/*",
"swift_version": "5.2"
}