[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 9 / e / XYDebugView / 1.0.1 / XYDebugView.podspec.json
blobf4292e907aeddf058f88d09118b5a10bad2139d3
2   "name": "XYDebugView",
3   "summary": "The tool of UIView to Debug its frame",
4   "description": "XYDebugView is debug tool to draw the all views frame in device screen and show it by 2d/3d style like reveal did.",
5   "version": "1.0.1",
6   "homepage": "https://github.com/ZhipingYang/XYDebugView",
7   "license": "MIT",
8   "authors": {
9     "ZhipingYang": "XcodeYang@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ZhipingYang/XYDebugView.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "XYDebugView/**/*.{h,m}"
21   ],
22   "resources": [
23     "XYDebugView/resource/*.{png,xib}"
24   ],
25   "frameworks": "UIKit"