[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / f / 6 / UIObject / 0.3.0 / UIObject.podspec.json
blobdd84af6f5b3bbd648938076413a5622c559b3713
2   "name": "UIObject",
3   "version": "0.3.0",
4   "summary": "An easy way to display all the properties and values of any Object.",
5   "swift_version": "4.1",
6   "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.",
7   "homepage": "https://github.com/justinvallely",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Justin Vallely": "justinvallely@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/justinvallely/UIObject.git",
20     "tag": "0.3.0"
21   },
22   "source_files": [
23     "UIObject/Classes",
24     "UIObject/Classes/**/*"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]