[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / a / 2 / CGRectPositioning / 1.0.0 / CGRectPositioning.podspec.json
blobb663ad2ae2f1df94dc5b6e5854d910b865ce9bd4
2   "name": "CGRectPositioning",
3   "version": "1.0.0",
4   "summary": "Header file with macros for doing relative CGRect layouts in code.",
5   "description": "    CGRectPositioning macros can position a CGRect above, below, inside, outside, centered, adjacent to, and all other combinations relative to another CGRect using a set padding.\n    Also provided are macros for creating a CGRect from a size, getting the center point of a CGRect, and working with a grid of CGRects.\n",
6   "authors": {
7     "Symbiotic Software": "marc@symbioticsoftware.com"
8   },
9   "social_media_url": "http://twitter.com/symbioticsoftwr",
10   "homepage": "http://symbioticsoftware.com",
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "source": {
19     "git": "git@github.com:mvx24/CGRectPositioning.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "CGRectPositioning.h",
23   "requires_arc": false