[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / 6 / UIObject / 0.2.0 / UIObject.podspec.json
blob0157ee75291a731b672b08216ef03744458b76a5
2   "name": "UIObject",
3   "version": "0.2.0",
4   "summary": "An easy way to display all the properties and values of an Object.",
5   "swift_version": "4.1",
6   "description": "Quickly render a table view of all the properies in any struct or class within your app. Add and remove properties as needed and the view\nautomatically adjusts. This is a great way to visualize model data that's been parsed from a JSON object. Present it to your users or use it\nfor debugging purposes.",
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.2.0"
21   },
22   "source_files": [
23     "UIObject/Classes",
24     "UIObject/Classes/**/*"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]