blob: a0e59e63a2693d625a1c623b1dadbdcc4c0ade63 [file] [log] [blame]
{
"name": "MSCollectionViewDataSource",
"version": "1.1.5",
"summary": "UICollectionView DataSource Class written in Swift",
"description": "UICollectionView DataSource Class written in Swift 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": "9.0"
},
"source": {
"git": "https://github.com/Prince2k3/CollectionViewDataSource.git",
"tag": "1.1.5"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": [
"Example Project Objc",
"Example Project Swift"
],
"requires_arc": true
}