[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 1 / d / iOSEasyList / 1.0.3 / iOSEasyList.podspec.json
bloba2246641f4ed605b0ad0761355d4c747a93ec7ad
2   "name": "iOSEasyList",
3   "version": "1.0.3",
4   "summary": "A data-driven UICollectionView and UITableView framework for building fast and flexible lists",
5   "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.",
6   "homepage": "https://github.com/MostafaTaghipour/iOSEasyList",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mostafa Taghipour": "mostafa.taghipour@ymail.com"
13   },
14   "source": {
15     "git": "https://github.com/MostafaTaghipour/iOSEasyList.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iOSEasyList/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ]