blob: fd78fb633f4c4c2546f96f139c7df2b8d63db63f [file] [log] [blame]
{
"name": "NXCollectionViewDataSource",
"version": "1.2.2",
"summary": "Generic data source for UICollectionView using either static data of a NSFetchRequest.",
"homepage": "https://github.com/nxtbgthng/NXCollectionViewDataSource",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Tobias Kräntzer": "tobias@nxtbgthng.com",
"Andreas Goese": "andreas@evenly.io",
"Thomas Kollbach": "toto@evenly.io"
},
"social_media_url": "https://twitter.com/evenly_io",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nxtbgthng/NXCollectionViewDataSource.git",
"tag": "1.2.2"
},
"source_files": "NXCollectionViewDataSource/NXCollectionViewDataSource/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}