[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / 3 / f / FrameAccessor / 1.1.0 / FrameAccessor.podspec.json
blob866f5483dc2a967bdf80be0fe32fc4997d0a8c64
2   "name": "FrameAccessor",
3   "version": "1.1.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     "AlexDenisov": "1101.debian@gmail.com",
10     "holgersindbaek": "holgersindbaek@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/AlexDenisov/FrameAccessor.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "4.3",
18     "osx": "10.6"
19   },
20   "source_files": "FrameAccessor.{h,m}",
21   "requires_arc": false