[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / TMSEntityDataSource / 0.5.1 / TMSEntityDataSource.podspec.json
blob7d5673864a5d89fea59416ad55d7b86dbb55e0d9
2   "name": "TMSEntityDataSource",
3   "version": "0.5.1",
4   "summary": "Makes displaying Core Data entities in Table, Collection, and Picker views much easier.",
5   "description": "`TMSEntityDataSource` takes care of fetching the Core Data entities you want to display in a table, collection, or picker view. It also does all of the work  in the respective data source protocols. For picker views it supplies an easy way to get an entity based on an index or an index based on an entity making the delegate methods easy to write.",
6   "homepage": "https://github.com/theMikeSwan/TMSEntityDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "theMikeSwan": "michaelswan@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/theMikeSwan/TMSEntityDataSource.git",
16     "tag": "0.5.1"
17   },
18   "social_media_url": "https://twitter.com/_theMikeSwan",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "TMSEntityDataSource/Classes/**/*"