blob: dd84af6f5b3bbd648938076413a5622c559b3713 [file] [log] [blame]
{
"name": "UIObject",
"version": "0.3.0",
"summary": "An easy way to display all the properties and values of any Object.",
"swift_version": "4.1",
"description": "Quickly render a table view of all the properties in any struct or class within your app. Add and remove properties as needed\nand the view automatically adjusts. This is a great way to visualize model data that's been parsed from a JSON object. Powerful\nenough to use for debugging, yet beautiful enough to present to your users.",
"homepage": "https://github.com/justinvallely",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Justin Vallely": "justinvallely@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/justinvallely/UIObject.git",
"tag": "0.3.0"
},
"source_files": [
"UIObject/Classes",
"UIObject/Classes/**/*"
],
"frameworks": [
"UIKit",
"Foundation"
]
}