blob: 4eeef3ebe3be70f8f03f83b4df70091adebb4ee7 [file] [log] [blame]
{
"name": "SwiftCollection",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCollection",
"SwiftCollection/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 1.0.3"
],
"OrderedObjectSet": [
"~> 1.0.0"
]
}
}