blob: bb15babdcf095e0fbf3071d95618e017a6de9c3f [file] [log] [blame]
{
"name": "SwiftCollection",
"version": "0.5.0",
"summary": "Abstraction Over UICollectionViewDelegate and UICollectionViewDataSource",
"description": "SwiftCollection creates an abstraction layer over UICollectionViewDelegate and UICollectionViewDataSource that allows you to compose data representations at the item, section and collection level.",
"homepage": "https://github.com/bradhilton/SwiftCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/SwiftCollection.git",
"tag": "0.5.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCollection",
"SwiftCollection/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 5.0.0"
],
"OrderedObjectSet": [
"~> 5.0.0"
]
}
}