[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / f / FrameAccessor / 2.0 / FrameAccessor.podspec.json
blob3f3856271dc068e687b4cafb44ed9082cce3c8f3
2   "name": "FrameAccessor",
3   "version": "2.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     "noxt": "id.noxt@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/AlexDenisov/FrameAccessor.git",
15     "tag": "2.0"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "ios": {
22     "source_files": "FrameAccessor/*.{h,m}"
23   },
24   "osx": {
25     "source_files": [
26       "FrameAccessor/FrameAccessor.h",
27       "FrameAccessor/ViewFrameAccessor.{h,m}"
28     ]
29   }