blob: 2a56bbfaded0118da69a4f68b3a4ee457546d341 [file] [log] [blame]
{
"name": "ISListViewAdapter",
"version": "1.0.0",
"summary": "Adapter for managing UICollectionView and UITableView animations",
"homepage": "https://github.com/jbmorley/ISListViewAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Barrie Morley": "jason.morley@inseven.co.uk"
},
"source": {
"git": "https://github.com/jbmorley/ISListViewAdapter.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"private_header_files": "Classes/*Private.h",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"ISUtilities": [
"~> 1.0"
]
}
}