[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 0 / LayoutInspector / 0.1.1 / LayoutInspector.podspec.json
blob70bcb265beee88d7c9a198f778d368fe5170b8b2
2   "name": "LayoutInspector",
3   "version": "0.1.1",
4   "summary": "LayoutInspector module",
5   "description": "LayoutInspector is a tool for debugging layers on iOS devices. It allows to get common information about each visible view and to inspect layers in 3D mode",
6   "homepage": "https://github.com/isavynskyi/LayoutInspector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ihor Savynskyi": "wadedunk08@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/isavynskyi/LayoutInspector.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/iWadedunk",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "LayoutInspector/**/*.{h,m,swift}",
24   "resources": [
25     "LayoutInspector/**/*.xib",
26     "LayoutInspector/**/*.xcassets",
27     "LayoutInspector/**/*.storyboard"
28   ]