[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 7 / d / f / YLDataSource / 0.1.1 / YLDataSource.podspec.json
blob8dd5ecfea862f3f0a7759ab67a8e6792b563297d
2   "name": "YLDataSource",
3   "version": "0.1.1",
4   "summary": "easy use UITableView(UICollectionView).",
5   "description": "a tool of use UITableView(or UICollectionView) fastly",
6   "homepage": "https://github.com/cloverapp1/YLDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "2510479687@qq.com": "yangli"
13   },
14   "source": {
15     "git": "https://github.com/cloverapp1/YLDataSource.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YLDataSource/Classes/**/*",
22   "dependencies": {
23     "DZNEmptyDataSet": [
24       "~> 1.8.1"
25     ]
26   }