blob: 2c307b79909370ea3521b9b6093d6dfe460a390b [file] [log] [blame]
{
"name": "SwiftCollection",
"version": "0.3.1",
"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.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCollection",
"SwiftCollection/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 3.0.0"
],
"OrderedObjectSet": [
"~> 3.0.0"
]
}
}