[Add] EasyStacks 1.0.2
[CocoaPods.git] / Specs / a / 7 / 1 / iOS-Hierarchy-Viewer / 1.3 / iOS-Hierarchy-Viewer.podspec.json
blob572e0d9874131c5081eebbb98769db161a0defd5
2   "name": "iOS-Hierarchy-Viewer",
3   "version": "1.3",
4   "summary": "Allows to debug user interfaces with a real time preview of the UIViews hierarchy.",
5   "description": "iOS Hierarchy Viewer allows developers to debug their user interfaces. If there are problems with layout calculations, it will catch them by giving a real time preview of the UIViews hierarchy.Features:- the client is implemented in HTML/JS/CSS. Additional software is not required.- preview of device/simulator screen. Can be scaled and/or rotated on demand.- debug frames shows the exact UIViews frames.- property list shows obj-c properties and their values for selected UIView.",
6   "homepage": "https://github.com/glock45/iOS-Hierarchy-Viewer",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Damian KoĊ‚akowski": "krzysztof.zablocki@me.com"
12   },
13   "source": {
14     "git": "https://github.com/glock45/iOS-Hierarchy-Viewer.git",
15     "tag": "1.3"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "iOSViewHierarchy/**/*.{h,m}",
21   "exclude_files": "**/*json*",
22   "dependencies": {
23     "JSONKit": [
25     ]
26   },
27   "requires_arc": false