[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / f / FlexDataSource / 0.1.6 / FlexDataSource.podspec.json
blob4e41741e9136a071b7cd2f817d47795fc3f7f5cf
2   "name": "FlexDataSource",
3   "version": "0.1.6",
4   "summary": "FlexDataSource makes it dead simple to create table views with multiple types of cells coexisting.",
5   "swift_versions": [
6     "4.0",
7     "4.1",
8     "4.2",
9     "5.0",
10     "5.1",
11     "5.2"
12   ],
13   "description": "This pod moves configuration from the data source to individual cell model classes. By doing so, it becomes straightforward to mix and match cells within the same UITableView.",
14   "homepage": "https://github.com/ThryvInc/flex-data-source",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Elliot": ""
21   },
22   "source": {
23     "git": "https://github.com/ThryvInc/flex-data-source.git",
24     "tag": "0.1.6"
25   },
26   "social_media_url": "https://twitter.com/elliot_schrock",
27   "platforms": {
28     "ios": "11.0"
29   },
30   "source_files": "FlexDataSource/Classes/**/*",
31   "dependencies": {
32     "fuikit": [
34     ]
35   },
36   "swift_version": "5.2"