blob: cacccb59dfbf173fb472aa8a5e241dfaac508dc3 [file] [log] [blame]
{
"name": "MSCollectionViewDataSource",
"version": "1.0.1",
"summary": "UICollectionView DataSource Class",
"description": "UICollectionView DataSource Class that moves away repetitive code and helps keeps the View Controller light.",
"homepage": "https://github.com/Prince2k3/TableViewDataSource.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prince Ugwuh": "prince.ugwuh@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Prince2k3/CollectionViewDataSource.git",
"tag": "1.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Example Project",
"requires_arc": true
}