blob: db314e4e2c79f87fa92165fed59e9052ca5b802e [file] [log] [blame]
{
"name": "Flexy",
"version": "0.1.0",
"summary": "Framework for constructing flexible datasource for UICollectionView and UITableView",
"description": "Flexy is a framework that provides convenient API for UICollectionView and UITableView datasource, allow to use multiple types cell very easy.",
"homepage": "https://github.com/AnisovAleksey/Flexy",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Anisov Aleksey",
"source": {
"git": "https://github.com/AnisovAleksey/Flexy.git",
"tag": "0.1.0"
},
"source_files": "Flexy/Source/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}