blob: 63b21bac923c310a94fd29e4cbb40b81bbd3d5b8 [file] [log] [blame]
{
"name": "UIDeskViewController",
"version": "0.9.1",
"summary": "A simple Generic UITableViewController for iOS",
"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.",
"homepage": "https://github.com/ddraiman1990/UIDeskViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ddraiman1990": "ddraiman1990@gmail.com"
},
"source": {
"git": "https://github.com/ddraiman1990/UIDeskViewController.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "UIDeskViewController/Classes/**/*",
"frameworks": [
"CoreData",
"UIKit"
],
"swift_versions": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Example/Tests/UnitTests/**/*"
}
],
"swift_version": "5.0"
}