blob: f4292e907aeddf058f88d09118b5a10bad2139d3 [file] [log] [blame]
{
"name": "XYDebugView",
"summary": "The tool of UIView to Debug its frame",
"description": "XYDebugView is debug tool to draw the all views frame in device screen and show it by 2d/3d style like reveal did.",
"version": "1.0.1",
"homepage": "https://github.com/ZhipingYang/XYDebugView",
"license": "MIT",
"authors": {
"ZhipingYang": "XcodeYang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZhipingYang/XYDebugView.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": [
"XYDebugView/**/*.{h,m}"
],
"resources": [
"XYDebugView/resource/*.{png,xib}"
],
"frameworks": "UIKit"
}