[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / f / 7 / 0 / LayoutInspector / 0.2.0 / LayoutInspector.podspec.json
blob86d2d8e43b9448042210eb50f5f4511d7bd787e6
2   "name": "LayoutInspector",
3   "version": "0.2.0",
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.2.0"
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   ]