[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 5 / UIDeskViewController / 0.9.2 / UIDeskViewController.podspec.json
blobd157ce879f32949e02c021ffd848417e91a38d5f
2   "name": "UIDeskViewController",
3   "version": "0.9.2",
4   "summary": "A simple Generic UITableViewController for iOS",
5   "description": "A simple Generic UITableViewController for iOS.\nUIDeskViewController supports an Array based table and an NSFetchResultsController table out of the box without the need to add a single line of code.",
6   "homepage": "https://github.com/ddraiman1990/UIDeskViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ddraiman1990": "ddraiman1990@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ddraiman1990/UIDeskViewController.git",
16     "tag": "0.9.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "UIDeskViewController/Classes/**/*",
22   "frameworks": [
23     "CoreData",
24     "UIKit"
25   ],
26   "swift_versions": "5.0",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Example/Tests/UnitTests/**/*"
32     }
33   ],
34   "swift_version": "5.0"