[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 6 / SwiftDataProvider / 1.4.0 / SwiftDataProvider.podspec.json
blobb54801bb6cdd586e2d983c65c88a847fe86b6395
2   "name": "SwiftDataProvider",
3   "version": "1.4.0",
4   "summary": "Reduce boilerplate code for UITableView and UITableViewController's data source",
5   "description": "Handling TableViews and animated updates is now easer than you think. Design your TableView with your Models instead of keeping track of all the IndexPaths and IndexSets.",
6   "homepage": "https://github.com/EMart86/SwiftDataProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Martin Eberl": "eberl_ma@gmx.at"
13   },
14   "source": {
15     "git": "https://github.com/EMart86/SwiftDataProvider.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "SwiftDataProvider/Classes/**/*"