[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / f / FlexDataSource / 0.1.7 / FlexDataSource.podspec.json
blobaec70e9a156b7062e26b03cf78bff100312b8934
2   "name": "FlexDataSource",
3   "version": "0.1.7",
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.7"
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"