blob: 000629a2b0fbf161ede99a62caa7468c9d2a9ea9 [file] [log] [blame]
{
"name": "iOSEasyList",
"version": "1.0.1",
"summary": "A data-driven UICollectionView and UITableView framework for building fast and flexible lists",
"description": "Framework to simplify the setup and configuration of UITableView and UICollectionView data sources and cells. It allows a type-safe setup of (UITableView,UICollectionView) DataSource and Delegate. DataSource also provides out-of-the-box diffing and animated deletions, inserts, moves and changes.",
"homepage": "https://github.com/MostafaTaghipour/iOSEasyList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mostafa Taghipour": "mostafa.taghipour@ymail.com"
},
"source": {
"git": "https://github.com/MostafaTaghipour/iOSEasyList.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSEasyList/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "4"
}