blob: 6df7ff24ffb4a342a789d509c311c17683a6b3bc [file] [log] [blame]
{
"name": "GenericDatasource",
"platforms": {
"ios": "8.0"
},
"summary": "A Swift implementation of a generic datasource that you can use for table and collection views.",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Morgan": "jordan@dreaminginbinary.co"
},
"homepage": "https://github.com/DreamingInBinary/GenericDatasource",
"source": {
"git": "https://github.com/DreamingInBinary/GenericDatasource.git",
"tag": "0.1.0"
},
"frameworks": "UIKit",
"source_files": "GenericDatasource/**/*.{swift}"
}