blob: f55c86ebbb70e97d004b3ff6b6cb3349514e9387 [file] [log] [blame]
{
"name": "Flexy",
"version": "0.2.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.2.0"
},
"source_files": "Flexy/Source/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}