blob: 50fb66ef40500daa5942fa625d8bc84739b9f35f [file] [log] [blame]
{
"name": "DataSourceKit",
"version": "0.1.1",
"summary": "Declarative, testable data source of UICollectionView and UITableView",
"description": "Declarative, testable data source of UICollectionView and UITableView.",
"homepage": "https://github.com/ishkawa/DataSourceKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ishikawa, Yosuke": "y@ishkawa.org"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/ishkawa/DataSourceKit.git",
"tag": "0.1.1"
},
"source_files": [
"DataSourceKit",
"DataSourceKit/**/*.{h,m,swift}"
],
"public_header_files": "DataSourceKit/**/*.h"
}