[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 3 / f / FrameAccessor / 1.0.0 / FrameAccessor.podspec.json
blobae1450ba9b768afa2482a163cb52b07ac9db1b43
2   "name": "FrameAccessor",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Easy access to view's frame.",
6   "homepage": "https://github.com/AlexDenisov/FrameAccessor",
7   "description": "\n    You can access x, y, width, height, origin or size like properties.\n    Like this:\n    view.x = 15;\n    view.width = 167;\n  ",
8   "authors": {
9     "Alex Denisov": "1101.debian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AlexDenisov/FrameAccessor.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "UIView+FrameAccessor.{h,m}",
19   "requires_arc": false