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