blob: 4c4d6ab1b61c5e9c72a5c9d8e17d3ecc0cbe0724 [file] [log] [blame]
{
"name": "CKCollectionViewDataSourceChangesetBuilder",
"version": "0.9.1",
"summary": "DSL changeset builder for ComponentKit.",
"description": "Provides a builder pattern DSL for creating CKTransactionalComponentDataSourceChangeset instances",
"homepage": "https://github.com/itsthejb/CKCollectionViewDataSourceChangesetBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Crooke": "jon.crooke@gmail.com"
},
"source": {
"git": "https://github.com/itsthejb/CKCollectionViewDataSourceChangesetBuilder.git",
"tag": "v0.9.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CKCollectionViewDataSourceChangesetBuilder/**/*.{h,mm}",
"frameworks": "UIKit",
"dependencies": {
"ComponentKit": [
">= 0.13"
]
}
}