[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 8 / 6 / 0 / Adapter / 1.0.0 / Adapter.podspec.json
blobfaa64ed85317a59c20296ebcb7224e530eaad2ab
2   "name": "Adapter",
3   "version": "1.0.0",
4   "summary": "UITableView数据驱动显示的轻量库,支持Difference算法",
5   "description": "UITableView数据驱动显示的轻量库,支持Difference算法",
6   "homepage": "https://github.com/H2OB/Adapter-Example",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "North": "yangwork@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/H2OB/Adapter-Example.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Adapter/**/*.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "DifferenceKit": [
30     ]
31   }